bv

Bhavishya Verma

— Full-Stack Engineer

Experience

Projects

Stack

FULL-STACK ENGINEER

Building scalable microservices at Big Oh Tech

IN · SOFTWARE DEV

Bhavishya

(Verma)

he / him

I build robust, performant web applications that solve real-world operational problems.

Full-stack developer focused on Node.js and distributed architectures. I specialize in turning complex, data-heavy requirements into streamlined, reliable systems—whether it's decomposing legacy monoliths or building SaaS products from the ground up.

PORTFOLIO · INDIA, 2025

Content

PERFORMANCE METRIC

40% latency reduction.

Optimized REST APIs across 30+ microservices using multi-layer Redis caching, significantly improving system throughput under production load.

System architecture, 5 min read

30+

MICROSERVICES DEPLOYED

Decomposed a 20-year legacy monolith into independently scalable services.

75+

AIRLINES SERVED

Contributing to mission-critical aviation compliance and document management systems.

1K+

NPM DOWNLOADS

Author of signpdfx, a utility library for digital certificate extraction.

150+

LEETCODE STREAK

Committed to consistent algorithmic growth and problem-solving.

CURRENTLY:

Big Oh Tech

·

UrsTech Solution

·

IIT Patna (MCA)

·

GGSIPU (BCA)

·

Open Source

01 — MY APPROACH

Code should be as maintainable as it is performant.

I believe in building systems that handle growth gracefully. Over-engineering is a risk, but under-thinking the architecture is worse.

Scalability is a result of smart design decisions, not just more hardware.

I.

Performance is a feature.

Latency kills user trust. Whether it's caching strategies or query optimization, every millisecond saved improves the user experience.

II.

Decoupling enables agility.

Moving from monoliths to microservices isn't just a technical upgrade; it's a way to give teams the independence they need to ship faster.

III.

Documentation is architecture.

A system is only as good as the team's ability to maintain it. I prioritize clean code and clear documentation to ensure long-term stability.

02 — SELECTED WORK

FLYDOCS · CLOUD MODERNIZATION · 2025

Modernizing legacy aviation systems.

TECH STACK

NestJS, Kafka, Azure

THE CHALLENGE

Monolithic technical debt.

The platform was a 20-year-old legacy system. The goal was to decompose it into independent microservices without disrupting critical aviation SLA requirements.

We needed to ensure zero-downtime releases while migrating high-stakes maintenance data into a more resilient, cloud-native structure.

THE STRATEGY

Event-driven architecture.

We migrated synchronous service calls to Kafka event streams and implemented robust API caching to decouple dependencies.

By adopting a service-oriented mindset, we empowered individual teams to own their deployments, significantly increasing our shipping velocity.

THE WORK · DEVELOPMENT PHASES

PHASE 1

Analyze

Identified bottlenecks in the legacy codebase and mapped dependencies across 30+ modules.

PHASE 2

Decompose

Extracted core business logic into NestJS microservices with clearly defined bounded contexts.

PHASE 3

Optimize

Introduced Redis caching and event-driven communication to boost system throughput.

PHASE 4

Deploy

Orchestrated zero-downtime migrations within the Azure cloud environment.

"

Bhavishya consistently delivers clean, scalable code. His ability to navigate complex legacy systems while introducing modern best practices has been instrumental.

— Engineering Lead, Big Oh Tech

RESULT

40% faster

API response time improvement

03 — TECHNICAL TOOLKIT

A stack built for scale.

I don't stick to one tool, but I specialize in the ones that allow for high-performance, maintainable enterprise applications.

I.

Backend & Infrastructure

Expertise in Node.js, NestJS, and Express.js. Proficient with Kafka for event streaming and Redis for caching at scale.

CORE

Node.js · NestJS

II.

Frontend Engineering

Building interactive, performant UIs with Next.js and React. Focus on SSR/ISR for search reach and lightning-fast load times.

STACK

Next.js · React

III.

Database & Storage

Experienced in polyglot persistence. PostgreSQL for relational integrity, MongoDB for flexible document storage, and Redis for speed.

DATA

PostgreSQL · MongoDB

IV.

DevOps & Cloud

Fluent in Azure services, Docker containerization, and automated CI/CD pipelines to ensure reliability in production environments.

INFRA

Azure · Docker

04 — GROWTH

Building, learning, and consistently delivering.

A career defined by technical challenge and continuous improvement, from SaaS architecture to enterprise-level microservices.

2025

→ now

Big Oh Tech

— Associate Software Engineer

Specializing in aviation-grade cloud platforms. Leading efforts to decompose legacy monolithic systems into NestJS microservices while maintaining strict SLA requirements.

Microservices

Event Streaming

Caching Optimization

2024

→ 2024

