Design Patterns - Observer

Design Patterns - Observer
Use cases Imagine a scenario where you have a platform where users can create posts (like this one), and you received a new requirement so when a post is liked or disliked depending on how ma...
0 Read More

Day 2: Looping

What is looping in java?#$ Looping in Java means executing a set of statements multiple times based on a condition. It helps to avoid writing the same code again and again. Java supports thre...
0 Read More

La importancia del código limpio

Un análisis de CleanTechAPI en Java y .NET El desarrollo de software no solo se trata de hacer que las cosas funcionen, sino de hacerlo bien. El código limpio (Clean Code) es una filosofía...
0 Read More