Tag: DDD

Practical DDD in TypeScript: Repository

There are not many segments of software development that scare me, except integrations with other systems. Writing code for some business logic today looks easy with Domain-Driven Design. However, writing code on the Infrastructure Layer to integrate some external system like 3rd party API, cachi...

Building SaaS with DDD & Clean Architecture in Python?????????Issue 1

It's been a few weeks, and I decided to work on a SaaS application — I had a bunch of ideas for some time now and was looking to focus on a problem space worth solving. I chose Python as the programming language, as I felt a bit rusty — I have been a Node.js developer for a while ...

Practical DDD in TypeScript: Factory

Some software developers provide a bunch of superfast code, destroying the scrum board. The two-week-long sprints start on Wednesday, and by Friday morning they already finished all their tasks. I’ve seen this multiple times. And each team needs at least one such girl or a guy to be able to...