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…
Posted inFeed System Design The Ultimate API Learning Roadmap Posted by By Dragon February 2, 2025 APIs are the backbone of communication over the Internet. Every developer needs to learn about…
Posted inFeed Caching System Design Top Strategies to Reduce Latency Posted by By Dragon January 24, 2025 Latency is a fundamental concept to consider when designing any application. It refers to the…
Posted inFeed Microservices From Monolith to Microservices: Key Transition Patterns Posted by By Dragon January 17, 2025 Monolithic architecture is a software development approach in which the entire application is built as…
Posted inFeed Networking What happens when you type google .com into a browser Posted by By Dragon January 13, 2025 The Domain Name System (DNS) is the phonebook of the Internet. Humans access information online…
Posted inFeed Networking System Design Crash Course About Message Queues Posted by By Dragon January 10, 2025 Asynchronous communication has become an important strategy for modern software systems, particularly in distributed and…
Posted inFeed Microservices System Design API Gateway Posted by By Dragon January 8, 2025 API Gateways are essential components in modern software architectures, particularly microservices-based systems. They act as…
Posted inFeed Networking What is a webhook? Posted by By Dragon January 6, 2025 Assume we run an eCommerce website. The clients send orders to the order service via…
Posted inFeed Networking Polling vs. Webhooks Posted by By Dragon January 6, 2025 1. Polling Polling involves repeatedly checking the external service or endpoint at fixed intervals to…