Skip to content
View lai-kevin's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report lai-kevin

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

🔧 Skills & Technologies

  • Languages: Python, JavaScript, TypeScript, C, Java, MIPS, MATLAB, HTML + CSS
  • Databases: MySQL, MongoDB, PostgreSQL, AWS RDS
  • Libaries and Frameworks: Next.js, React.js, Express.js, NumPy, PyQt, PyTest
  • Additional Technologies: Node.js, Prisma, Supabase, Git, Postman, RESTful API Tkinter, Docker, GitHub Actions

🌱 Currently working on:

Working on obtaining domain knowledge in cybersecurity and computer networks. Currently tinkering with cloud computing in an android application focused on biking at Stony Brook University.

🚀 Projects

  1. Milton: Scan Art with ML: An app that makes art galleries interactive, where you can get context/education information from artists by scanning.

  2. STARS: Stony Brook Assembler and Runtime Simulator: Worked alongside Professor McDonnell and Professor Mitra at Stony Brook University to develop STARS, a Python program that parses and emulates MIPS assembly execution.

  3. Malloc!: A x86-64 dynamic memory allocator written in C. Completed as a university project. Utilizes segregated free lists and "quick lists" to improve time complexity. Immediately coalesces large blocks with adjacent free blocks on free, splits without splinters, and omits block footer to improve space efficiency.

  4. RaceTree: A full-stack web application built for sim-racing professionals and hobbyists. RaceTree focuses on providing 3 key features: profile pages, a platform stewarding user uploaded youtube clips with a publicly accessible API, and an Esport Driver Registry API for users with a RaceTree account.

  5. Forum Microservice: A containerized forum microservice that powers Reddit-style discussions with voting, user profiles, scalability, and an API. Users can register, login, and perform various actions such as creating posts, commenting, and voting on posts.

  6. Plants Vs Zombies with Tkinter: A Tkinter desktop game developed while taking Carnegie Mellon's 15-112. This program pushes the rendering limits of Tkinter and was developed with the goal of learning about the capabilities of Tkinter.

Thanks for visiting my GitHub profile! 😊

Pinned

  1. Milton-Art-Scan/SBU-Hackathon-2024-Server Milton-Art-Scan/SBU-Hackathon-2024-Server Public

    Milton Server: Access server-side computation resources for object detection and our growing catalog of art pieces

    Python 1

  2. Milton-Art-Scan/SBU-Hackaton-2024-Android Milton-Art-Scan/SBU-Hackaton-2024-Android Public

    Milton is designed to help you experience art in a new way, by providing audio descriptions of art pieces. All you need to do is scan a piece of art, and Milton will provide you with information ab…

    TypeScript 1 1

  3. Forum-Microservice Forum-Microservice Public

    Designed to provide a scalable and containerized environment for deploying a microservice-based application resembling a Reddit-style forum. Users can register, log in, and perform various actions …

    JavaScript

  4. RaceTree-Production RaceTree-Production Public

    A hub for Sim Racing Professionals and Hobbists inspired by LinkTree and Reddit. Showcase your racing accoldates on your free profile and build a reputation among fellow racers with crowdsourced st…

    TypeScript 1

  5. Malloc Malloc Public

    A x86-64 dynamic memory allocator written in C. Completed as part of a homework assignment. Utilizes segregated free lists and "quick lists" to improve time complexity. Immediately coalesces large …

    C

  6. PlantsVsZombiesParody PlantsVsZombiesParody Public

    A parody/remake of the Plants vs Zombies game. Created using tkinter and python. The file cmu_112_graphics.py was created and provided by Carnegie Mellon Unversity's CMU 15-112 course.

    Python