Tag: domain

Introducing D3: Next-Generation Interoperable Web3 Domain Names

Since its commercialization in the 90’s, the Internet has massively revolutionized the way humans have interacted with each other, shared information, and conducted business. Domain names have been the foundation for everything we do online — translating strings of text to IP addresses e...

Document Your Domain

In the following chapters, we’re going to go through the life cycle of creating an application from scratch. We won’t be writing any application code, but we will be documenting the important steps with diagrams. I’ve written the chapters roughly in the order I would go about each ...

What Are Problem Space and Solution Space in Domain-Driven Design?

In my previous article on DDD titled “What Means Domain in the Context of Domain-Driven Design?”, we explored the essential elements of DDD, specifically focusing on the importance of understanding domains, core and subdomains, and bounded contexts. This foundational knowledge is cr...

Oncall?????????A Nightmare or Golden Opportunity

In the software engineering domain, on-call has always been one of the most dreaded weeks. The constant pressure of late-night pages or a sudden outage where you could have no idea what to do seems daunting to process. I started working as a Software Engineer in 2017. That is when I came across t...

Using Angular cache with library

How the angular cache can interfere with the build of an application. I was reading this nice article about Angular cache (starting with version 13), and it reminded me that I stumbled upon an issue with this feature regarding the development of libraries. Basically, if you install a li...

How to Implement Domain-Driven Design Common Mistakes You Should Avoid

In today’s chapter of my Domain-Driven Design journey, I want to dive into how we structure our code. This topic holds a special place for me. You see, when code grows, it can easily become a jumbled mess, making it hard to read, tricky to manage, and tough for anyone to get their head around....