Building Efficient Systems
Passionate C/C++ programmer with expertise in low-level systems, graphics programming and performance optimization
About Me
I'm a software developer specializing in C/C++ development with a focus on system-level programming, rendering systems and performance-critical applications.
With a deep understanding of computer architecture, memory management, and optimization techniques, I build efficient and reliable software solutions.
Skills
Languages
- C
- C++
- Python
- Lua
- Pascal
- HTML
- CSS
- JavaScript
- GLSL
Technologies
- Multithreading
- Memory Management
Tools
- Git
- VSCode
- Visual Studio
- GCC/Clang
- Premake
constexpr int Fibonacci(int n)
{
return (n <= 1) ? n : Fibonacci(n - 1) + Fibonacci(n - 2);
}
Projects
Experience
First Steps
Learning Python
2020 - 2022
During my first year of high school, I began my journey with Python, creating a variety of simulations and games inspired by my interests in physics and gaming.
Advancing Skills
Exploring the Area
2022 - 2023
I transitioned more into C++ as I wanted to focus on writing performance-optimized code. Still expanding my skills, I learned many other tools/languages.
Deeping Expertise
Low-Level Systems Programming
2023 - 2024
Building on my C++ experience, I moved into low-level systems programming, working closer to the hardware to develop efficient and high-performance software.
Education
High School Diploma
Hermanus High School
2020 - 2024
Bachelor of Computer Science
University of Cape Town
2026 - 2030 (Future)
Contact Me
chriscoronaios.cc@gmail.com
parallaxi.cc@gmail.com
South Africa (Western Cape)