Go for IIoT Systems
As developers, we have many options for programming languages. On one hand, it is great to have choices. On the other hand, it can be… Read More »Go for IIoT Systems
As developers, we have many options for programming languages. On one hand, it is great to have choices. On the other hand, it can be… Read More »Go for IIoT Systems
In 1972, Edsger W. Dijkstra published a paper titled The Humble Programmer. Dijkstra was trained in math and physics and was a university professor for much of his life. This paper is an interesting reflection on the history of computers and contains thoughts for the future. A few quotes are included below:
Read More »The Humble ProgrammerGo does a lot of things well (good performance, easy to learn, very productive, extensive stdlib, excellent tooling, etc), but after programming with Go for three years (both embedded Linux and cloud applications), stability is the characteristic that really stands out.
Read More »Why are Go applications so reliable?How to properly do callbacks to C++ member functions is something that has intrigued me for some time now. There are a number of solutions, none… Read More »C++ callbacks to member functions
I have often wondered about specialization. We can often find ourselves in ruts if we specialize too much. But on the other hand, specialization can… Read More »Specialization or not