Published onApril 10, 2024The Art of Using ConstantsBeginnerGood-PracticesCodingGood developers always make good use of constants in their code, so that the code is more robust, readable and maintainable.
Published onApril 10, 2024Rubberducking: The best debugging technique that you should knowProblem-SolvingBeginnerGood-PracticesCodingRubberducking is a valuable technique that can help you survive in the daunting debugging process.
Published onApril 8, 2024Don't Get Lost in the Maze: Understanding the XY ProblemProblem-SolvingBeginnerGood-PracticesThe XY problem is a common pitfall that many developers fall into when trying to solve a problem.
Published onApril 7, 2024Understanding the DRY Principle: A Beginner's GuideCodingSoftware-EngineeringGood-PracticesBeginnerThe DRY principle is a fundamental concept in software development that encourages developers to avoid duplicating code. This article provides a begi...