Computer Science student at UFSCAR. I am currently interested in Systems Programming, Distributed Systems, and Big Data engineering.
|
|
This project is based in MINIX just to understand and comprehend the microkernel structure
C++ 1
Project XV6 and Qemu to learn about architecture Unix system from the basics to memory management
C 1
A Java-based resilience framework implementing core Design Patterns (Strategy, State, and Observer) to manage task execution in unstable environments.
Java 1
A resilient, replicated key-value storage system implemented in Python, featuring active replication and cluster orchestration. Developed for the Distributed Systems course at UFSCar.
Python 1
A comparative study of programming paradigms featuring implementations in Java, Python, SML, and Prolog.
Java 1
A custom interpreter/compiler built with Flex, Bison, and C++ that implements dynamic scoping through an Abstract Syntax Tree (AST).
C++