Nrishinghananda Roy.
Platform Engineer.
I have production experience architecting distributed cloud infrastructure and bridging the gap between high-throughput backend systems and scalable deployments.
My focus is practical and execution-driven: securing containerized workloads, conducting threat analysis, eliminating critical performance bottlenecks with Rust, and designing systems that scale reliably under production constraints.

What I am working on
I am currently operating as an independent Platform Engineer, expanding my cloud infrastructure expertise into Kubernetes orchestration, DevSecOps, and GitOps. My method is execution-driven: I build secure cloud architectures, automate complex infrastructure provisioning, and leverage Rust and Python to resolve bottlenecks.
The problems I focus on sit at the intersection of platform engineering and site reliability: how to deploy secure environments using Infrastructure as Code, how to enforce strict access controls in containerized workloads, and how to analyze and mitigate security threats before they impact production.
Contributions to open-source cloud-native tools and security research are actively in progress.
Selected work
DevSecOps and containerized infrastructure
As an independent Platform Engineer I architected and deployed containerized infrastructure using Docker for client applications. I designed automated CI/CD pipelines to ensure zero-downtime releases and environment parity. Alongside infrastructure provisioning I conducted advanced threat modeling and reverse-engineered multi-stage malware, publishing technical research on attack vectors and payload delivery to drive server hardening best practices.
Distributed infrastructure at scale
At Dhiway I executed a zero-downtime full cloud infrastructure migration from AWS to GCP. I provisioned and managed a highly available globally distributed network of 60 enterprise nodes using Terraform to manage complex cloud state. I architected a centralized observability stack and engineered deployment pipelines ensuring high availability and system reliability across multiple regions.
High-concurrency systems optimization
At Codefy GmbH I eliminated a critical performance bottleneck by replacing a third-party Java microservice with an in-house Rust service using Axum and PostgreSQL. The work required understanding an unfamiliar distributed system from first principles and optimizing memory allocation. API response times dropped from over three seconds to under 200 milliseconds under production load.
Open source
Rust Clippy
Clippy is the official Rust linter used across the entire Rust ecosystem. I contributed lints and improvements to the project and am resuming active contribution now.
lsmdb
A persistent key-value storage engine built on the Log-Structured Merge Tree architecture in Rust. Implements a SkipList MemTable, Write-Ahead Log, Bloom filters, LRU block cache, and Snappy compression. Building this from scratch provided deep intuition into how databases fail under load, enabling me to better architect highly available cloud data tiers and debug I/O latency spikes.
Writing
I write about platform engineering, DevSecOps, cloud infrastructure, and what I learn from analyzing production architectures. The goal is to make the design decisions inside complex Rust backends, threat models, and cloud-native environments legible to engineers approaching these systems for the first time.