#software-engineering
Read more stories on Hashnode
Articles with this tag
What It Means for Software Engineers and Content Creators · For the past months, AI tools have been making waves across the industry especially since...
Layered architecture and Smart UI · In part I, the book clarifies the motivation behind using Domain-Driven Design and it laid the foundation of its...
When I first started working as a software engineer I gradually started spending a lot more time designing than actually implementing. More often then...
Continuing my Intro to Design Patterns series; today I will explain the singleton design pattern. You know how you can have one global variable in...
In a previous blog post Intro to Design Patterns I used strategy pattern as an example for behavioral patterns. In this post, I will give a deeper...
Nowadays almost every large software is built using microservices architecture. As I always say, this introduces a whole bunch of problems within the...