Skip to content
View MichelleJiam's full-sized avatar
  • Codam Coding College
  • Amsterdam

Block or report MichelleJiam

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MichelleJiam/README.md

Hello! 👋

I'm Michelle Jiam, a software engineering student at Codam, a 42 Network school located in Amsterdam.

I enjoy solving puzzles 🧩 of all shapes and sizes.

Here on my GitHub you'll find both school and personal projects, including testers and coding competition submissions.

My interests include cybersecurity 👩‍💻, user-centered design/development 🖥️, and where to get the best pastries in town 🥐.


Top Langs
Michelle's GitHub stats


Don't hesitate to contact me!

Pinned Loading

  1. LazyPhilosophersTester LazyPhilosophersTester Public

    A semi-automatic tester for checking 42's philosophers project. It tests: invalid inputs, when program should stop on death/eaten enough, and when program should stay running (timed).

    Shell 77 6

  2. cub3D_tester cub3D_tester Public

    An automated tester for checking 42's cub3D project against a variety of valid and invalid inputs

    Shell 8

  3. foodserv foodserv Public

    Forked from NHariman/foodserv

    Writing our own HTTP server. A collaborative 42/Codam project

    C++

  4. transcendence transcendence Public

    A single-page web app featuring a multiplayer Pong game. A collaborative 42/Codam project

    TypeScript 3 1

  5. ft_containers ft_containers Public

    Reimplementing STL vector, map, stack & set. A 42/Codam project

    C++ 1

  6. philosophers philosophers Public

    42/Codam introduction to multithreading through the dining philosophers problem

    C