SUBSCRIBE TO BLOGPOSTS AND ARTICLES VIA EMAIL
Enter your email address to subscribe to this blog and receive notifications of new articles and posts by email.
u003cbru003e
What happens to Software Architecture when AI can generate unlimited code?
This is an AI generated text, an answer to a ChatGPT question that is just too interesting to throw away.
Projections: Creating Read-Optimised Data
Data continuously flows through organisations, and on its way, it’s transformed many times to serve different purposes. Functional design emphasises data transformation—projections— rather than repeatedly mutating state in a single database. One particularly useful form of projection is the creation of read-optimised data structures tailored to well-defined use cases.
Technical Debt and Ageing Systems
When developers take shotcuts or decrease the quality to gain time, they will cause a technical debt. By doing nothing and letting the system age, the technical debt is growing too.
How to work with Software Architecture?
Are there any good reasons to not continuously work with a system’s architecture? I don’t think so.
Functional domain modelling
When I’ve tried to learn more about functional programming, I’ve always felt that something is missing. There is a lot focus on the functions themselves, but less on where to put them in a structure.
Why Microservices?
From my perspective, micro services (either compiled together or completely separated) is the only way of making a system survive over time. Even the most modern, high tech technology eventually gets old-fashioned, and if we don’t want to completely rewrite the whole system every 20th year, we have to split them into smaller units.