There are many arguments on the web regarding the switch-case statement. It seems that half of the programmers think that the switch-case statement is actually an anti-pattern, and the other half claim there are in fact use cases for this concept. Usually, the second...
Code that accompanies this article can be downloaded here. The Singleton Pattern is probably the most well-known design patterns that came out of Gang of Four’s book Design Patterns: Elements of Reusable Object-Oriented Software. This pattern is one of the...
Somewhere in the early 2000s Robert C. Martin, most commonly known as Uncle Bob, came up with first five principles of Object Oriented Programming and Design – SOLID principles. SOLID is one astute acronym, in which each letter stand for different principle: S...
Subscribe
Ultimate Guide to Machine Learning for Beginners
From Python and Math basics to Neural Networks and MLOps - Become ML Superhero!