System Design (1) — Implementing the Circuit Breaker Pattern in FastAPIIn modern software architecture, especially in microservices and distributed systems, failures are inevitable. A single service failure…Mar 14Mar 14
Building a Full-Stack Dashboard with Go, React, and Server-Sent Events (SSE)Hello everyone! In today’s article, I will explain what Server-Sent Events (SSE) are and develop a simple application using Go and React to…Mar 7Mar 7
Pydantic Alias CapabilitiesPydantic is an excellent tool within the python community for data transformation and parsing.Dec 10, 2024Dec 10, 2024