Home
About Us
Blog
Courses
Downloads
Login
Home
About Us
Blog
Courses
Downloads
Login
Nov 4, 2025
The Backends for Frontends (BFF) Design Pattern
Security
,
Performance
Tailoring Backends to Match Your Clients.
Oct 9, 2025
Scaling Web Apps - Queueing
Scalability
,
Availability
This allows the ability to absorb additional requests without failing.
Sep 25, 2025
Scaling Web Apps - Asynchrony
Scalability
The same threads can be reused again and again while still waiting for the existing IO operation to respond.
Sep 18, 2025
Scaling Web Apps - Caching
Scalability
,
Performance
The easiest way to increase our application throughput.
Sep 11, 2025
Database Storage Locking - The Fix
Scalability
,
Data
,
Performance
The dual nature of the database serving both read and write operations limits our application scalability.
Sep 4, 2025
Database Storage Locking
Scalability
,
Data
,
Performance
ACID properties are very useful, but the main problem is that two of them, consistency and isolation, seriously hamper scalability.
Aug 27, 2025
The Five Components of Scalable Applications
Scalability
,
Availability
,
Data
,
Performance
Features of web applications that boost scalability.
Aug 15, 2025
The Five Enemies of Scalability
Scalability
Simple architectures have default features that hamper the scalability of your web application.
Jul 31, 2025
Is 3-Tiers Architecture Justified?
Decision Making
,
Security
A compromised web server is unpleasant, but it’s a contained incident if that server had no direct path to the crown jewels.
Jul 17, 2025
Scaling Pay Bills with Async Messaging
Communication
,
Case Studies
,
Decision Making
,
Scalability
The Month-End Bottleneck
Jul 3, 2025
Is gRPC Justified?
Decision Making
In a high-performance mobile banking system, we chose gRPC with Protobuf over REST/JSON to meet a strict 200 ms response time target.
Jun 19, 2025
Is API Gateway Justified?
Decision Making
Our fintech system supports iOS, Android, a web portal, and even a Zendesk SAAS. Each with its own needs
1
2
3