Skip to content
View michahn01's full-sized avatar

Block or report michahn01

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

I'm Jisang πŸ‘‹

πŸš€ Introduction

I'm currently a student at the University of Michigan pursuing a degree in Computer Science. I have a passion for building systems and solving complex technical challenges.

πŸŽ“ Education

  • University: University of Michigan
  • Graduation Date: May 2026
  • Relevant Courses: Operating Systems, Databases, Machine Learning, Web Systems, Computational Theory, Data Structures & Algorithms, Intro Computer Architecture, Probability, Linear Algebra, Discrete Math, Multivariable Calculus

πŸ’» Some Projects

βš™οΈ OS

  • Thread Library: User-level thread library with multi-core execution, locks, condition variables
  • Virtual Memory Pager: Virtual memory management and page replacement algorithms
  • Networked File System: Concurrent read/write, crash-consistency, and TCP sockets

🌐 Web Systems

  • Instagram Clone: Client-side dynamic pages (JS), REST API (Python)
  • MapReduce Framework: Distributed task scheduling, dynamic task reassignment on failure, TCP/UDP sockets

πŸŽ‰ For Fun

  • LimeCal: Schedule meetings with shareable links (Java, TypeScript).
  • StudyCards: A digital flashcard app for studying and memorization (Python, JavaScript).
  • Orbit Simulator: A toy Newtonian gravity simulator for visualizing planetary orbits (C++).

πŸ“¬ Contact

Feel free to reach out to me on LinkedIn or by email at [email protected]. I'm always open to discussing software, tech, or anything else.

Pinned Loading

  1. LimeCal LimeCal Public

    A web application that allows users to schedule meetings & appoinments by specifying overlapping availabilities. React and Spring Boot used.

    TypeScript

  2. nBodyGravitySim nBodyGravitySim Public

    A program that simulates the gravitational interactions of celestial bodies (an N-Body simulation). Written in C++.

    C++

  3. study_web_app study_web_app Public

    A web application where users can create study sets, consisting of flashcards they can test themselves on.

    JavaScript