UrsTech Solution

— Full Stack Developer

Delivered full-stack applications for diverse clients. Focus on Next.js/Express.js architectures, achieving significant performance gains through query and API-layer optimization.

SSR Optimization

API Development

Full Stack

2022

→ 2025

Academic Background

— MCA & BCA

Master's in Computer Applications from IIT Patna and Bachelor's from GGSIPU. Building a solid foundation in data structures, algorithms, and system design.

CS Fundamentals

System Design

Algorithms

2022

→ present

Competitive Coding

— Problem Solver

Active in competitive programming and hackathons. Winner of multiple university-level hackathons and maintaining a consistent, long-term LeetCode streak.

Problem Solving

DSA

Hackathons

05 — IMPACT HIGHLIGHTS

Metrics matter, but the architectural choices behind them matter more.

Key projects where I leveraged technical expertise to drive performance and operational improvements.

40%

2025 · Big Oh Tech

LATENCY REDUCTION

Applied multi-layer Redis caching across 30+ services to handle high production traffic with significantly faster response times.

35%

2024 · UrsTech

RESPONSE GAINS

Optimized database queries and API caching, leading to more responsive user interfaces and efficient client-side data handling.

1K+

Open Source

NPM DOWNLOADS

Developed signpdfx to solve certificate extraction needs for the developer community, focusing on clean utility implementation.

1st

2023 · Matrix Hackathon

HACKATHON POSITION

Architected and delivered a functional prototype under time constraints, demonstrating quick implementation and teamwork.

06 — TECHNICAL FOCUS

Continuous improvement.

My focus is on becoming a more effective engineer. I track my progress through consistent coding practice, open source, and real-world system architecture.

TECH INSIGHT — ARCHITECTURAL CHOICES

Modernizing a legacy monolith.

Big Oh Tech · 2025

Tasked with decomposing a 20-year-old aviation records platform. The challenge wasn't just the code, but maintaining zero-downtime for 75+ airlines while shifting to a microservices architecture. It required careful planning to ensure service independence.

What I learned: A gradual, service-by-service migration beats a rewrite every time. It preserved system stability while allowing us to scale specific components independently using NestJS and Kafka.

TECH INSIGHT — PERFORMANCE TUNING

Optimizing API response times.

Big Oh Tech · 2025

Faced with latency issues across 30+ services, I implemented multi-layer Redis caching. I initially underestimated the complexity of cache invalidation, but refined the strategy until we achieved a 40% reduction in response times.

The result was a more responsive platform for aviation engineers. It reinforced that performance isn't just about faster queries, but about intelligent data fetching and caching at the right layer.

TECH INSIGHT — SAAS ARCHITECTURE

Building a multi-tenant website builder.

imyme Project · 2024

I built 'imyme' to learn the nuances of multi-tenant SaaS. Managing wildcard subdomains and dynamic TLS for users required a deep dive into Next.js middleware and clever infrastructure design.

By using a polyglot approach—PostgreSQL for structure and MongoDB for flexible content nodes—I avoided the typical scaling bottlenecks found in simple document-store architectures.

07 — TECHNICAL NOTES

Engineering insights and learnings.

I document my process to solidify my understanding of system design and full-stack architecture. These are notes on problems I've solved in production.

MAR '25

Decomposing monoliths into services.

8 min

Article

JAN '25

Why I chose Redis for API caching.

5 min

Note

DEC '24

Managing multi-tenant routing.

10 min

Article

OCT '24

Optimizing MongoDB queries for scale.

6 min

Note

JUL '24

The benefits of event-driven Kafka.

7 min

Article

08 — WHAT COLLEAGUES SAY

Professional feedback from my work.

Perspectives on my contributions to team projects and engineering initiatives.

"

Bhavishya consistently navigates complex legacy code with a calm approach. He was instrumental in our microservices transition, always ensuring that performance was at the forefront of our deployments.

Engineering Manager

Big Oh Tech

"

His work on full-stack application performance was impressive. He doesn't just ship code; he focuses on the data-backed optimizations that actually improve the user's experience.

Project Lead

UrsTech Solution

"

I was struck by his ability to solo-architect a full SaaS platform. His technical discipline, from infrastructure to front-end, shows a real commitment to high-quality software.

Senior Architect

Industry Mentor

09 — GET IN TOUCH

Let’s build something impactful together —

I am open to new full-stack engineering roles and challenging projects. Whether it's microservices, SaaS, or complex system performance, let's connect.

PROFILES

GitHub · /bhavishya556

LinkedIn · /in/bhavishyaverma

LeetCode · /bhavishya

NPM · /signpdfx

© 2025 Bhavishya Verma

·

Currently building: Aviation Cloud Systems

Coded with precision

Designed onimyme· Create yours