- π¨βπ I'm studying in Munich with a passion for software development, especially in system-level programming.
- π± Currently deepening my knowledge in HTML, CSS, JavaScript to enhance frontend development skills.
- π οΈ I enjoy using practical tools, solving challenging coding problems, and continuously optimizing my workflow.
- Frontend Development (HTML/CSS/JavaScript)
- Advanced C++ Projects & System Programming
- Continuous Integration and Deployment (CI/CD)
project | description | language/technology |
---|---|---|
External Sort | Efficient sorting of very large files using external sort algorithm. Demonstrates handling of limited memory resources, temporary storage management, and system-level programming in C++. | C++, STL, System Programming |
Performance Optimization | Analyzed and optimized C++ performance using multithreading, AVX/AVX2 vectorization, cache optimization, and efficient data structures. Demonstrates performance analysis and low-level optimization skills. | C++17, AVX/AVX2, Multithreading, perf, Make |
Interpolation & Fourier Library | Java library offering mathematical algorithms including interpolation methods, FFT, and image scaling applications. Highlights mathematical programming, GUI development, and algorithm implementation. | Java, JavaFX, Algorithms, Image Processing |
Layered Architecture | Client-server application demonstrating layered architecture principles with Spring Boot backend and JavaFX frontend, including REST API interaction and GUI design. Showcases software architecture and design patterns. | Java, Spring Boot, JavaFX, REST API, Gradle |
-
Java: Extensive experience gained through university projects and practical exercises, mastering core concepts (data structures, algorithms, OOP, concurrency) and software engineering principles (design patterns, layered architectures). Applied in significant projects including a mathematical/image processing library with a JavaFX UI, and a client-server application utilizing Spring Boot for the REST API and JavaFX for the client.
-
C++ & C: In-depth knowledge of modern C++ and C, focusing on system-level programming and performance. Expertise covers memory management (RAII, smart pointers), STL, templates, lambdas, and concurrency (pthreads,
std::thread
, mutexes). Gained extensive practical experience in performance analysis and optimization (profiling withperf
, Valgrind/Callgrind), utilizing AVX/SIMD intrinsics, cache-aware programming, compiler optimizations, Makefiles, and debugging with GDB (as per courses like "Basics of C++" and a performance programming practicum). Key projects include an external sort utility and various performance-optimized algorithms. -
Databases & SQL: basic understanding of relational database systems, including conceptual, logical, and physical database design, complex SQL query formulation (DML/DDL), relational algebra, transaction management, recovery, and security aspects. Practical experience gained through dedicated database coursework.
-
Linux & Bash: Proficient with Linux (Ubuntu) as a primary development environment for C/C++, Java, and other projects. Experienced with Bash scripting for task automation, build process management, system navigation, and package management.
-
Software Engineering Methodologies: Solid grasp of the software development lifecycle (SDLC), including requirements engineering, system modeling, various architectural patterns (Client-Server, Layered, Microservices), design patterns, diverse testing strategies (unit, integration, TDD), and CI/CD principles, based on comprehensive software engineering coursework.