Skip to content
View justin-marian's full-sized avatar
😺
😺
  • Bucharest, Romania
  • 15:48 (UTC +02:00)
  • LinkedIn in/justin-mp

Highlights

  • Pro

Block or report justin-marian

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
justin-marian/README.md

Hi there, I'm Justin Marian 👋

About me 🙂

My path in Computer Science 💻 is driven by a deep passion for discovery 🌟 and a commitment to always give my best. Valuing the power of continuous learning 📚, I've cultivated a diverse skill set in programming and systems engineering. This clearly reflects my deep dedication and proactive, resilient approach towards skillfully navigating complex challenges.


Education 👨‍🎓

As I stand on the threshold of my professional career, I am actively seeking opportunities to transition from academia 🏫 to the industry 💼. My education over the past three years at the Faculty of Automatic Control and Computer Science, Politehnica University of Bucharest, has equipped me with a solid foundation. I'm eager to leverage this acquired knowledge, actively collaborating with highly motivated teams to foster significant personal and professional growth.


Connect with Me 🤝

Gmail     Outlook     LinkedIn     Discord     Whatsapp

⚙️ Technical Skills 🛠️

Python    Jupyter   Bash    Linux    Git    GitHub    C    C++    Makefile    CMake    Java    MATLAB    Scala    Flask    LaTeX    Haskell    HTML5    CSS3    JavaScript    TypeScript    React    Redux    Redux    OpenGL    VS Code    Visual Studio    IntelliJ    OracleDB    MySQL    Docker

Pinned Loading

  1. avl-treemap avl-treemap Public

    AVL Tree with duplicate node handling, key-value dictionary, range queries, and Vigenère cipher encryption.

    C 1

  2. switch switch Public

    Implementation for Ethernet switch features such as MAC address learning, VLAN support with 802.1Q tagging, and Spanning Tree Protocol (STP).

    Python 1

  3. cla-16bits-adder cla-16bits-adder Public

    Carry-Lookahead 16-bits Adder (CLA16) computes sums by rapidly determining carry bits through parallel processing.

    C++ 1

  4. casamonitor casamonitor Public

    CasaMonitor: Home condition monitoring & control with: sensors, LEDs, fan, automation, real-time data, and customizable settings.

    C++

  5. bittorent bittorent Public

    A simulation of the BitTorrent protocol using MPI for decentralized file sharing. The tracker manages segment locations, while peers download and upload segments.

    C++

  6. task-dispatcher task-dispatcher Public

    Task Dispatcher, serving as a load balancer for the incoming tasks execution. It evaluates host load, task priority, preemption, and predefined policies.

    Java