Skip to content
View pedrojeronim0's full-sized avatar

Highlights

  • Pro

Organizations

@RoboticsCodeRaul

Block or report pedrojeronim0

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
pedrojeronim0/README.md

Pedro Jerónimo

🎓 BSc Student in Computer Science and Engineering @ Instituto Superior Técnico [18/20]
📍 Lisbon, Portugal
✉️ pedro.jeronimo@tecnico.ulisboa.pt | 🔗 LinkedIn


🚀 About Me

BSc Student in Computer Science and Engineering with strong interests in network programming and concurrent systems.
Experienced with multithreading, inter-process communication, and building networked applications.

I enjoy solving complex problems and implementing efficient, reliable software.


💻 Languages

C C++ Java Python Prolog Assembly HTML5 CSS3 SQL


🛠 Systems & Networking

  • TCP/UDP socket programming (client–server architectures)
  • Multithreading (POSIX threads, synchronization primitives)
  • Inter-Process Communication (pipes, shared memory, signals)
  • Concurrent & Parallel Programming

Pinned Loading

  1. event_reservation_system event_reservation_system Public

    Forked from pedroMVicente/event_reservation_system

    Event reservation platform built with C++ using dual-protocol architecture (UDP/TCP) and socket programming.

    C++

  2. aviation-database-system aviation-database-system Public

    Forked from pedroMVicente/aviation-database-system

    Relational database system for aviation operations with PostgreSQL (BCNF-normalized schema), RESTful API in Flask/Python, and OLAP analytics. Features 30,000+ ticket records across 10+ European air…

    Jupyter Notebook

  3. ist-key-value-store ist-key-value-store Public

    Forked from pedroMVicente/ist-key-value-store

    Multi-threaded key-value store in C with POSIX threads, named pipes for IPC, fork-based backups and real-time client notifications via a client-server architecture.

    C

  4. veterinary-hotel-management-system veterinary-hotel-management-system Public

    A Java application for managing a veterinary hotel with animals, habitats, employees, trees, and vaccines.

    Java