Full-stack engineer passionate about building scalable, production-ready systems.

bhavishya.verma

experience

skills

projects

available

◉ Noida → Remote

● Open for new opportunities

Full-stack shipping

FULL-STACK · NODE.JS · MICROSERVICES

Bhavishya Verma.

I build robust web platforms and efficient backend services.

Full-stack software engineer focused on Node.js, NestJS, and Next.js. I have experience building multi-tenant SaaS products and decomposing legacy monoliths into scalable microservices architectures. I thrive on solving complex backend challenges and delivering performant, user-centric applications.

1.5y+

industry experience

1k+

npm downloads

40

% perf gain

200+

algorithms solved

~/bhavishya — zsh

$ whoami

full_stack_engineer

$ ls ~/focus/

backend-services/ microservices/

saas-architecture/ performance-tuning/

$ cat ./principles.txt

→ simplicity reduces technical debt

→ performance is a feature

→ scalable systems require careful design

$ █

CURRENTLY BUILDING

enterprise document management for airlines.

// 01 — PHILOSOPHY

How I approach software development.

I believe that the best code is readable, maintainable, and highly efficient. My goal is to build software that not only solves today's problems but is architected to scale for tomorrow’s requirements. I prioritize clean API design and robust infrastructure.

I advocate for incremental modernization and solid system fundamentals. Whether it is decomposing a legacy monolith or architecting a new SaaS, I focus on data integrity, low-latency communication, and creating developer-friendly, well-documented systems that stand the test of time.

backend development

microservices

api optimization

system architecture

full-stack delivery

// 02 — STACK & TOOLING

Technical toolkit.

The technologies I use to build, ship, and maintain reliable software.

⟨/⟩

Languages

TypeScript for type-safe development. Node.js for backend services. Python and Java for algorithmic problem solving and versatile application support.

TypeScript

JavaScript

Java

Python

SQL

Backend & Cloud

NestJS for microservices, Express for lightweight APIs. PostgreSQL and MongoDB for flexible data storage. Azure for cloud deployment.

Node.js

NestJS

PostgreSQL

MongoDB

Azure

Infrastructure

Kafka for event-driven flows, Redis for high-performance caching. Docker and CI/CD pipelines to ensure reliable delivery.

Kafka

Redis

Docker

BullMQ

CI/CD

Frontend

Next.js for performant, SEO-friendly applications. React for UI. Tailwind CSS for rapid styling.

Next.js

React

TypeScript

Tailwind

// 03 — SELECTED WORK

Projects and contributions.

Key projects demonstrating full-stack capabilities, system design, and performance optimization.

PROJECT 01

ENTERPRISE

Aviation Records System

Microservices migration · NestJS + Kafka

Decomposed a 20-year-old monolith into modular NestJS services. Optimized APIs with multi-layer Redis caching and integrated Kafka for asynchronous event handling, improving fault tolerance and performance.

40% faster

API response time

30+

microservices

zero-downtime

deployment goal

// src/caching/redis.ts

async function getCachedRecord(id: string) {

const cached = await redis.get(id);

if (cached) return JSON.parse(cached);

const data = await db.fetch(id);

await redis.set(id, JSON.stringify(data));

return data;

}

[SYSTEM FLOW]

client →

gateway

nest-services

kafka-events

redis-cache

db-layer

azure-ai

→ reduced sync dependencies via Kafka events

PROJECT 02

SAAS

imyme SaaS

Multi-tenant website builder · Next.js

Solo-architected a production-ready website builder. Engineered a custom polyglot persistence layer, async analytics pipeline using BullMQ, and host-based multi-tenant routing.

Next.js

PostgreSQL

Redis

BullMQ

PROJECT 03

OPEN SOURCE

signpdfx

npm library for PDF certification

Published a specialized library for extracting digital certificates from PDFs. Currently supports 1,000+ downloads, focusing on clean utility code and ease of integration.

Maintained focus on clean, reusable abstractions

Handled complex file parsing logic efficiently

Built for modular node-based applications

IMPACT METRICS

NPM Downloads

1,000+

Growing

Codebase Streak

150+ days

Consistent

Project Scope

Multi-tenant

Scalable

// 04 — EXPERIENCE

Professional history.

Experience across software companies, focusing on building high-performance web applications and enterprise-grade systems.

2025

now

Big Oh Tech

Associate Software Engineer

·

NOIDA

Developing enterprise-grade aviation records platforms. Focused on modernizing legacy monoliths into NestJS microservices and leveraging Azure for high-reliability cloud deployments.

Microservices

Performance Optimization

Cloud Integration

