Posted inArticle Spring Boot Getting Started with GraphQL and Spring Boot Posted by By Dragon December 23, 2024 GraphQL is a relatively new concept from Facebook. GraphQL is a query language to retrieve…
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 inArticle Database Transaction Isolation Levels in DBMS Posted by By Dragon December 20, 2024 The levels of transaction isolation in DBMS determine how the concurrently running transactions behave and,…
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 Load Balancing System Design System Design Basics – Load Balancing P2 Posted by By Dragon December 18, 2024 In the previous feed, I listed the common types of available load balancing. This time,…
Posted inArticle Java Spring Boot An Advanced GraphQL with Spring Boot Posted by By Dragon December 18, 2024 In this article, you will learn how to use the Standard JPA Criteria API (build…
Posted inFeed Load Balancing System Design System Design Basics – Load Balancing P1 Posted by By Dragon December 16, 2024 Hello friends, if you are preparing for System deign interviews then one concept you must…