Andy Huang

Computer Science Student at Wayne State

I'm a CS student in my third year of undergraduate studies, with experience in various programming languages and tools. I'm currently looking for an internship/job to gain some experience in said field.

About Me

I am an aspiring Computer Science student who possesses an interest in both software and hardware. Over the years, I have gained extensive experience constructing computer towers for acquaintances and relatives, as well as providing assistance in resolving their software-related issues. Additionally, I have amassed four years of expertise in creating 3D CAD models and 2D orthographic drawings for 3D printing or any endeavors.

What I'm currently learning

Currently I'm learning the basics of frontend development with various frameworks. My main focus is on HTML, CSS, JavaScript, React, Next.js, and Tailwind. For example, this portfolio is written using Next.js and Tailwind!

Languages/Tools That I Use

Programming languages: C/C++, Python, Java

Markup languages: LaTex, Markdown

TextEditor: VsCode/Vim

OS: Windows/Linux

Project: Kanban To-Do App

A kanban to-do app that has a built-in login system with renamable columns and customizable themes.

tools I used:

Python

CustomTkinter

PyInstaller

Project: Path Finding

A path finding program written in C++ using Dijkstra's algorithm that can find the shortest path from two coordinates with blockage which is all displayed on the terminal.

tools I used:

C++