Skip to content
View PedroVFSantos's full-sized avatar
🏅
Focusing
🏅
Focusing

Block or report PedroVFSantos

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
PedroVFSantos/README.md

About Me

Computer Science student at UFSCAR. I am currently interested in Systems Programming, Distributed Systems, and Big Data engineering.



Techs

tech stack icons


Vibes

spotify-github-profile

Social Media

Pinned Loading

  1. Micro-Kernel Micro-Kernel Public

    This project is based in MINIX just to understand and comprehend the microkernel structure

    C++ 1

  2. Xv6-Memory-Management-Project-SO-UFSCar- Xv6-Memory-Management-Project-SO-UFSCar- Public

    Project XV6 and Qemu to learn about architecture Unix system from the basics to memory management

    C 1

  3. resilience-engine resilience-engine Public

    A Java-based resilience framework implementing core Design Patterns (Strategy, State, and Observer) to manage task execution in unstable environments.

    Java 1

  4. distributed-key-value distributed-key-value Public

    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

  5. programming-paradigms programming-paradigms Public

    A comparative study of programming paradigms featuring implementations in Java, Python, SML, and Prolog.

    Java 1

  6. DM-Lex DM-Lex Public

    A custom interpreter/compiler built with Flex, Bison, and C++ that implements dynamic scoping through an Abstract Syntax Tree (AST).

    C++