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

Highlights

  • Pro
Block or Report

Block or report MichelleJiam

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
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

  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 51 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