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

Posts tagged: database

5 articles found

SQL Subqueries: Correlated, Scalar, and EXISTS Explained
SQL Intermediate
SQL Subqueries: Correlated, Scalar, and EXISTS Explained

Master SQL subqueries — scalar, column, table, and correlated subqueries. EXISTS vs IN performance, and when to use CTEs instead.

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.

MySQL Stored Procedures and Functions: Complete Guide with Examples
SQL Intermediate
MySQL Stored Procedures and Functions: Complete Guide with Examples

Learn MySQL stored procedures and functions — parameters, IF/CASE logic, loops, transactions, and the difference between procedures and functions.

SQL Window Functions: ROW_NUMBER, RANK, DENSE_RANK, LAG, LEAD Explained
SQL Intermediate
SQL Window Functions: ROW_NUMBER, RANK, DENSE_RANK, LAG, LEAD Explained

Master SQL window functions — ROW_NUMBER, RANK, DENSE_RANK, LAG, LEAD with PARTITION BY. The most asked advanced SQL topic in data and backend interviews.

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.