Skip to content
View Stefan3002's full-sized avatar

Highlights

  • Pro

Block or report Stefan3002

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

๐Ÿš€ My Development Roadmap

Welcome! This repository is a curated roadmap of my personal and professional projects. It reflects my journey as a developer combining real-world experience, academic research, and technical exploration.

Each section links to repositories that showcase my skills, interests, and growth as a full-stack developer.


๐ŸŒ Official Portfolio


๐Ÿ”ง Core Projects

Projects that reflect my full-stack skills and initiative in building end-to-end solutions.

  • CodeLighthouse
    ๐ŸŸฆ React | ๐Ÿ Django | ๐Ÿณ Docker | โœ… Selenium

  • Microdeploy
    ๐Ÿ˜ PHP | ๐Ÿ”Œ WordPress | ๐Ÿ“„ Academic Research

    • Code
      A WordPress plugin written in PHP that was published in two academic research papers at international conferences.

๐ŸŽฏ Vanilla & Inner Web Understanding

Focused on core browser APIs, algorithms, and web fundamentals without frameworks.

  • Tic Tac Toe Game
    ๐Ÿงฉ Vanilla JS | ๐Ÿ–ผ๏ธ DOM Manipulation

    • Code โ€ข Live Demo
      Vanilla proficiency demonstrated via a great Tic Tac Toe Game.
  • SortAlgs
    ๐Ÿ”ข Algorithms | ๐Ÿงฉ Vanilla JS | ๐Ÿ–ผ๏ธ DOM Manipulation

    • Code โ€ข Live Demo
      Interactive sorting algorithms visualizer demonstrating vanilla tech and DOM manipulation proficiency.
  • Quiziz
    ๐Ÿ“„ HTML/CSS/JS | ๐Ÿง  Quiz Logic

    • Code โ€ข Live Demo
      One-file quiz application demonstrating vanilla and inner web understanding while being part of an open-source challenge.

๐Ÿ“ฆ TypeScript & React Projects

Heavily interactive visual tools built with TypeScript and React, demonstrating CS and UI mastery.

  • Red-Black Tree Visualizer
    ๐ŸŒณ Algorithms | โš›๏ธ React | ๐Ÿ”ท TypeScript

    • Code โ€ข Live Demo
      A massive TS and React Red Black Tree visualizer that demonstrates algorithms and data structures deep understanding and proficiency in DOM manipulation with TS.
  • Alpha-Beta Pruning Visualizer
    ๐ŸŒณ Algorithms | โš›๏ธ React | ๐ŸŽจ Canvas | ๐Ÿ”ท TypeScript

    • Code โ€ข Live Demo
      A massive TS and React visualizer for the Alpha-Beta Pruning algorithms that showcases proficiency in canvas manipulation, TS, React and algorithms and data structures.

๐Ÿงช Production Projects

Applications deployed and used in real-world settings.


๐Ÿงช Custom WordPress PHP Plugins

PHP plugins made for WordPress to achieve custom logic and functionality.

  • ALSATION Forms
    ๐Ÿค– PHP | โš™๏ธ WordPress
    • Code
    • Research Article
      PHP custom WordPress plugin used to retain the original tabular look and feel of a translated form. Part of the ALSATION study.

๐Ÿข Industry Collaborations

  • Nokia Overflow
    ๐Ÿง‘โ€๐Ÿ’ผ React
    • Code
      A React and JS Stack-Overflow-like application developed in collaboration with Nokia Romania.

๐Ÿ” More Than Web Projects

  • Cryptographic Library
    ๐Ÿ” Python | ๐Ÿ“š Cryptography | ๐Ÿ’ก Manual Algorithm Implementation
    • Code
      Python library that manually implements cryptographic algorithms.

๐Ÿ“„ Academic Studies

Repositories connected to published academic research.

  • Sudoku Solvers: From Brute Force to Logic
    ๐Ÿ”ข Python | ๐Ÿ“Š Statistical Analysis | ๐Ÿ“„ Academic Research

    • Code
      Used in the paper "From Brute Force to Logic: Analyzing Diverse Approaches for Solving Sudoku Puzzles" (SYNASC 2025). Implements and benchmarks multiple Sudoku-solving algorithms with rigorous statistical evaluation.
  • Microdeploy
    ๐Ÿ˜ PHP | ๐Ÿ”Œ WordPress | ๐Ÿ“„ Academic Research

    • Code
      Evaluates micro-frontend integration in WordPress. Published in international conferences, including AINA 2025.

๐Ÿง  Skills at a Glance

๐Ÿ‘จโ€๐Ÿ’ป Languages

  • TypeScript, JavaScript (ES6+), Python, PHP

โš›๏ธ Frontend

  • React, Canvas API, Vanilla JS

๐Ÿ Backend

  • Django, REST APIs, Node JS

โš™๏ธ Dev & Infra

  • Docker, Jenkins, CI/CD

๐Ÿ“š CS Knowledge

  • Data Structures, Algorithms

Pinned Loading

  1. Stefan3002 Stefan3002 Public

    My technological roadmap, including projects; curated and structured for easy reference.

  2. CodeLighthouse-Front CodeLighthouse-Front Public

    Frontend interface for CodeLighthouse is a full-stack coding assessment platform providing real-time coding feedback, problem browsing, and result visualization.

    JavaScript

  3. 3D-Islands-Portfolio 3D-Islands-Portfolio Public

    The 3D Islands Portfolio is a visually rich, interactive website that presents my professional profile using a blend of modern web development technologies and 3D rendering.

    JavaScript

  4. microdeploy microdeploy Public

    WP MicroDeploy - Enable complete micro frontend applications to coexist with WordPress content

    PHP

  5. RBTree-Visualiser RBTree-Visualiser Public

    Visualize Red Black trees in an intuitive way. Open-source visualizer, among very few existing ones.

    TypeScript

  6. TicTacGame TicTacGame Public

    TicTacGame is a minimalist yet polished implementation of the classic Tic Tac Toe game. It's built entirely in **Vanilla JavaScript** with no frameworks or libraries, serving as a great example of โ€ฆ

    JavaScript