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 System Design The Sidecar Pattern Explained: Decoupling Operational Features Posted by By Dragon December 20, 2024 Design patterns are reusable solutions to common problems in software design. They provide a structured…
Posted inFeed Microservices System Design The Saga Pattern – A Crash Course Posted by By Dragon December 19, 2024 In enterprise applications, nearly every request is executed within a database transaction. Developers often use…
Posted inFeed Database Microservices Data Sharing Between Microservices Posted by By Dragon December 19, 2024 Microservices architecture has become popular for building complex, scalable software systems. This architectural style structures…
Posted inFeed Database Database Performance: Essential Tips and Strategies Posted by By Dragon December 13, 2024 Databases are the backbone of modern applications. They power everything from e-commerce platforms and financial…
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 Architecture Web Mastering Modern Authentication: Cookies, Sessions, JWT, and PASETO Posted by By Vu Tam December 6, 2024 Authentication serves as the first line of defense in ensuring the security of applications and…
Posted inFeed Web Explaining JSON Web Token (JWT) with simple terms Posted by By Dang Long December 1, 2024 Imagine you have a special box called a JWT. Inside this box, there are three…
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,…
Posted inFeed Architecture Microservices A Pattern Every Modern Developer Should Know: CQRS Posted by By Dang Long November 30, 2024 CQRS, which stands for Command Query Responsibility Segregation, is an architectural pattern that separates the…