👋 Hi there, welcome to my profile!
I'm a Computer Programming student deeply passionate about software engineering and problem-solving. My core focus isn't just writing code that works, but engineering high-quality solutions adhering strictly to Clean Code principles, SOLID design patterns, and maintainable architectures (Clean Architecture).
I primarily build high-performance backend systems and full-stack web applications with C# and the modern .NET ecosystem (ASP.NET Core, EF Core, Dapper, PostgreSQL, MSSQL, and Docker). Alongside backend engineering, I actively explore data structures, algorithm optimization, and AI integrations while contributing to open-source software.
"Always learning, staying curious, and turning coffee into clean, scalable code." ☕🚀
public class Kaaner4x : IDeveloper
{
public string Role => "Junior .NET Developer | Full-Stack Candidate 🚀";
public string Focus => "Clean Architecture, SOLID & Scalable Backends";
public async Task<Application> BuildAsync(Coffee coffee)
{
var architecture = DesignBackend();
var database = ConnectDataLayer(architecture);
return await DeployScalableAppAsync(database);
}
}| Project | Description | Tech Stack |
|---|---|---|
| 🌐 modern-portfolio | High-performance developer portfolio and CMS administration console. | ASP.NET Core (.NET 10) Clean Architecture Dapper PostgreSQL Docker |
| 🎬 qubix-cinema | Comprehensive Cinema Management System with movie scheduling, ticketing, and reporting. | .NET C# EF Core Code-First DevExpress MSSQL |
| 🤖 readify | AI-powered CLI tool that analyzes codebases to generate comprehensive READMEs and diagrams. | Python Google Gemini AI CLI Draw.io |
| ⚖️ mmr-balancing-engine | Competitive matchmaking queue and ELO simulation engine utilizing a dynamic Snake Draft pattern. | .NET Worker Service C# ELO Algorithm Spectre.Console |
| 💬 ask-gemini | Zero-dependency, interactive terminal chatbot natively powered by Google Gemini AI. | C# .NET Google Gemini API Console |
| 🧪 csharp-mastery | Deep-dive C# and .NET lab covering memory management, SOLID principles, and interview challenges. | C# .NET OOP Memory Management Design Patterns |
| 💳 iso-iec-7812 | ISO/IEC 7812 compliant card validation, MII sector detection, and Luhn checksum library in C. | C ISO/IEC 7812 Luhn Algorithm Data Structures |