altaf@badure:~$
./whoami
_ _ _ __ ____ _
/ \ | | |_ __ _/ _| | __ ) __ _ __| |_ _ _ __ ___
/ _ \ | | __/ _` | |_ | _ \ / _` |/ _` | | | | '__/ _ \
/ ___ \| | || (_| | _| | |_) | (_| | (_| | |_| | | | __/
/_/ \_\_|\__\__,_|_| |____/ \__,_|\__,_|\__,_|_| \___|
name
:Altaf Badure
role
:Backend Developer & Software Engineer
status
:● Backend Intern @ Quantan Innovations
education
:B.Tech IT · GH Raisoni, Pune · CGPA 8.41
location
:Pune, Maharashtra, India
website
:archax.dev
github
:github.com/CodemHax
focus
:Scalable backends · API design · Microservices
Aspiring Software Engineer with a passion for designing systems and writing production-ready code.
Focused on building scalable backend services, REST APIs, and distributed tools that solve real problems.
altaf@badure:~$
cat skills.json
// Languages
Python
Go
Dart
JavaScript
HTML / CSS
// Frameworks & Libraries
FastAPI
Flask
Flutter
Gin
// Databases
MongoDB
Redis
SQL
Firebase
// Cloud & DevOps
AWS
Docker
Git
GitHub
Nginx
VPS
// Core Concepts
REST APIs
Microservices
WebSockets
Async Programming
Distributed Systems
JWT Auth
altaf@badure:~$
ls -la ./experience/
- Designed and developed RESTful microservices using FastAPI and MongoDB, contributing to a scalable backend architecture serving production traffic.
- Optimized database queries and API response times, reducing latency and improving overall system performance.
FastAPI
MongoDB
REST APIs
Docker
altaf@badure:~$
git log --oneline --projects
- Built a real-time backend using FastAPI & WebSockets for synchronized media playback across users.
- Managed state with Redis (TTL, auth, room control) and deployed on VPS via Nginx with a custom domain.
FastAPI
WebSockets
Redis
JavaScript
Nginx
- Developed a distributed system enabling real-time message synchronization between Discord and Telegram using FastAPI backend services.
- Reduced sync latency by 40% and implemented scalable communication architecture with Firebase authentication.
Flutter
FastAPI
Firebase
Distributed Systems
- Engineered a high-performance async backend using FastAPI & MongoDB with JWT authentication and rate limiting.
- Designed scalable payment system with QR-based transactions, expirable requests, and atomic database operations.
FastAPI
MongoDB
JWT
SlowAPI
Async
- Built a website monitoring service in Go that checks sites every few minutes, tracks status changes, and sends recovery or downtime alerts without duplicate email spam.
- Designed verified onboarding and persistent status tracking with Gin, MongoDB, Redis, and SMTP using concurrent workers for scalable checks.
Go
Gin
MongoDB
Redis
SMTP
- Android fitness app using device sensors for real-time step tracking. Displays calories burned and distance using Compose-based UI.
Kotlin
Jetpack Compose
Android
- Built a GPT-4 powered chatbot with text and image generation. Session management and persistent chat history via Flask and MySQL.
Python
Flask
MySQL
GPT-4
- Developed a basic interpreted language supporting arithmetic operations. Built custom lexer, parser, and interpreter from scratch in Python.
Python
Interpreter
Parser
Lexer