Aviation Compliance

2024

2024

UrsTech Solution

Full Stack Developer

·

NOIDA

Built full-stack applications using Next.js and Express.js. Achieved significant performance improvements through query optimization and SSR implementation for client-facing websites.

Next.js

Performance Tuning

Full-stack Delivery

2022

2025

Education

BCA, GGSIPU

·

DELHI

Bachelor of Computer Applications, focusing on core programming principles and computer science fundamentals.

Data Structures

Algorithms

System Design

2025

2027

Education

MCA, IIT Patna

·

REMOTE

Master's in Computer Applications (Online), deepening expertise in advanced computing, system architecture, and emerging tech.

Advanced CS

Software Architecture

In-Progress

// 05 — IMPACT

Metrics and achievements.

Key achievements and performance metrics from projects and competitive programming experience.

35%

RESPONSE TIME IMPROVEMENT

Achieved through optimization and caching during my tenure at UrsTech.

40%

API PERFORMANCE GAIN

Optimized REST APIs in a high-load aviation records system using multi-layer Redis caching to improve response times.

35%

CLIENT RESPONSE IMPROVEMENT

Enhanced full-stack application performance for multiple clients through strategic query optimization and API-layer caching.

1.0k+

NPM PACKAGE DOWNLOADS

Authored and maintained signpdfx, an open-source library for digital certificate extraction in PDF documents.

PROJECTS I'VE BUILT

A multi-tenant SaaS platform built from the ground up.

Engineered 'imyme', a website builder SaaS, solo. Handled everything from drag-and-drop architecture and polyglot data persistence to async analytics pipelines and automated PDF invoicing.

30+

MICROSERVICES DEPLOYED

// 06 — OPEN SOURCE

Tools I've shared with the developer community.

Small libraries designed to solve specific technical challenges, available for public use.

bhavishya556/signpdfx

1k+ DLs

A lightweight NPM library for extracting digital certificates from PDFs. Maintained for developer utility.

TypeScript

MIT

bhavishya556/imyme-core

Pinned

Core logic modules extracted from my SaaS website builder project, focusing on efficient data handling.

TypeScript

MIT

bhavishya556/excalidraw-sync

Personal

Experimentation with collaborative whiteboard data syncing, exploring real-time interaction patterns.

Node.js

MIT

// 07 — ACHIEVEMENTS

Competitions and technical milestones.

Selected highlights from hackathons and consistent commitment to algorithmic problem solving.

HACKATHON · 2023

Matrix Hackathon Winner

Secured 1st place out of 300+ participants, demonstrating rapid prototyping and collaborative problem-solving skills.

DSA · 2022

ODE TO CODE Champion

Took 1st position in this inter-college DSA competition hosted by IITM and Coding Blocks.

HACKATHON · 2023

IITM Hackathon Finalist

Achieved 2nd position in the regional hackathon, focusing on innovative feature implementation.

PROGRESS · 2025

LeetCode Streak

Consistently maintained a 150+ day streak with 200+ problems solved, showcasing steady dedication to data structures.

// 08 — EDUCATION

Academic background and learning.

M

Master's in Computer Applications

IIT Patna

2025 — 2027

B

Bachelor's in Computer Applications

GGSIPU

2022 — 2025

Full-stack Focus

Node.js & Next.js

ACTIVE

System Architecture

Microservices & Cloud

Current

// 09 — PROFESSIONAL PHILOSOPHY

How I approach software engineering.

Engineering values that guide my development process and project contributions.

"

Bhavishya approaches technical challenges with a clear focus on architecture and scalability, ensuring that code is not just functional but also maintainable.

TL

Team Lead

Big Oh Tech

"

His work on decomposing legacy monoliths into microservices showed a great deal of patience and an eye for decoupling complex systems.

PM

Product Manager

Big Oh Tech

"

Bhavishya is a driven developer who consistently delivers high-quality features, always looking to optimize performance and improve user experience.

Dev

Peer Review

UrsTech Solution

// 10 — NOW

Focus areas for this season.

Current technical projects and learning paths.

BUILDING

Scaling microservices in an enterprise aviation environment.

READING

System design patterns and advanced TypeScript documentation.

LEARNING

Expanding knowledge in Kafka event-driven architectures.

AWAY FROM

Refactoring old code—I love the cleanup, but need to build new things too.

// 11 — CONTACT

Let's build scalable solutions together.

Open to backend or full-stack engineering roles where I can contribute to complex systems and continue learning at scale.

>

© 2025 Bhavishya Verma · India

built with code · deployed in production

Designed onimyme· Create yours