Sambhav — Full-Stack Developer & Embedded Engineer
Portfolio · 2026
Sambhav — Full-Stack Developer

Full-Stack Developer • Embedded Systems Engineer

I'mSambhav

Building scalable web platforms & intelligent hardware systems

I design and develop end-to-end digital products — from modern web applications and scalable backend systems to embedded solutions that connect hardware with software to solve real-world problems.

2+Years of Coding
15+Projects Built
Ideas to Build
About Me

Who I Am

I'm a B.Tech student and a full-stack developer who loves building real-world solutions using web technologies and embedded systems. I enjoy designing scalable web platforms, building APIs, and integrating software with hardware systems.

Software Development

  • Full-stack web applications
  • REST APIs
  • Real-time systems

Embedded Systems

  • Microcontrollers
  • IoT applications
  • Hardware-software integration

Current Focus

Currently exploring system design, scalable backend architectures, and embedded IoT systems.

Projects

Engineering case studies — select a project to read the full breakdown.

01/03
2024Case Study / 01

NetStream

Real-time collaborative workspace platform

01

Problem

Remote teams struggled with high-latency collaboration tools that caused sync conflicts, lost edits, and poor user experience under concurrent load. Existing solutions either had restrictive pricing or failed at scale.

02

Approach

Built a room-based WebSocket architecture where each collaborative session is isolated, with an event-sourcing model to ensure conflict-free merging. Used Redis pub/sub to fan-out events across multiple server instances horizontally.

03

Architecture

Next.js client connects to Node.js Socket.io gateway. Gateway routes events through Redis pub/sub. PostgreSQL stores persisted document state. Docker Compose orchestrates all services.

├── Client (Next.js + Yjs CRDT)│ └── WebSocket connection├── Gateway (Node.js + Socket.io)│ ├── Room Manager│ └── Redis Pub/Sub bridge├── Cache (Redis)└── Persistence (PostgreSQL)
04

Technologies

Next.js 14Frontend framework & SSR
Socket.ioWebSocket event transport
RedisPub/sub & session cache
PostgreSQLDocument persistence
Yjs CRDTConflict-free data types
DockerContainer orchestration
05

Result

Achieved sub-50ms sync latency across concurrent users. The platform handled 500+ simultaneous sessions in load testing with zero data conflicts. Deployed to production with zero-downtime rolling updates.

<50msSync Latency
500+Concurrent Users
ZeroConflicts
Work Experience

Where I've
Worked

Real-world engineering across web platforms, APIs, and cloud infrastructure.

Internship2024 — Present

Full Stack Developer

Indibus Software Solutions

  • Built production web applications end-to-end from design to deployment
  • Developed RESTful backend APIs with authentication and data validation layers
  • Handled CI/CD deployment pipelines on cloud infrastructure
  • Worked with MongoDB, cloud servers, and container-based environments
More chapters ahead
Education2022 — 2026

Bachelor of Technology
Computer Science & Engineering

Rajasthan Technical University

Data StructuresOSNetworksEmbedded SystemsDatabasesSystem Design
My Engineering Approach

I don't just write code — I think in systems. Whether it's designing an API or wiring a microcontroller, I start from the problem, reason about trade-offs, and build solutions that are reliable, maintainable, and built to grow.

My Journey

The
Path

A timeline of how my engineering instincts were forged — year by year.

2022

First Lines of Code

Picked up C and Python. Fell in love with the logic of programming.

CPythonLogic Building
2023

Web Development

Dived into HTML, CSS, JavaScript, and React. Built first web projects.

ReactNode.jsHTML/CSSGit
2024

Full Stack Development

Mastered end-to-end development — databases, APIs, and deployment.

Next.jsMongoDBPostgreSQLREST APIsDocker
2025

Embedded Systems & IoT

Extended into hardware — microcontrollers, MQTT, and hardware-software bridges.

C/C++MQTTESP32InfluxDB
Now

Systems Thinking

Designing for scale — distributed systems, architecture, and real-world impact.

System DesignDistributed SystemsArchitecture
Building forward…