Code Lab

Laboratory

Front-End Components, blogs, fun coding and everything else accomplished on my spare software development time.

Algorithm

Count Islands

Algorithm demostration of connected islands counting with JavaScript

article

Growth Mindset

As a developer, having a growth mindset is crucial. It means embracing challenges, viewing obstacles as opportunities to learn and improve, and always striving to better ourselves.

article

Recursion

Recursion is a fundamental concept in computer science that can be intimidating for beginners. However, with a solid understanding of the basics and the right resources, it can become a powerful tool for solving complex problems.