Skip to content
View jackcase04's full-sized avatar

Highlights

  • Pro

Block or report jackcase04

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
jackcase04/README.md

Jack Case

About Me

  • Computer Science Major at Missouri University of Science and Technology
  • Graduating May 2027
  • Previous intern at BWT Automation doing Robotics Software Development

My Work

  • HTTP Server from Scratch: An HTTP Server written in C to better understand what backend frameworks abstract from the user. Currently implementing concurrency using epoll(), and HTTP parsing.
  • CCH App: A full-stack chore reminder app for my college house. Built with Spring Boot, PostgreSQL, and React Native. Handles 64 users with scheduled push notifications.

Languages & Tools

  • Languages: C, C++, Java, Python, JavaScript
  • Frameworks & Databases: Spring Boot, PostgreSQL, SQLite, React Native
  • Tools & Platforms: AWS, Docker, Railway, Vercel, Git

Contact Me

Pinned Loading

  1. cch-app-backend cch-app-backend Public

    Backend service for a full-stack chore reminder app built for the Christian Campus House at Missouri S&T. Developed with Spring Boot.

    Java 1

  2. cch-app-mobile cch-app-mobile Public

    Mobile application for a full-stack chore reminder system built for the Christian Campus House at Missouri S&T. Developed using React Native.

    JavaScript 1

  3. http-server-c http-server-c Public

    Bare-bones HTTP server in C, written to understand how a HTTP server works without frameworks. Work in progress.

    C