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 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...
Published onMarch 31, 2024About JavaScript 101BeginnerCodingJavaScriptThis article is part of the "JavaScript 101" series.
Published onMarch 31, 2024Array in JavaScriptBeginnerCodingJavaScriptThis article is part of the "JavaScript 101" series.