Skip to content
View HazeltheJ's full-sized avatar
πŸ˜΅β€πŸ’«
Focusing
πŸ˜΅β€πŸ’«
Focusing
  • Belgium
  • 13:01 (UTC -12:00)

Block or report HazeltheJ

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

Hi there, I'm JamiπŸ‘‹

Student @ 42 Β· Full-Stack Developer Β· AWS Certified


πŸ§‘β€πŸ’» About Me

I'm a software engineering student at 42 , passionate about building robust and scalable applications. I trained at MolenGeek where I deepened my web development skills, and I hold an AWS Cloud Practitioner certification.

I enjoy working across the full stack β€” from low-level C programming to modern web frameworks and cloud deployment.

  • 🏫 Currently studying at 42
  • ☁️ AWS Certified Cloud Practitioner
  • 🌱 Currently leveling up on: system programming & cloud architecture
  • 🎯 Looking for: an internship / work-study opportunity

πŸ› οΈ Tech Stack

Systems & Low-level

C C++ Linux Shell

Frontend

React Next.js JavaScript

Backend

Django Python

Cloud & DevOps

AWS Docker Git

Pinned Loading

  1. minishell minishell Public

    🐚 A Unix shell built in C from scratch β€” parsing, processes, pipes and Bash behavior. 42 School.

    C

  2. philosophers philosophers Public

    🍝 The dining philosophers problem solved with `threads` and `mutexes` β€” deadlock-free synchronization in C. 42 School.

    C

  3. push_swap push_swap Public

    πŸ”’ Efficient sorting algorithm with constraint-based optimization. Implements a custom stack-based sorting solution minimizing operation count through cost analysis and strategic decision-making.

    C