Cloud & Full-Stack Developer Β |Β AWS re/Start Trainee Β |Β BCA (Hons) Β· CGPA 9.40
Building scalable, event-driven, cloud-native applications Β· Habra, West Bengal, India
I'm Rahul Biswas β a cloud and full-stack developer with hands-on experience across AWS infrastructure, serverless architecture, and MERN/full-stack web development.
On the cloud side, I've worked extensively within the AWS re/Start program β provisioning EC2 instances with launch templates and AMIs, designing VPCs with public/private subnets, NACLs, and route tables, deploying multi-AZ RDS Aurora clusters, migrating databases via AWS DMS, and authoring YAML/JSON CloudFormation templates for full-stack infrastructure provisioning. I've also built event-driven serverless applications using Lambda + API Gateway, configured Auto Scaling groups with ELB and Route 53 failover routing, and monitored infrastructure through CloudWatch alarms and CloudTrail audit logs.
On the dev side, I've shipped production-style full-stack applications including a production-grade REST API built on the Controller-Service-Repository pattern with idempotent payments and cursor pagination, QuickForm (a SaaS-style drag-and-drop form builder with BullMQ + Redis async email queues), PortfolioEcosystem (a full CMS platform with JWT auth, Redis caching, and Cloudinary uploads), EasyPetPuja (a canteen booking system with Razorpay integration), and QuickChat (a multi-threaded Java TCP chat server tested to 50+ concurrent connections). More recently, I've gone deeper into systems programming, building CShell (a Unix shell written from scratch in C) and libdsc (a from-scratch C data structures library tested with Valgrind).
Currently exploring Generative AI on AWS β SageMaker, Bedrock, and Prompt Engineering. Actively preparing for AWS Certified Solutions Architect β Associate (SAA-C03). Comfortable in Linux, Bash scripting, Git, and REST API design.
- π BCA (Honours) at Brainware University β CGPA 9.40 / 10
- βοΈ 30+ hands-on AWS labs β EC2, S3, Lambda, RDS, VPC, CloudFormation & more
- π« rahulbiswas006677@gmail.com
- πΌ Open to Cloud, DevOps, or Full-Stack internships / fresher roles
- π± Currently learning: Terraform Β· Docker Β· Kubernetes basics
Cloud (AWS)
Languages
Web & Databases
DevOps & Tools
Data & ML
| Project | Description | Stack | Status |
|---|---|---|---|
| π CShell | Unix shell written from scratch in C β supports piping, I/O redirection, background jobs & built-in commands, no external shell dependencies | C Β· Unix Β· System Programming Β· Makefile | π’ Active |
| π libdsc | From-scratch C library implementing linked lists, stacks, queues, BSTs & a chained hash table, tested with Valgrind | C Β· Data Structures Β· Hash Table Β· Valgrind | π’ Active |
| π ProductionReadyNodeAPI | Production-ready REST API with CSR architecture, idempotent payments, cursor pagination & Prisma/PostgreSQL | Node.js Β· Express Β· Prisma Β· PostgreSQL Β· Jest | π’ Active |
| π QuickForm | SaaS-style drag-and-drop form builder with async email queues, CSV export & public form sharing | Node.js Β· React Β· Prisma Β· Redis Β· BullMQ Β· Vercel | π’ Live |
| π PortfolioEcosystem | Full-stack portfolio CMS with JWT auth, BullMQ queues, Redis caching & Cloudinary uploads | Node.js Β· Prisma Β· Neon PostgreSQL Β· React Β· Vite | π’ Live |
| π EasyPetpuja | University canteen meal booking system with role-based portals & Razorpay payments | Node.js Β· Express Β· EJS Β· MongoDB Β· Razorpay | π’ Complete |
| π QuickChat | Real-time, multi-threaded Java TCP chat server tested to 50+ concurrent users, with Swing GUI client | Java Β· Sockets Β· Multithreading Β· Swing | π’ Complete |
| π MicroblogApplications | Full-stack microblogging starter with session-based auth and profile management | React Β· Express Β· MongoDB | π’ Complete |
| π CurrencyConvertor | Desktop currency conversion app with local CSV transaction logging | Python Β· Tkinter Β· ttkbootstrap | π’ Complete |
| π ExecutableIntelligence | Autonomous navigation agent using hybrid LLM + Reinforcement Learning to optimize decision latency | Python Β· Tkinter Β· RL | π‘ Testing |
| π AWSRestart | Multi-tier cafΓ© app on AWS: EC2, RDS Aurora, DMS migration, S3, IAM, CloudWatch | EC2 Β· RDS Β· S3 Β· DMS Β· CloudWatch | π‘ In Progress |
| π IplDataAnalysis. | EDA pipeline for IPL match datasets with statistical profiling and distribution modeling | Python Β· Pandas Β· Seaborn | π’ Complete |
| π FifaWorldcupAnalysis | Sports analytics pipeline with data imputation, correlation matrices, and predictive features | Python Β· Pandas Β· Seaborn | π’ Complete |
| π LeetCode-SQL | Structured SQL solutions for LeetCode database challenges β joins, window functions, query optimization | MySQL Β· PostgreSQL | π’ Active |
| Repository | Focus |
|---|---|
| FullstackLabBca | Full-stack fundamentals β modular code, CRUD, middleware |
| CorePythonFundamentals | Python scripts on geometry, arithmetic & data manipulation |
| DsaLabAssignments | C programs for core data structures & algorithms |
| DBMSAcademicAssignments | SQL / PL-SQL assignments for the DBMS course |
| C-Logic-Vault | Modular C programs on core programming concepts |
| OopsJavaExercise | OOP principles, multithreading, exceptions & Collections in Java |
| JavaDsa | Java algorithms & OS scheduling (FCFS, LRU) |
| WorldCupMatchesDataAnalysis | Historical FIFA World Cup analytics with Seaborn |
| Datasets | Curated datasets for EDA & ML practice |
| ProjectReports | Technical documentation, cloud architecture diagrams & research reports on AI safety frameworks and infrastructure guardrails |
| CV-And-Resume | Resume & CV source files |
- π― AWS re/Start β Cloud Solutions Architect Associate track (Ongoing, 2026)
- β AWS Certified Cloud Practitioner (CLF-C02) β Amazon Web Services
- β Programming in Java β NPTEL Β· IIT Certification (JanβApr 2025)
- β Data Representation & Visualization β Brainware University (JulβAug 2024)
- π Preparing for: AWS Certified Solutions Architect β Associate (SAA-C03)
"First, solve the problem. Then, write the code." β John Johnson