Topics
What I Write About
View all topicsFrontend Tech
Writing about component architecture, React patterns, TypeScript, and how browsers actually work under the hood.
Backend Tech
Distributed systems, event driven design, APIs, databases, and building backends that hold up under real load.
Cloud & Network
AWS, Kubernetes, Terraform, network design, and running things in production without it falling over at 2am.
Web3 & Blockchain
Smart contracts, DeFi, NFT systems, Metaverse platforms, and how decentralised apps are actually built.
Cyber Security
Zero Trust, penetration testing, DevSecOps, supply chain security, and keeping systems safe in practice.
IoT & Edge Computing
IoT system design, MQTT, edge computing, real time telemetry, EV ecosystems, and getting hardware to talk to software reliably.
AI & ML / MLOps
LLM integration, RAG pipelines, prompt engineering, MLOps infrastructure, and building AI features that work in production.
Robotics
Robotics system design, ROS, sensor fusion, autonomous navigation, edge AI, and connecting robots to the real world.
Marketing Tech
MarTech stack design, analytics pipelines, attribution systems, and building the infrastructure that makes marketing data usable.
Articles
Latest Writing
View all articlesFeatured
Micro Frontends at Scale: What Works and What Does Not
Zero Trust Architecture: A Practical Enterprise Guide
Event Driven Microservices with Kafka and the Outbox Pattern
Building an IoT Backend for EV Charging Networks
Micro Frontends at Scale: What Works and What Does Not
Breaking a big frontend into smaller deployable apps looks great on paper. The real problems show up later with shared state, login flows, and keeping styles consistent. This post covers what actually holds up in a live system.
Zero Trust Architecture: A Practical Enterprise Guide
The old idea of a safe internal network no longer works. This guide walks through how to set up identity based access, continuous verification, and proper network segmentation across a mixed enterprise setup.
Event Driven Microservices with Kafka and the Outbox Pattern
Publishing events reliably without writing to two places at once is a common pain point. This covers the outbox pattern, change data capture, and getting exactly once delivery working with Kafka in a real setup.
Building an IoT Backend for EV Charging Networks
Smart EV charging is not just hardware. You need OCPP protocol handling, device telemetry at scale, and a backend that can take the load. This post goes through the full system design using MQTT, Kafka, and cloud infrastructure.
Setting Up a Production AWS Landing Zone with Terraform
Most teams skip the basics when they move to AWS and pay for it later. This walkthrough covers multi account setup with AWS Organizations, service control policies, network segmentation, and central logging, all written as code.
Smart Contract Security: What Every Developer Should Know
Reentrancy bugs, integer overflows, and front running attacks have cost Web3 projects hundreds of millions. This post looks at each one in plain terms and shows how to write contracts that avoid them.
React Server Components: How to Actually Think About Them
Server components change where your data fetching lives and how the component tree works. Before you use them everywhere, it is worth understanding what problem they solve and the cases where they are the wrong choice.
Building Apps That Work Without Internet Using RxDB
Offline support is easy to promise and hard to ship. This post is based on real work done on an EV fleet management desktop app and covers how RxDB handles local storage, conflict resolution, and syncing data back to the server.
About Me
Designing systems that scale, securing what matters.
I'm Nikhlesh Yadav — Hands-on Technical Leader with 12+ years of experience designing distributed systems, cloud-native architectures, AI-enabled platforms, IoT ecosystems, and secure enterprise infrastructure.
Through this blog, I share practical insights, architecture decision records, and technical explorations — drawing from real-world projects across fintech, healthcare, SaaS, IoT, AI, and Web3.
- React / Next.js
- TypeScript
- WebRTC / WebSockets
- React Native / ElectronJS
- Node.js / Python
- REST / GraphQL / gRPC
- Microservices
- Kafka / RabbitMQ
- AWS / Kubernetes
- Docker / Terraform
- CI/CD / DevOps
- Network Design
- LLM / RAG
- MLOps Pipelines
- Prompt Engineering
- Model Serving
- MQTT / OCPP
- Arduino / Edge
- RxDB Offline-first
- Telemetry Pipelines
- Zero Trust
- VAPT / Pen Testing
- OWASP / DevSecOps
- Secure APIs