ASAbubakar Sohail
Portfolio

Engineering notes / field journal

Ideas sharpened in production.

Backend systems, architecture, AI workflows, and the small decisions that decide whether software stays calm under pressure.

Read latestRSS feed
Current signalProduction notes, not polished theory.

Short enough to scan. Useful enough to come back to.

6
Published
SEO
Indexed routes

Articles tagged Kafka

1 entries
Show all articles
01
Engineering30 Jul 20263 min read

Backpressure: The System Design Concept That Stops Fast Systems From Crashing

What happens when requests arrive faster than your system can process them? Learn how backpressure prevents growing queues, overloaded databases, retry storms, and system crashes.

  • System Design
  • Backpressure
  • Distributed Systems
  • Backend Engineering
  • Kafka
  • Scalability
  • JavaScript
  • Software Architecture
Read