Skip to content
View anhnlh's full-sized avatar
:shipit:
:shipit:

Highlights

  • Pro
Block or Report

Block or report anhnlh

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
anhnlh/README.md

Hey there 👋 , I am Anh Nguyen

Senior B.S. Computer Science at RIT

Currently learning: Rust (didn't get anywhere), React.js and Next.js

Skills

  • Programming languages: Python, Java, Julia, C, C#, R, HTML, CSS, JavaScript, SQL assembly
  • Frameworks and libraries: React, GraphQL, nginx, and various miscellaneous libraries in Python and Julia
  • Databases: PostgreSQL, Oracle SQL, DynamoDB, MongoDB
  • Tools: terminal, brew, apt, git, vim, fish shell, GitHub, Visual Studio Code, JetBrains IDEs, Amazon Web Services, Google Cloud Services, Jupyter Notebooks

Projects

  • Personal Cloud Coding Website: Hosted on a Digital Ocean Droplet (virtual machine) and reverse proxying via nginx to expose the IDEs to the domain. I'm currently hosting RStudio, JupyterLab, and code-server on the domain.
  • HealthHacks: project from the M&T's Meet & Hack 2022 that my team won first place in the Health track.
  • Sudoku Solver 3000: an MVC Java application built with JavaFX using the backtracking algorithm to solve the Sudoku puzzle. Includes features to create custom boards to solve manually.
  • LoFiBeats: music website consisting of songs scraped using the Spotify API where users can create playlists, simulate playing songs, follow other users, and explore popular genres and songs publicly or among their friends. Uses ASP.NET Core for the full-stack development and PostgreSQL for the database.

Contact

Pinned Loading

  1. SudokuSolver SudokuSolver Public

    Sudoku solved with backtracking and visualized in GUI.

    Java 1

  2. anhnlh anhnlh Public

    profile repo

    1

  3. learning-nextjs learning-nextjs Public

    A repository documenting me learning React and Next.js from the Next.js tutorial to develop my website.

    JavaScript

  4. nextjs-dashboard nextjs-dashboard Public

    Learning Next.js tutorial project

    TypeScript

  5. resume resume Public

    LaTeX code of my resume with GitHub Actions to automatically compile into a PDF and uploaded to Cloudflare R2 at https://storage.anhnlh.com/anh-nguyen-resume.pdf

    TeX

  6. SinDDM SinDDM Public

    Forked from fallenshock/SinDDM

    Official pytorch implementation of the paper: "SinDDM: A Single Image Denoising Diffusion Model"

    Python