NHNasim Hossain Rabbiinblog.nasimhossain.dev·Aug 6 · 8 min readHow Twitter Solved Distributed ID Generation"Generating an ID is easy." Is it, though? Every second, companies like Amazon, Stripe, Uber, Discord, and Netflix create millions of new records. Every order, payment, message, notification, and user60
NHNasim Hossain Rabbiinblog.nasimhossain.dev·Jul 26 · 9 min readA Disk Usage Alert Led Me Down the OpenStack Rabbit HoleIt Started With a Disk Usage Alert While going through our monitoring dashboards, I noticed that one of our backup object storage servers had been experiencing high disk usage for quite some time. Sin00
NHNasim Hossain Rabbiinblog.nasimhossain.dev·May 1 · 22 min readASP.NET Core vs Spring Boot — A Deep ComparisonFrom the perspective of someone who's worked in both worlds For the last few years, I worked primarily with ASP.NET on a government project. Like many developers, I became comfortable in that ecosys00
NHNasim Hossain Rabbiinblog.nasimhossain.dev·Apr 10 · 7 min readHow to Publish and Deploy an ASP.NET Core App — Practical GuideThis article walks through the typical lifecycle of publishing an ASP.NET Core application and deploying it to common targets (IIS, Azure App Service, Linux systemd + Nginx, and Docker). It covers bui00