Building at Crewasis — Open to backend/cloud roles Aug 2026

Backend & Cloud
Engineer

MS in Software Engineering @ Northeastern (3.9 GPA). Building production APIs, cloud infrastructure, and CI/CD pipelines. Currently shipping backend systems at Crewasis.

3.9
MS GPA — Northeastern
2
Backend Internships
Aug '26
Available Full-Time
Scroll

About

Backend engineer who ships.

I'm a grad student at Northeastern University finishing my MS in Software Engineering (3.9 GPA). Currently building production backend systems at Crewasis — writing Django APIs, optimizing PostgreSQL queries, provisioning AWS infrastructure, and shipping weekly. Previously built REST APIs in C#/ASP.NET Core at Tatvasoft. I focus on backend services, cloud infrastructure, and the CI/CD that ties them together.

Backend Services

Building REST APIs with Django, Spring Boot, FastAPI, and ASP.NET Core. Query optimization, connection pooling, and caching with Redis for low-latency responses.

Cloud & Infrastructure

AWS (EC2, RDS, S3, Lambda, SNS), Terraform IaC, Docker containers, and GitHub Actions CI/CD. Infrastructure that's reproducible and version-controlled.

Databases & Storage

PostgreSQL, MySQL, MongoDB, Redis. Schema design, indexing strategies, query plan analysis, and caching layers for production workloads.

Experience

Where I've worked.

Jan 2026 — PresentCurrent

Software Engineer Intern

Crewasis · New York, USA

Built and shipped 6 backend features in Django with 90%+ test coverage across weekly releases
Cut deployment time 40% by containerizing services with Docker and automating CI/CD via GitHub Actions
Reduced API latency 35% and database load 30% through PostgreSQL query optimization and Redis caching
Provisioned AWS infrastructure (EC2, RDS, S3, Lambda) serving 5K+ monthly active users
PythonDjangoAWSDockerPostgreSQLRedisGitHub Actions
Jan — May 2024

Software Developer Intern

Tatvasoft · Ahmedabad, India

Built RESTful APIs in C#/ASP.NET Core with Entity Framework, serving 100+ concurrent users at sub-500ms latency
Improved database query performance 30% through PostgreSQL indexing and query plan optimization
Set up CI/CD pipelines in Azure DevOps with xUnit integration tests, reducing production defects by 20%
C#ASP.NET CorePostgreSQLAzure DevOpsEntity FrameworkxUnit

Education

Northeastern University

GPA: 3.9

Master of Science in Computer Software Engineering

Boston, MA · Sept 2024 — May 2026

Object-Oriented DesignData Structures & AlgorithmsCloud ComputingHigh-Performance Parallel ComputingData Science Engineering

Nirma University

Bachelor of Technology in Computer Science & Engineering

Ahmedabad, India · Oct 2020 — May 2024

Database Management SystemsOperating SystemsComputer NetworksDiscrete Mathematics

Projects

What I've built.

Backend services, cloud infrastructure, and distributed systems — each with real architecture decisions and measurable outcomes.

Featured Project

Distributed Task Queue

Celery + RabbitMQ — Circuit Breakers, Observability, Terraform

Production-grade distributed task queue processing asynchronous workloads (image transformation, PDF rendering, webhook dispatch) with FastAPI, Celery, and RabbitMQ. Includes fault-tolerant resilience patterns, full observability, and Terraform-based AWS deployment.

Zero message loss across 10K+ queued jobs via dead-letter routing
100% duplicate elimination with idempotency-key deduplication
Sub-50ms API response latency under concurrent load
8 containerized services with Prometheus/Grafana observability
FastAPICeleryRabbitMQRedisPrometheusGrafanaDocker ComposeTerraformAWS ECS FargatePostgreSQL
CodeView Details
Featured Project

Cloud Infrastructure Platform

Full AWS Stack — Terraform IaC, Serverless, CI/CD

Production-grade cloud-native application spanning 3 repositories: a FastAPI web service with user/product management and S3 image storage, Terraform IaC for full AWS infrastructure, and serverless Lambda functions for event-driven email verification.

Multi-AZ VPC with Auto Scaling, ALB, and private-subnet RDS
Terraform IaC managing all infrastructure across 3 repos
Zero-downtime CI/CD: PR validation, AMI build, rolling deploy
Serverless email flow: SNS → Lambda → DynamoDB → SendGrid
AWSTerraformFastAPIPackerGitHub ActionsLambdaSNSDynamoDBRDS PostgreSQLS3
CodeView Details
Featured Project

