gaurav.ece.nitw@gmail.com

Designing a Scheduled Posts System at Scale

Designing a Scheduled Posts System at Scale

/* ============================================================ SAI ROOT — canonical design system (unified across all posts) Change this file to change every post at once. ============================================================ */ .sai-root { –sai-ink:#000000; –sai-paper:#ffffff; –sai-card:#ffffff; –sai-accent:#dc2626; –sai-accent-tint:#fef2f2; –sai-neutral:#171717; –sai-charcoal:#111111; –sai-muted:#737373; –sai-rule:#e5e5e5; –sai-soft:#fafafa; font-family:’IBM Plex Sans’,’Inter’,’Jost’,system-ui,-apple-system,Segoe UI,Roboto,sans-serif; color:var(–sai-ink); line-height:1.65; font-size:16px; background:var(–sai-paper); margin:24px 0; border:1px solid var(–sai-rule); border-radius:2px; overflow:hidden;…

Read More
Designing a Real-Time Stock Alert System for an E-Commerce Platform

Designing a Real-Time Stock Alert System for an E-Commerce Platform

Designing a Real-Time Stock Alert System for an E-Commerce Platform A ground-up, interview-ready deep-dive into building a notification system that tells millions of waiting customers, within seconds, the moment an out-of-stock product comes back — without melting your database or spamming anyone twice. 01 · Introduction02 · Problem03 · Concepts04…

Read More