120 тысяч подписчиков
208 видео
How to decide which technology to learn and invest time in?
Sending payload in an HTTP GET request
Datetime vs Timestamp datatype in databases - Which one is better and when?
Understanding Proxy, Forward Proxy, and Reverse Proxy
I changed the Python print statement to understand how it works internally
Write code that matters
To write good APIs, follow Postel's Law
5 million + random rows in less than 100 seconds using SQL
Understanding Pessimistic Locking with Mutex
When your database ID hits MAX_INT
DragonflyDB Architecture Overview, Internals, and Trade-offs - hitting 6.43 million ops/sec
Internals, architecture, and interesting trade-offs of Blacksmith that runs GitHub Actions 2x faster
When should you rewrite from scratch? Rewrite vs Reuse
How Converged Indexes makes Rockset super-efficient in all kinds of queries | Rockset Internals
Designing a Realtime Gaming Leaderboard - Horizontally Scalable and Highly Available
TCP TIME_WAIT causing "address already in use" error
Two projects that every engineer should do in C language are ...
How Rockset achieves zero data latency and workload isolation at scale
How LinkedIn improved their latency by 60%
Why blame Microsoft? Here's the actual root cause of the CrowdStrike Outage
How Reddit designed their metadata store to serve 100k req/sec at p99 of 17ms
How python compares a float and an int objects?
A bug in the GitHub's Rate Limiter
Never learn a similar programming language. Pick one that ...
Flood fill Algorithm with Visualization in Python
Latency vs Response Time
How Pass by Value and Pass By Pointer work internally? Peeking into the assembly code to find out
I changed python language and added a new NUKE statement
Summation of a list of numbers using recursion in Python
Sum of digits of a number using recursion in Python
How to get a promotion and become a Staff Engineer at FAANG
Thundering Herd Problem and How not to do API retries
How DNS really works and how it scales infinitely?
Optimistic Locking - What, When, Why, and How?
Why DragonflyDB uses B+ Trees to implement Sorted Set instead of Skiplist like Redis?
What happens when you type a URL into your browser?
How id() function is implemented in python?
If I were to learn a new programming language
How to start your writing journey as a software engineer
Everything you need to know about CockroachDB w/ Ben Darnell | Ep 6
Understanding Database Trade-offs - The RUM Conjecture - Paper Explained
Why thread pools even exist? and how to implement them?
How databases store and transmit integers efficiently using varint encoding
How Google designed their Highly Available Load Balancers using Anycast
How Slack efficiently classifies emails at scale with an eventually consistent system
Everything you need to know about Read Uncommitted Isolation Level
The Google File System - Paper Explained
Implementing Distributed Transactions using Two Phase Commit Protocol
How indexes work in Distributed Databases, their trade-offs, and challenges
CAP Theorem - From the First Principles