My projects developed as part of the 42 Lisbon curriculum.
Piscine #23 (start date: April 2026)
| Project | Language | Description |
|---|---|---|
| Piscine_23 | C | The 26-day intensive C programming bootcamp at 42 Lisboa. Shell scripting, low-level logic, and the fundamentals of C. |
| Milestone | Project | Language | Description |
|---|---|---|---|
| 0 | libft | C | A custom C library rebuilt from scratch: libc functions plus extras. |
| 1 | printf | C | Custom re-implementation of the standard C printf function, built on top of libft. |
| 1 | get_next_line | C | Reads and returns one line at a time from a file descriptor, including the newline character. |
| 1 | push_swap | C | Sort a stack with a limited set of operations using the minimum number of moves. |
| 2 | Python_Piscine | Python | Introduction to Python: fundamentals, OOP, and exception handling across multiple modules. |