Highlights
- Pro
Stars
A tool for people curious about the React Server Components protocol
Hands on exercises with real-life examples to study and practice Go concurrency patterns. Test-cases are provided to verify your answers.
A small tool to visualize Prisma schemas as Entity-Relationship Diagrams.
A website banner you can load to show solidarity with Palestine
A spotify clone using Next.js, ChakraUI and Typescript
A secure, robust, and simple boilerplate for building web applications with Node.js and Express.js.
Implementation of various container types of the C++ standard template library in C++98
The projects for the Frontend Masters course, the Complete Intro to Containers
The Complete Intro to Containers! As taught on Frontend Masters.
This project is a 3D game created from scratch written in C using an old graphic library mini-libx, presented with an old technology raycasting to make the 3D feeling looks pretty good
A full reimplementation of the C++ famous STL containers (Vector, Map and Stack)
Remove caches and unnecessary files from 42 sessions in order to get more storage
Sort data on a stack with a limited set of instructions.
In this project we have to recode the original printf function in C. In order to do that, it is mandatory to know how to implement variadic functions.
Scaffold C projects that are ready to run and debug with zero configuration
Containing some of my ~/.config files to keep them synced across all of my devices
An open source standard C library that includes useful functions (Refactoring some libc functions + our own functions).
A simple example program made for the 42 students going into the graphic branch. Its purpose is to help them understanding the way images are working in the MLX (the graphcal lib we use).
A minimal implementation of the famous printf function in C