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 is supported. This note will only be visible to 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

    • CodeLive Demo
      Vanilla proficiency demonstrated via a great Tic Tac Toe Game.
  • SortAlgs
    🔢 Algorithms | 🧩 Vanilla JS | 🖼️ DOM Manipulation

    • CodeLive Demo
      Interactive sorting algorithms visualizer demonstrating vanilla tech and DOM manipulation proficiency.
  • Quiziz
    📄 HTML/CSS/JS | 🧠 Quiz Logic

    • CodeLive 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

    • CodeLive 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

    • CodeLive 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