Skip to content
View TLuca-coder210's full-sized avatar
🌴
On vacation
🌴
On vacation
  • Bucharest, Romania

Block or report TLuca-coder210

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.

Content in all repositories owned by your account will be closed.
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
TLuca-coder210/README.md

Luca Teodorescu

Computer Science Student @ University of Bucharest Alumnus of Tudor Vianu National College of Computer Science


About Me

  • Education: Recently completed my 1st year of Bachelor's degree in Computer Science at the Faculty of Mathematics and Computer Science, University of Bucharest.
  • Interests & Passions: Heavily interested in Algorithmic Problem Solving, Machine Learning, Systems Architecture, and Concurrency.
  • Goal: Building efficient, low-level system components and data-driven intelligent applications.

Technical Focus

  • Languages: C++, Java, Python, x86 Assembly, Shell / Bash
  • Core Concepts: Data Structures & Algorithms, Multithreading & Concurrency, Computer Vision, Low-Level / Compilers
  • Tools & Frameworks: Linux, Git/GitHub, PyTorch, Scikit-Learn, Pandas

Featured Projects

An AI-powered real estate analytics and forecasting project for European cities. Features market price prediction models, a modular web interface, and an upcoming custom search engine.

  • Tech: HTML/CSS/JS, Python (Scikit-Learn, Pandas)

A concurrent banking architecture designed in C++ emphasizing thread-safe operations, multi-currency transfers, and cycle-based fraud detection.

  • Tech: C++, OOP, Concurrency, Mutexes/Synchronization

End-to-end Deep Learning system for roof segmentation, shadow analysis, and photovoltaic potential ranking using satellite imagery. Developed as part of a UniBuc research topic.

  • Tech: Python, PyTorch / Computer Vision

Interactive terminal interface providing real-time queries, system metrics, audit logs, and an automated LRU eviction cache.

  • Tech: Shell / Linux Systems

A source-to-source translator that rewrites x86 Assembly instructions into pure mov operations.

  • Tech: Python, x86 Assembly, Compilers / Reversing

Current Focus

  • Developing an in-memory Custom Search Engine in Java using Trie and Inverted Index architectures.
  • Solving advanced algorithmic problems and practicing for competitive programming contests.

Pinned Loading

  1. multi-threaded-banking-system multi-threaded-banking-system Public

    A C++ OOP architecture implementing concurrent forex updates, multi-currency transfers, and dynamic cycle-based fraud detection.

    C++

  2. deep-solar-mapping deep-solar-mapping Public

    End-to-end Computer Vision & Deep Learning system for roof segmentation, shadow analysis, and photovoltaic potential ranking using satellite imagery. Developed at UniBuc (PPC Romania topic).

    Python

  3. MOVfuscator MOVfuscator Public

    Forked from marParapeanu/MOVfuscator

    A source-to-source translator that rewrites x86 Assembly instructions into pure 'mov' operations.

    Python

  4. package-monitor-extensions package-monitor-extensions Public

    An interactive terminal interface providing real-time queries, system storage metrics, historical audits, and an automated LRU eviction cache.

    Shell