42 School student passionate about High-level programming, AI, and building things from scratch.
- π Currently studying at 42 School
- π» Strong foundation in systems programming and C development and Python
- π€ Exploring AI & LLMs β building projects with language model APIs
- π Also into data analysis and working with real-world datasets
- π± Always learning β from memory management to machine intelligence
π¬ Systems Programming βββββββββββββββ C, memory, file I/O
π€ AI & LLMs βββββββββββββββ APIs, prompting, integration
π Python Development βββββββββββββββ scripting, data, AI projects
π Data Structures βββββββββββββββ graphs, linked lists, trees
π Data Analysis βββββββββββββββ real-world datasets
πΉ libft
A complete re-implementation of the C standard library.
Covers string manipulation, memory functions, character checks, integer conversion, and linked list utilities β built from scratch without relying on standard headers.
πΉ ft_printf
Custom implementation of C's
printf.
Handles format specifiers, variadic arguments, and formatted output β a deep dive into how printing really works under the hood.
πΉ get_next_line
Reads one line at a time from any file descriptor.
Careful buffer management and static variables β a great exercise in C file I/O and memory discipline.
πΉ Doubly Linked List
Manual implementation of a doubly linked list in C.
Supports bidirectional traversal, insertion, and deletion β part of a broader interest in data structures including graphs and trees.
Data analysis project exploring global happiness metrics using the Our World in Data (OWID) dataset.
Combining Python and real-world data to surface meaningful patterns.
I'm actively building with Large Language Models β working with APIs (like OpenAI), experimenting with prompt engineering, and exploring how LLMs can be integrated into practical applications. I'm drawn to the intersection of classical computer science (algorithms, data structures like graphs) and modern AI.
How do you represent knowledge? A graph. How do LLMs reason? Also, kind of a graph. Coincidence? I think not.
"From raw memory in C to reasoning with LLMs β it's all just data and logic."