Computer science related topics and more.

Latest posts

Why should I learn C++

What language is useful to learn? Is it C++? In this article history, strengths and weaknesses will be discussed. According to stackoverflow's developer survey 2018 , C++ is still a viable choice. Thus, learning C++ is still a consideration to...[...]
Read more

Dark pattern deceiving you as a user

Have you ever heard of anti patterns? Yes? Good. If not, you should read about them: Martin Fowler Anti Pattern Now: What are dark patterns and why should you be aware of them? Read on. Dark pattern There are many different dark patt...[...]
Read more

Which languages do you speak?

I do not talk about languages like English, Japanese, Spanish or Arabic. It's about C++, Java, C#, Python, Swift or JavaScript . What languages do you know? What languages would you like to learn? What language is a good one for learning...[...]
Read more

Importance of usability in computer programs

Usability is definitely one of the most under-estimated “features”. You will notice any absence of this feature called “usability”. Without usability, it is very hard and inconvenient to finish your task. Implementing usability is not very hard. How...[...]
Read more

Helpful Visual Studio Features: Map Mode Scrollbar

Surprisingly not many people seem to know this feature. You are lucky if you know it already! Anyway, let's have a look: https://docs.microsoft.com/visualstudio/ide/how-to-track-your-code-by-customizing-the-scrollbar or alternatively http://www...[...]
Read more