ZMZied MELLITIinzied-melliti.hashnode.dev·Jun 15 · 11 min readGuarding Software Architecture: From Intention to EnforcementEvery software project begins with a vision. Architects draw diagrams. Teams agree on boundaries. Layers are defined, dependencies are mapped, and everyone nods along in the kickoff meeting. Then real00
RGRicardo Großincodometis.hashnode.dev·Jun 12 · 12 min readStop Modeling Time With Two Columns: CodoMetis.ValueRanges Brings Interval Logic to Your .NET DomainTL;DR: CodoMetis.ValueRanges is a .NET library of domain-grade range types with a full in-memory interval algebra, PostgreSQL wire-format compatibility, System.Text.Json serialisation, and an EF Core 00
MYMike Younginblog.unplugit.fi·Jun 9 · 7 min readAI Should Not Become the Source of TruthI keep running into the same uncomfortable moment when using AI in software work. You ask it to explain part of a system, and the answer is useful. It connects code, documentation, tests, and names th64LC9A
KKkranthi kiraninkranthikiran.hashnode.dev·Jun 10 · 10 min readHow We Scaled a Predictive Analytics Application to Handle 5x Volume Growth Using DynamoDB and Kinesis Data StreamsIn this post, I’ll share how we transformed our Predictive Analytics Platform from an on-premises relational data infrastructure to a cloud-native NoSQL architecture, enabling us to process significan00
CC@my3dinsoftwarej.hashnode.dev·Jun 7 · 8 min readKotlin context parameters: not DI, but execution contextOriginally published on my blog: https://camilyed.github.io/en/kotlin-context-parameters-not-di-but-execution-context/ Example repository: https://github.com/CamilYed/kotlin-context-parameters-ddd W00
MYMike Younginblog.unplugit.fi·Jun 2 · 6 min readMore Material Is Not Better ContextI keep noticing how natural it feels to solve problems with AI by adding more input and trying to explain things better to the model. If the answer is weak, add the missing file. If the design looks s00
MYMike Younginblog.unplugit.fi·May 27 · 10 min readWhy DDD Matters More in the Age of AI-Generated CodeAI has changed something for me personally. For the first time in a while, software feels more like creating again. Not just typing code, debugging strange edge cases, wiring things together, and slow00
FAFawaz Alharbiinblog.fawwaz.dev·May 10 · 7 min readWhy pair programming almost certainly will make your team ship fasterOn the surface, pair programming looks very wasteful. After all, the task was being done by one engineer, and now you want to put two on it. But this measures the wrong thing. It focuses on engineers 94UPP
PKPatrick Kearnsinfullstackcity.com·May 9 · 15 min readDDD and Vertical Slice Architecture Are Friends, Not RivalsA lot of Developers talk about Domain Driven Design and Vertical Slice Architecture as if they are competing choices. They're really not. DDD helps you model the business. Vertical Slice Architecture 10
SSSATYAM SHARMAinreact-night.hashnode.dev·May 8 · 4 min readReact Virtual DOM Explained Without the Complicated JargonIf you’ve ever used React, you’ve probably heard people say things like: “React is fast because of the Virtual DOM.” But then the explanation usually becomes a mess of technical terms like reconcili00