Latest stories (2)

DDesign Pattern Fundamentals

16.04.20206 Min Read — In Programming

Design Pattern Fundamentals What is a software design pattern? Is a general, reusable solution to a commonly occurring problem within a given context. Also this solution mustn't be obvious and it has to be based on a proven concept. They are…

HHello Algorithms

08.04.20203 Min Read — In Programming

Algorithms What is an algorithm? Is a finite sequence of steps or instructions followed to solve a problem, also they must be accurate and unambiguous. Writing them using natural language expressions is a bad idea because they usually are verbose and…