I am a Computer Science undergraduate at the West University of Timisoara, specializing in Systems Engineering and Cybersecurity. My work focuses on building secure, performance-critical software, from low-level C++ algorithm benchmarking to robust full-stack web architectures.
user_profile:
name: Laurentiu Andrei Chircan
location: Timisoara, Romania
education:
- BSc in Computer Science (English Taught)
- West University of Timisoara
core_interests:
- Low-Level Programming & System Internals
- Cybersecurity & Reverse Engineering
- High-Performance Algorithms (SAT Solvers)
- Full-Stack Architecture
current_focus:
- Mastering Operating Systems & Computer Architecture
- Building security-oriented tools
- Participating in CTFs
hobbies:
- 🏎️ JDM Cars
- 🎮 Competitive Gaming
- 🔧 Hardware Tinkering| Languages | Frameworks & Libraries | Tools & Platforms |
|---|---|---|
C++11, Python 3, Optimization, Benchmarking
- What it is: A high-performance benchmarking tool for Boolean Satisfiability (SAT) problems.
- Key Tech: Implements Resolution, DP, DPLL, and CDCL algorithms.
- Highlights: Features a custom DIMACS CNF parser and precise
std::chronoperformance metrics to analyze execution time across 2SAT/3SAT datasets in milliseconds.
Java 21, Spring Boot 4, React 19, PostgreSQL, TypeScript
- What it is: A gamified academic platform transforming student tasks into an RPG adventure.
- Backend: Secure REST API with JWT stateless auth, async task verification, and pessimistic locking for data integrity.
- Frontend: Modern SPA using Vite and Tailwind CSS with real-time XP tracking, optimistic UI updates, and global leaderboards.
C++17, STL, Makefiles
- What it is: A robust, console-based financial system simulating a real-world banking ecosystem.
- Key Tech: Bidirectional data flow between a Wallet Manager and Remote Terminal.
- Highlights: Custom file I/O for CSV serialization, P2P fund transfers, and rigorous input sanitization to prevent state corruption.