Software Architecture: The pipe and filter architecture
If you have ever worked on Linux, you are probably familiar with the concept of pipes. The whole concept of pipes within Linux is a based on the architectural style pipe and filter. This...
If you have ever worked on Linux, you are probably familiar with the concept of pipes. The whole concept of pipes within Linux is a based on the architectural style pipe and filter. This...
Since the spread of the COVID-19 virus has been taken seriously, we have pretty much been told to only work from home and not go to the office anymore [1]. Even though, it can...
As a continuation on the previous blogs about CMake and especially the one about linking to an external library. I have done some experimenting with different ways and figured out that it is also...
In this blog I am going to share my findings about AI search Algorithms. This will be a big summary about the different kind of search algorithms that are out there and what their...
So I thought it would be a good idea to add some more information about CMake. Since the basics of project structure were discussed in the previous post, we can continue talking about creating...
When I just got into the business of Software Engineering, everything was new to me and I have to say it was quite overwhelming. Having a background in Embedded Systems, gave me programming skills,...
More