admin@yourtechieguy:~$ ls -t ./recent_articles
Showing 10 most recent entries
Consistent Hashing, eviction policies (LRU/LFU), and defeating the cache stampede and thundering herd problems.
Read →Fan-out on write vs fan-out on read architectures. Optimizing for celebrity users with millions of followers.
Read →Real-time messaging with WebSockets, presence servers, and message queues for offline delivery guaranteed.
Read →Breaking down the state transitions for the classic 0/1 Knapsack DP problem with bottom-up tabulation.
Read →Building an O(1) LRU Cache using Hash Map + Doubly Linked List — a top system design/coding interview question.
Read →Traversing a binary tree level-by-level using a queue — fundamental for shortest-path problems.
Read →CAP theorem analysis, DynamoDB architecture, Vector Clocks for conflict resolution, and Gossip protocol internals.
Read →In-place reversal of a singly linked list — mastering this requires truly understanding pointers.
Read →A guide to std::thread, preventing data races with std::mutex, and task-level parallelism with std::async.
Read →std::variant and std::optional
Modern C++|2026-03-05
Why C++17's algebraic data types replace output-parameter hacks and null pointer returns for safer APIs.
// 1 more articles locked
Free registration gives you full access — help you crack technical interviews.