I'm a student at Hive Helsinki, a 42 Network programming school.
- 🔭 I’m currently working on a pong website [ft_transcendence]
- 🌱 I’m currently learning:
- TypeScript and the web ecosystem
Other Tools:
Make, Docker, Valgrind, Shell scripts
These are essentially written from scratch, and following the '42 Norm' C formatting standard.
Project | Description | Tech | Size |
---|---|---|---|
C-RayTracer | Lightweight ray tracer. Focused on vector math and rendering. Built with @Jack | C | Medium |
IRC Server | Functional multi-client IRC server (RFC compliant subset). Worked on socket I/O, multiplexing, client management. Collab with @Torutu | C++ | Large |
Stack Sorter | Custom stack-sorting algorithm with operation constraints. | C | Medium |
my-C-stdlib | Partial custom implementation of C standard library. Very first school project. | C | Medium |