Architecture Weekly #72 - 25th April 2022
Welcome to the new week.
Two weeks ago, I started the paid version of Architecture Weekly. It already contains the private Discord channel for subscribers (and my GitHub sponsors). Soon we’ll have the first live meeting.
Today, I’m happy to announce that thanks to JetBrains, the first 3 subscribers for a yearly paid subscription, will also get 1 year of free personal subscription to any JetBrains IDE of choice! I’m a happy user of ReSharper, Rider and IntelliJ, so I think that’s a nice bonus and motivation to join. I’m really happy that JetBrains agreed to support our community in such a way.
That’s not everything: for all of the yearly subscribers that will join this week, I offer 1h of consulting for free!
I’m being asked quite a lot if Temporal Tables are good and quick to apply alternatives to Event Sourcing. You might already notice that good and quick, are not usually going well together. Here we have the same case. See details in my last article Are Temporal Tables an alternative to Event Sourcing?.
Some people believe that Architecture has to be something big and complex, enterprise design, etc. We all are architects, and we’re making architectural decisions every day. Sometimes smaller, sometimes bigger. That’s why I share links also on a smaller scale, as those minor details are building the big whole, for instance:
Also, people often believe that architecture is only meant for the backend. That’s not correct. Nowadays, the frontend is a much bigger piece than the backend and requires more attention and knowledge. Don’t believe it? Check:
Also, conceptual design is essential. Yet, it’s still worth knowing how that will work and that there’s bare metal underneath each cloud. Check RedPanda analysis:
And if you still believe that architecture is only for enterprise, check Oracle - Critical Patch Update Advisory - April 2022. It should show you where this may lead.
Don’t forget about the yearly subscription offer!
Check also other links!
Cheers
Oskar
p.s. Ukraine is still under brutal Russian invasion. A lot of Ukrainian people are hurt, without shelter and need help. You can help in various ways, for instance, directly helping refugees, spreading awareness, and putting pressure on your local government or companies. You can also support Ukraine by donating, e.g. to Red Cross, the Ukraine humanitarian organisation. You may also consider joining Tech for Ukraine initiative.
Architecture
Pavel Azaletskiy - Dynamic Value Stream Mapping to Help Increase Developer Productivity
The Valuable Dev - Cohesion and Coupling in Software with Examples
Oskar Dudycz - Are Temporal Tables an alternative to Event Sourcing?
Distributed Systems
DevOps
Vector - A lightweight, ultra-fast tool for building observability pipelines
DigitalOcean - How To Use Journalctl to View and Manipulate Systemd Logs
Kelsey Hightower - Automation is the serialization of understanding
Frontend
.NET
Maksim Volkau - ImTools - Fast and memory-efficient immutable collections and helper data structures
Tobias Ahnoff & Martin Altenstedt - Defence in depth as Code
.NET MAUI Release Candidate – Ready for cross-platform app development
Maarten Balliauw - Nullable reference types in C# - Migrating to nullable reference types - Part 1