Skip to content
View l4aaa's full-sized avatar

Highlights

  • Pro

Block or report l4aaa

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

☄️ About Me

I'm a Computer Science student at West University of Timisoara, passionate about building robust systems—whether that means crafting a responsive React Native app, optimizing a C++ SAT solver to run in milliseconds, or exploiting vulnerabilities in Web apps during international CTFs.

  • 🎓 Academics: BSc Computer Science Student @ West University of Timisoara
  • 🛡️ Cybersecurity: Google Cybersecurity Seminars Participant & CTF Competitor (Web Exploitation, Forensics)
  • 💡 Currently exploring: Advanced Computer Vision (YOLOv11), Cloud Architectures, and Defensive Security
  • Fun fact: Outside of coding, I'm into JDM cars, sim racing and hardware tinkering!

🏆 Achievements & Training

  • ITfest 2026 Hackathon: 🥇 Winner, Community Problem Track Award (Developed Parkie)
  • UniVsThreats CTF: 🌍 Top 30% Global Placement (Exploited JWT forgery & business logic flaws)
  • Google Cybersecurity Seminars: 🔐 Selected Participant (Offensive/Defensive Security & SOC Operations)
  • Cloudflight Coding Contest: 💻 Top 43% Global Placement

🛠️ Technology Stack

Languages & Low-Level

Core Tools

Frontend & Mobile

Frontend

Backend, DB & SysAdmin

Backend

🚀 Featured Projects

🅿️ Parkie

What: AI-Powered Smart Parking with real-time availability. Detects cars from live camera feeds using Computer Vision and displays open spots on a live mobile map.

Stack: FastAPI, YOLOv11, OpenCV, React Native (Expo), Supabase

[ View Repository ]

🎮 LevelUp

What: Transforms university tasks into an RPG adventure. Complete quests, earn XP, unlock achievements, and climb the leaderboard.

Stack: Java 21, Spring Boot, React 19, PostgreSQL, Tailwind

[ Backend ][ Frontend ]

🧠 Classical SAT Solvers

What: Benchmarking suite implementing four fundamental Boolean Satisfiability algorithms, optimizing CDCL to solve complex problems in under 1ms.

Stack: C++17, CMake, Python

[ View Repository ]

⚙️ Physics Sandbox

What: Custom 2D physics engine prioritizing tangible user interaction. Features momentum-based flick mechanics and stable AABB collision resolution.

Stack: C++17, SFML

[ View Repository ]


📈 GitHub Analytics



Pinned Loading

  1. bisquitew/Parkie bisquitew/Parkie Public

    Parkie is an AI-powered smart parking solution designed to eliminate the guesswork of finding a parking spot by providing real-time availability updates.

    JavaScript 5

  2. LevelUP-backend LevelUP-backend Public

    ☕ The high-performance REST API for LevelUp, a gamified learning platform. Built with Java 21 and Spring Boot 4, featuring asynchronous task verification, JWT security, and a complex XP/achievement…

    Java 1

  3. LevelUP-frontend LevelUP-frontend Public

    ⚛️ The immersive, gamified frontend for LevelUp. Built with React 19, TypeScript, and Vite, featuring a sleek Tailwind CSS UI (Catppuccin theme), real-time XP tracking, and interactive quest manage…

    TypeScript 1

  4. classical-SAT-solving-algorithms classical-SAT-solving-algorithms Public

    A high-performance C++17 benchmarking suite comparing classical SAT solving algorithms (CDCL, DPLL, Davis-Putnam, Resolution). Includes a custom DIMACS CNF generator in Python and comprehensive per…

    C++ 1

  5. electronic-wallet-system electronic-wallet-system Public

    A C++17 electronic wallet simulation featuring dual console applications for card management and remote transactions. Supports P2P transfers, persistent CSV storage, and transaction logging.

    C++ 1

  6. Interactive-Physics-Sandbox Interactive-Physics-Sandbox Public

    An interactive 2D physics playground in C++ featuring real-time momentum-based dragging, AABB collision resolution, and Euler integration.

    C++