Recent posts

Understanding Scalability in System Design

8 minute read

Ever wonder why some websites effortlessly handle millions of users while others buckle under the slightest surge? It all boils down to something called scal...

SQL Notes

15 minute read

What is SQL?

62 - Unique Paths

4 minute read

This is a dynamic programming related problem from Leetcode. You can find the problem here.