As a Junior Developer I've tried many and a lot of things. These are the ones I could collect and showcase, or just proud of them. I hope to continue on this path of learning and creating more exciting projects. Feel free to explore them below.

💡Personal Projects

Language-Bridge-Automation

Bank Account Management System

A console-based banking system exploring the concepts of OOP and separation of concerns.

Java
OOP
Software Architecture
vpcctl: Building AWS VPC on Linux🔥

A CLI tool that recreates AWS VPC functionality using Linux network namespaces, bridges, and iptables. Build isolated networks, public/private subnets, NAT gateways, and VPC peering on bare Linux.

infrastructure
shell
vpc
networking
devops
cli
Blue-Green Deployment with Nginx and Real-Time Monitoring

A production-ready blue-green deployment system with automatic failover, real-time error detection, and Slack alerting.

DevOps
Docker
Nginx
Python
Monitoring
Slack
Blue-Green Deployment
Production Grade Automated Deployment Script

A practical, repeatable deployment workflow using Bash, SSH, Docker, Docker Compose, and Nginx.

DevOps
Bash
Docker
Docker Compose
Nginx
SSH
Automation
Building a Production-Grade Secure File Upload System with AWS

A deep dive into implementing enterprise-level file uploads with S3 multipart upload, encryption, role-based access control, and comprehensive monitoring using Node.js and TypeScript

AWS
S3
security
file-upload
multipart
encryption
IAM
Cognito
CloudWatch
Node.js
TypeScript
My CI/CD Pipeline: Docker, GitHub Actions, and ECR

Set up a Laravel + Next.js app to build, push, and deploy with Docker, ECR, and a self-hosted runner.

CI/CD
DevOps
Docker
GitHub Actions
AWS
ECR
Invoice API🔥

A backend API designed to manage invoicing, clients, payments, and reporting, built with Node.js and Express.

personal
backend
javascript
api
finance
Job Portal API🔥

A full-featured backend API for job listings, applications, and recruitment processes built with Node.js and Express.

personal
backend
javascript
api
recruitment
Booking System API🔥

A robust RESTful API for managing bookings and reservations built with TypeScript, Express, and MongoDB.

personal
backend
typescript
api
E-commerce API🔥

A robust, scalable RESTful API for e-commerce platforms with comprehensive product, cart, and order management capabilities.

personal
javascript
api
e-commerce

🚀Production Apps

Vendorlope
vendorlope-frontend.fly.dev

A client project: Streamline your inventory operations with Vendorlope – a modern inventory management system for businesses of all sizes.

business
inventory
client-project

🛠️Tools

Simple Shell

A custom UNIX command interpreter implemented in C, recreating core shell functionality from scratch.

c
systems-programming
unix