Skip to main content

2026

  • Dental Clinic ERP In Development Tech Stack: ASP.NET Core 10 (MVC), Entity Framework Core, Bootstrap 5, SQL Server Features:
    1. N-Tier Architecture, OAuth 2.0 based RBAC (Admin, Receptionist, Doctor) via Microsoft Entra ID.
    2. Patient Registration, Appointment Scheduling, Invoicing, Graphical 2D Tooth Chart, Reports.
    3. HIPAA Compliance Inspired Design: Automatic Logoff & Inactivity Timeout, AES-256 encryption at rest & TLS in transit, Audit Logs (userId, IP, Timestamp with Actions on DB) in Az Blob Storage.
    Video Coming Soon!

  • Fountain Of Objects Game Production Ready Tech Stack: C#, .NET Core Features:
    1. 2D console-based, command-driven adventure game in C# using Object-Oriented principles.
    2. Grid-based navigation, random map generation, and game events with win/loss conditions.
    3. Player state management: death by falling into pit or by a monster, and game-ending events.
    4. Modular architecture with dedicated classes for logic, maps, rooms, locations, and interactions.