Blog
Articles about .NET, software architecture, and developer life.
![How to filter post collections by tag in Elementor using code snippets in [2022]](/images/posts/elementor_feat.jpg)
How to filter post collections by tag in Elementor using code snippets in [2022]
In this post, I will show you how you can customize the post collection block in Elementor to display only posts with a specific tag.

The visitor pattern in C# — The Good, The Bad, And The Ugly
The visitor pattern is probably among our industry's most unused software design patterns. While there are quite a few examples and tutorials on the internet, I am personally lacking the ones where one can actually see the benefit of using this pattern over others.

Creating a side project that generates passive income
As a software developer, chances are high you might want to have a side project, either at home or at work, depending on how flexible your current employment is. And even if not, that of course is totally fine as well.

How much is enough?
Today, even in the age of agile, people still tend to use terms like the “man month” in software engineering. Customer deadlines, tight schedules often lead to the conclusion that, to make up for something misplanned in the past, you can always put more manpower into a project and everything will be fine.