Master feed of news and updates from martinfowler.com
3k followers 3 articles/week
Parallel Data Fetching

The second pattern in Juntao Qiu's series on data fetching is on how to avoid the dreaded Request Waterfall. Parallel Data Fetching queries multiple sources in parallel, so that the latency of the overall fetch is largest of the queries rather than the sum of them. more…

Wed May 15, 2024 17:55
Data Fetching Patterns in Single-Page Applications

Juntao Qiu is a thoughtful front-end developer experienced with the React programming environment. He's contributed a couple of useful articles to this site, describing helpful patterns for front-end programming. In this article he describes patterns for how single-page applications fetch data. This first installment...

Tue May 14, 2024 17:17
photostream 131

Mon May 13, 2024 01:10
photostream 130

Mon Apr 22, 2024 03:04
Using data replication in legacy displacement

Alessio Ferri and Tom Coggrave complete their article about introducing seams into mainframe systems by looking how we can use data replication. Done well, it can provide a rapid start to a displacement effort, but we must be wary of it coupling new systems to the legacy schema more…

Wed Apr 10, 2024 18:10
Creating Seams in a Mainframe's Batch Pipelines

Mainframe processing is often organized into pipelines of batch processes consuming and creating data files. Alessio Ferri and Tom Coggrave show a couple of ways they found to introduce seams into these pipelines, so that processing could be replaced by steps in a replacement platform. more…

Thu Apr 4, 2024 16:55

Build your own newsfeed

Ready to give it a go?
Start a 14-day trial, no credit card required.

Create account