Knowledge Center

Here is a collection of my blog posts and articles.

Building your own audio player with .NET – part 3

This is the third and final part of the tutorial on building a platform-independent audio app on .NET. In the first part of this tutorial, we talked about setting up the general project structure and enabling audio playback capabilities on Windows. The second part of the tutorial spoke about adding the ability to play audio on Linux, while also

Building your own audio player with .NET – part 3 Read More »

Building your own audio player with .NET – part 1

As great as .NET is for writing software for multiple platforms, it lacks some important capabilities. This applies to those functionalities that would work radically differently on different CPUs and operating systems. One of these is the ability to play sound. With its predecessor, the .NET Framework, you could play sound easily by using classes

Building your own audio player with .NET – part 1 Read More »

Why every programmer needs to know design patterns (and how to learn them easily)

This article is a modified introduction to the book The easiest way to learn design patterns. The book is available in digital format at LeanPub and in either Kindle-specific format or in print from Amazon. Design patterns are something that you will need to get familiar with as a programmer who works with object-oriented languages.

Why every programmer needs to know design patterns (and how to learn them easily) Read More »

What programming language to learn first – the case against C++

You can become a programmer without a formal computer science degree. Around 30% of software developers are self-taught. But you would probably want to know which language to learn first. After all, there are many of them out there. Well, the answer to this question is simple enough if you are learning on the job.

What programming language to learn first – the case against C++ Read More »

Always make your apps localizable from the start

Any major software development framework has in-build localization mechanism. This will allow any app built with it to be able to easily change the language and other culture-specific settings depending on the users’ preferences. You may think that this doesn’t apply to your app. Perhaps you never intend to release it outside of your own

Always make your apps localizable from the start Read More »

Why you don’t need maths to become a programmer

Programmer, also known as software developer or software engineer, is an in-demand profession that usually pays well. Another good thing about it is that, unlike it is in other skilled professions, you don’t require a formal qualification to become a software developer. Most employers are interested in your skills and not your certificates. Because of

Why you don’t need maths to become a programmer Read More »