mehedi.engineer

Writing

A collection of technical articles, deep dives, and tutorials on software engineering.

search
performancebackend

Optimizing Node.js Garbage Collection for High-Throughput APIs

A deep dive into V8 engine internals and practical strategies for reducing GC pauses in heavily loaded microservices. We analyze heap snapshots and implement memory pooling.

Published: March 15, 2024Last Updated: March 18, 2024
reactfrontend

Building a Resilient State Machine in React

Moving beyond simple boolean flags. How to implement robust finite state machines using XState to manage complex UI logic and prevent impossible states.

Published: February 02, 2024Last Updated: February 02, 2024
infrastructuredocker

Zero-Downtime Deployments with Kubernetes

A comprehensive guide to configuring rolling updates, readiness probes, and graceful shutdowns to ensure seamless deployments in production environments.

Published: November 28, 2023Last Updated: January 10, 2024