Vehicle Rental Microservices Platform

Spring Boot Backend — 30+ APIs, JWT/RBAC, Redis Caching

Backend-heavy vehicle rental and ride-booking platform built with Spring Boot microservices, 30+ REST APIs, JWT/RBAC authentication, Redis caching, and a Next.js frontend.

Sub-200ms API responses via Redis caching and query indexing
30+ REST APIs with JWT authentication and role-based access control
Concurrent ride-booking with transactional consistency
Separate microservices for auth, bookings, payments, and notifications
JavaSpring BootPostgreSQLRedisJWTNext.js
CodeView Details

Healthcare Management Platform

ASP.NET MVC — Repository Pattern, PostgreSQL

Full-stack healthcare platform with virtual consultations, appointment scheduling, and patient data management. Built with ASP.NET MVC and PostgreSQL using repository pattern for clean data access.

C#ASP.NET MVCPostgreSQLJavaScriptRepository Pattern
Details

Distributed Training Infrastructure

Multi-GPU Pipeline — PyTorch DDP, HDF5, ETL

High-performance distributed training system using PyTorch DDP across multiple GPUs with optimized ETL pipelines and HDF5 compression for large datasets.

PythonPyTorch DDPHDF5ETLWeights & Biases
Details
Hackathon Winner

RareSense — Rare Disease Diagnostic Tool

Harvard Rare Disease Hackathon 2025

AI-powered diagnostic tool using phenotype-driven disease matching with the Human Phenotype Ontology (HPO) to help healthcare professionals identify rare genetic disorders.

PythonStreamlitHPOBioinformaticsData Science
Details
Hackathon Winner

AI Document Compliance Tool

MINeD 2025 Hackathon — 3rd Place ($200)

AI-powered tool that automates research paper compliance checks using OCR and image processing, reducing rejection rates for academic submissions.

PythonStreamlitOpenCVPyTesseractOCR+1
Details
Research

Lung Sound Disease Detection

Deep Learning Research with EfficientNet + Attention

Researched and implemented a deep learning system using EfficientNet with attention mechanisms to automatically diagnose respiratory diseases from lung sound audio recordings.

PythonTensorFlowEfficientNetAttention MechanismsMel Spectrograms+1
Details
Research

Vehicle Collision Avoidance System

Reinforcement Learning + V2X Communication

Research on intelligent collision avoidance using Vehicle-to-Everything (V2X) communication and reinforcement learning for autonomous decision-making.

PythonReinforcement LearningV2XSUMO SimulatorDeep Learning
Details

Quora Duplicate Question Detection

BERT-Powered NLP Classification

Deep learning model using BERT to identify semantically duplicate questions on Quora, outperforming traditional ML approaches.

PythonBERTTransformersPyTorchNLP+1
Details

AI Voice Agent

Real-Time Conversational AI with Deepgram + Twilio

AI-powered voice agent integrating speech-to-text, text-to-speech, and LLM capabilities for real-time, low-latency phone conversations.

PythonDeepgram APITwilioLLMSpeech-to-Text+1
Details

Finance AI Agent

AI-Powered Stock Analysis & Market Insights

Autonomous AI agent that provides real-time stock data analysis and market insights using LLM-powered reasoning.

PythonLLMFinancial APIsAI Agents
Details

Air Chords

Vision-Based Musical Interface with Hand Gestures

Real-time computer vision application that transforms hand gestures into musical chords using OpenCV and MIDI synthesis.

PythonOpenCVMIDIComputer VisionReal-Time Processing
Details

Skills

Technical toolkit.

Backend systems, cloud infrastructure, and the tooling to ship them reliably.

Primary Languages

PythonJavaC#SQLJavaScriptBash

Backend Frameworks

DjangoSpring BootASP.NET CoreFastAPICeleryNext.jsEntity Framework

Cloud & Infrastructure

AWS (EC2, S3, RDS, Lambda, ECS Fargate)DockerTerraformRabbitMQGitHub ActionsAzure DevOpsPacker

Databases & Caching

PostgreSQLMySQLMongoDBRedisDynamoDB

Testing & Observability

PyTestxUnitPrometheusGrafanaCloudWatchStructured Logging

AI & ML

PyTorchTensorFlowBERT / TransformersHugging FaceOpenCVDistributed Training (DDP)NLPStreamlit

Contact

Let's connect.

Looking for backend and cloud engineering roles starting August 2026. Let's talk about how I can contribute to your team.

Send me an email