📡 You're offline — showing cached content
New version available!
Quick Access
#security

Posts tagged: security

2 articles found

System Design: Design a Rate Limiter for APIs
PHP Advanced
System Design: Design a Rate Limiter for APIs

Design a distributed rate limiter — token bucket vs sliding window, Redis-backed implementation, API middleware, and handling distributed deployments.

System Design Interview: Design a Chat Application Like WhatsApp
PHP Advanced
System Design Interview: Design a Chat Application Like WhatsApp

Design a real-time chat system for 500 million users — WebSockets vs polling, Kafka message queue, Cassandra storage, presence service and push notifications.