PinnedChallenging the Single-Responsibility-PrincipleAs part of the SOLID principles, the single-responsibility principle (SRP) is one of the most prominent software engineering principle…Mar 11, 2022Mar 11, 2022
PinnedThe Big TDD Misunderstanding💡Rumors have it that the term “unit” in “unit test” originally referred to the test itself, not to a unit of the system under test. The…Mar 13, 20225Mar 13, 20225
The House of RequirementsA diagram I created years ago. I though it’s worth sharing.Feb 4, 2024Feb 4, 2024
Published inJavaScript in Plain EnglishTypeScript — Toolchain or TroublechainI only recently started using TypeScript for a personal project. I had my reservations, fearing that it would simply be the next…Sep 28, 2023Sep 28, 2023
The Open-Closed Principle (OCP) and Planned Extension PointsThe Open-Closed Principle can be a challenging concept to grasp, but I’ve found it to be easier to understand when utilizing another term…Feb 9, 2023Feb 9, 2023
Microservices for the Benefits, Not the HustleFrom time to time I hear people saying “It can not be scaled because it is a monolith, we need to rebuild it as microservices”. If you…Jan 31, 2023Jan 31, 2023
Which jobs are being replaced by AI and is software engineering affected?At least since the release of ChatGPT, everyone has been concerned with artificial intelligence technologies and wondering, “Will I soon be…Jan 16, 20234Jan 16, 20234
Server-Side Events as Simple Alternative to WebSocketsFor a long time the communication between the browser and the server was one directional. The browser acted as a client and had actively…Feb 12, 2022Feb 12, 2022
They Say: Do Not Use Margins in CSS. How I use them anyway.Recently I read more and more posts (e.g. here (HN), here) which state that the use margins in your CSS should be avoided and that there…Jan 10, 20221Jan 10, 20221
Published inDev GeniusCode Optimizations when Using Async/AwaitAsync/Await has been introduced to JavaScript in order to cope with the problem called the callback hell. Before async/await a couple of…Jan 3, 20221Jan 3, 20221