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 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…
Posted inArticle Networking System Design The Common Deployment Strategies Explained and Compared Posted by By Dragon December 30, 2024 There are a variety of techniques to deploy new applications to production, so choosing the…
Posted inFeed Networking Polling Vs Webhooks Posted by By Dragon December 22, 2024 1. PollingPolling involves repeatedly checking the external service or endpoint at fixed intervals to retrieve…
Posted inFeed Networking DNS Record Types You Should Know! Posted by By Dragon December 22, 2024 Here are the 8 most commonly used DNS Record Types. 1. A (Address) RecordMaps a…
Posted inFeed Architecture Networking Proxy And Reverse Proxy Posted by By Dragon December 7, 2024 A forward proxy is a server that sits between user devices and the internet. A…
Posted inFeed Networking HTTP/1 -> HTTP/2 -> HTTP/3 Posted by By Vu Tam December 1, 2024 HTTP 1 started in 1996 followed by HTTP 1.1 the very next year. In 2015,…