Skip to content
View Kaaner4x's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Kaaner4x

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
Kaaner4x/README.md
Header
Profile Views   GitHub Followers   Battery   LinkedIn   Website   Email

👋 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);
    }
}

Tech Stack & Skills

Programming

C# Python Java C JavaScript HTML5 CSS3 TailwindCSS Bootstrap

Frameworks

.NET ASP.NET Core EF Core Dapper

Databases

PostgreSQL MSSQL

Virtualization

Hyper-V VirtualBox VMware

Software & Tools

Docker Git GitHub Actions Swagger Visual Studio VS Code

Platforms

Windows Linux

🚀 Featured Projects


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

📊 GitHub Statistics & Activity



3D Contribution Graph

Footer

Pinned Loading

  1. modern-portfolio modern-portfolio Public

    High-performance developer portfolio and admin management console (CMS) built with ASP.NET Core (.NET 10), Dapper, PostgreSQL, and Clean Architecture.

    HTML 1

  2. qubix-cinema qubix-cinema Public

    A comprehensive Cinema Management System built with .NET (C#), EF Code-First, and DevExpress components. Features a layered architecture with movie scheduling, ticketing, customer tracking, and fin…

    C#

  3. advanced-calculator-for-cs50 advanced-calculator-for-cs50 Public

    CS50 Final Project

    C# 1

  4. luhn luhn Public

    A simple yet effective C# console application that validates credit card numbers using the Luhn Algorithm and identifies the card type (VISA, Mastercard, AMEX).

    C# 1

  5. student-grade-system student-grade-system Public

    Forked from kkonasoglu/Student-Grade-System

    A C# console application demonstrating Object-Oriented Programming (OOP) principles and layered architecture. It features full CRUD operations for managing student records, dynamically calculating …

    C# 2

  6. monoalphabetic-substitution-cipher monoalphabetic-substitution-cipher Public

    A clean C implementation of a Monoalphabetic Substitution Cipher console application that validates custom 26-character keys and encrypts plaintext.

    C 1