Posted inArticle Database System Design How YouTube Supports Billions of Users with MySQL and Vitess Posted by By Dragon May 9, 2025 When developers first build a web or mobile application, setting up the backend is fairly…
Posted inFeed Database System Design How to store passwords safely in the database and how to validate a password Posted by By Dragon May 8, 2025 Things NOT to do Storing passwords in plain text is not a good idea because…
Posted inFeed System Design Web Top 5 common ways to improve API performance Posted by By Dragon May 8, 2025 Result Pagination: This method is used to optimize large result sets by streaming them back…