Skip to content
View nluu175's full-sized avatar
Looking for a Junior Software Developer Position
Looking for a Junior Software Developer Position

Highlights

  • Pro

Block or report nluu175

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
nluu175/README.md

Hello World, I'm Matthew!

Software Developer | University of Alberta Alumni | Computer Science

A little more about me ...

const about = {
    pronouns: "He" | "Him",
    programmingLanguages: ["Javascript", "Python", "C#", "Java"],
    talkToMeAbout: ["web dev", "tech"],
    technologies: {
        backEnd: ["Node", "Express.js", "Django", "FastAPI", "ASP.NET"],
        frontEnd: ["React", "Next.js"],
        devOps: ["AWS", "Docker"],
        databases: ["MongoDB", "Firebase", "MySQL", "SQLite", "PostgreSQL"],
    },
    currentFocus: "I'm currently working on my AWS Certified Developer - Associate, building apps and getting a job as a Software Developer",
    hobbies: ["music", "foods", "video games"],
    currentProject: {
        GameBacklog: "I build this to help clearing my game backlog.",
        url: "https://github.com/nluu175/backlog-server"
    }
};

A little introduction about my pinned projects ...

const projects = [
    {
        name: "Meds To Go",
        description: "Meds To Go is a project I and my team built during the HackEd 2023 hackathon to help provide people with a simple way to order and keep track of their prescription medications  from the comfort of their own home.",
        tech: ["ReactJs", "React BootStrap", "ExpressJs", "MongoDB"]
    },
    {
        name: "BookIt",
        description: "BookIt is a usable, interactive, mobile application with refined object-oriented design that is developed by following scrum practices.",
        tech: ["Java", "Android Studio"]
    },
    {
        name: "Virtual Gym",
        description: "Virtual Gym is a dashboard application that is built to help with displaying the statistics from the AR game Virtual Gym.",
        tech: ["React", "MaterialUI", "Django", "PostgreSQL"]
    },
    {
        name: "Compiler Gym",
        description: "Compiler Gym is an open-source library from Facebook Research. The library provides a reinforcement learning environments for compiler and program optimization task. I had a chance to contribute to maintaining the project and generating some datasets for the training purpose.",
        tech: ["Python"]
    },
    {
        name: "Distributed",
        description: "Distributed is a social networking app designed to connect users across multiple servers. It allows for the creation and sharing of posts, enabling seamless interactions with friends on different servers.",
        tech: ["React", "Material UI", "Django", "Sqlite"]
    },
    {
        name: "Backlog",
        description: "Backlog is game backlog app designed with the purpose to help gamers keeping track of their  game backlog.",
        tech: ["React", "ASP.NET", "SQL Server"]
    },


]

Pinned Loading

  1. jiachen-ux/bugsquashers jiachen-ux/bugsquashers Public

    A simple way to order and keep track of your prescription medications from the comfort of your own home!

    HTML

  2. CMPUT301F20T32/BookIt CMPUT301F20T32/BookIt Public

    BookIt is a mobile application that allows owners to record the books they have and loan them to borrowers.

    Java 4

  3. virtual-gym virtual-gym Public

    JavaScript

  4. facebookresearch/CompilerGym facebookresearch/CompilerGym Public

    Reinforcement learning environments for compiler and program optimization tasks

    Python 906 127

  5. uofa-cmput404/404f23project-404-team-not-found uofa-cmput404/404f23project-404-team-not-found Public

    Distributed is a social networking app built with React, Django, and Python, designed to connect users across multiple servers. It allows for the creation and sharing of posts, enabling seamless in…

    TypeScript 3 1

  6. backlog-server backlog-server Public

    Python