排序
Enterprise Design Patterns: Applying the Data Mapper pattern with Java
Enterprise Design Patterns: Applying the Data Mapper pattern with Java,In this article, we will explore the Data Mappe pattern, one of the patterns proposed by Martin Fowler in his...
When One Tech Stack Isn’t Enough: Orchestrating a Multi-Language Pipeline with Local FaaS
When One Tech Stack Isn’t Enough: Orchestrating a Multi-Language Pipeline with Local FaaS, Hi, my name is Andrew! I oversee a large-scale online service where our queues (Kafka or...
Modular Java Builds with Gradle: From Setup to Strategy
Modular Java Builds with Gradle: From Setup to Strategy,In this hands-on guide we'll see how we can configure composite builds in a simple way using the Gradle command line utils a...
Understanding concepts in Event Driven Architectures (EDA)
Understanding concepts in Event Driven Architectures (EDA),Event Driven Architecture has become a very popular choice in recent times for developing highly scalable distributed sys...
How to use FastAPI for microservices in Python
How to use FastAPI for microservices in Python,For the last couple of years, we could see a trend in the IT industry of moving away from monolith applications to microservices. Tod...
How I Build Reliable and Scalable Python Services in 2025 (Real Lessons Learned)
How I Build Reliable and Scalable Python Services in 2025 (Real Lessons Learned),TL;DR: From architecture to retries, configs, queues, testing, and deployment — this is my persona...
Domain Driven Design(DDD) – Understanding Main Concepts
Domain Driven Design(DDD) - Understanding Main Concepts,Domain Driven Design(DDD) is a form of software design that focuses on understanding and reflecting the business in code. Cl...
Wednesday Links – Edition 2025-03-12
Wednesday Links - Edition 2025-03-12, Wednesday Links (242 Part Series) 1 Wednesday Links - Edition 2020-05-27 2 Wednesday Links - Edition 2020-06-03 ... 238 more parts... 3 Wednes...
Designing a Scalable Architecture – with Some Spring Boot Examples
Designing a Scalable Architecture - with Some Spring Boot Examples,Scalability is a critical factor when designing modern backend systems. A well-structured Spring Boot application...
Wednesday Links – Edition 2025-03-05
Wednesday Links - Edition 2025-03-05, Wednesday Links (240 Part Series) 1 Wednesday Links - Edition 2020-05-27 2 Wednesday Links - Edition 2020-06-03 ... 236 more parts... 3 Wednes...
Why I Chose a Monolithic Architecture for My Side Project
Why I Chose a Monolithic Architecture for My Side Project, Beyond Outsized Ambitions When I started working on MockFast, I had no intention of creating the next Silicon Valley unic...
Implementing Multi-Tenancy in DynamoDB with Python
Implementing Multi-Tenancy in DynamoDB with Python,When building scalable applications, especially in a SaaS (Software-as-a-Service) environment, multi-tenancy is a common architec...