CQRS Without the Astronaut Architecture
You don't need event sourcing or a second database. Just split reads from writes, and finally fix the 20-method service nobody wants to open.
9 articles on TypeScript.
Browse by tag
You don't need event sourcing or a second database. Just split reads from writes, and finally fix the 20-method service nobody wants to open.
The most-copied example in every tutorial is the one place you shouldn't use them.
Common JS/TS patterns that feel fine until they don't. 11 mistakes, before/after code for each.
Common JS/TS patterns that feel fine until they don't. 11 mistakes, before/after code for each.
Learn about eight features you must adapt today in your production codebase.
Why organizing by domain module isn't enough and what to do instead.
Learn the hidden costs about importing everything directly and the structural change you need to make.
We ship faster when we break fewer things. TypeScript helps you do that.
And why change and speed matter in today's world and competition.