Engineering Thoughts

Writing on things that actually matter in production.

Django, fintech, hardware, cloud infra — from 13+ years in the trenches.

Browse · aniket-pet-projectawsbackendcareercelerycryptographyctodjangoengineeringesp32fintechflaskhardwarehsmiotleadershiplinuxnetworkingnginxpaymentsperformancepkcs11pythonrazorpayretail-techsecuritystartupstripesystems
iotesp32python

ESP32 + mmWave Radar: Privacy-First People Counting and Adaptive Music for Retail

How I built a crowd-adaptive music system for retail using an ESP32, an RD-03E mmWave radar, a Flask state API, and a mood engine that maps crowd density to BPM and genre, without a single camera or microphone.

March 28, 2026 14 min read
awssecuritycryptography

CloudHSM Zero Key Exposure: Proving Your Encryption Keys Never Touch RAM

How I built a proof-of-concept using AWS CloudHSM and PKCS#11 to demonstrate AES-256 encryption where the key never exists in application memory, verified with a live forensic scan of the Flask process.

February 27, 2026 12 min read
careerleadershipengineering

13 Years, 30+ Engineers, One CTO Role: The Career Mistakes I Would Make Again

I said no to FAANG, took a pay cut to join a startup, and spent six months 'unemployed' after an acquisition. Here is what I actually learned from each of those decisions.

February 07, 2026 7 min read
nginxsystemslinux

How NGINX Handles Hundreds of Thousands of Concurrent Connections

A deep dive into NGINX's event-driven architecture: how the master-worker process model, epoll, non-blocking I/O, and upstream connection pooling combine to serve massive concurrency without the thread-per-connection overhead that Apache could never escape.

January 12, 2026 13 min read
djangopaymentsrazorpay

Django Payment Gateways: Webhooks, Idempotency, and Async Recon Done Right

Most Django payment integrations handle the happy path well. This post covers what actually breaks in production: webhook idempotency, signature verification, and async reconciliation.

August 01, 2025 10 min read
djangopythonfintech

Your Post Title Here

A one-line summary shown on the index card and in SEO meta tags.

June 01, 2025 5 min read