Mahmudkhon

Backend Developer & Computer Science Student

Developer Workspace

Crafting backend solutions with precision and elegance

Student.java
1 
terminal — zsh
$git status
On branch main Your branch is up to date.
$docker ps
CONTAINER ID IMAGE abc123def456 spring-app:latest
$kubectl get pods
NAME READY STATUS api-pod-1 1/1 Running
$

Tech Stack

Backend
Databases
Performance
DevOps

Featured Projects

Enterprise-grade backend solutions and distributed systems

Core Java

Practice repository for learning and mastering core Java programming concepts. Includes implementations of fundamental Java features, design patterns, and best practices.

JavaOOPDesign PatternsCollections

University Management System

Educational project demonstrating clean object-oriented design for managing university operations through a console-based Java system. Showcases OOP principles and system architecture.

JavaOOPConsole ApplicationSystem Design