Featured Read Article

Latest Writing

Introduction to Regular expressions

!(regex_illustration.jpg)Photo by Markus Spiske on Unsplash Regular expressions, also known as “regex” or “regexp”, are a powerful tool used for pattern matching in strings.

Read More

5 ways to iterate an array in javascript

One of the most common tasks when working with Javascript is looping through an array. In this article, we explore 5 different ways to iterate over an array in Javascript.

Read More

Why I use VSCode as an IDE

!(vscode_ide.jpeg)Photo by Mohammad Rahmani on Unsplash I have been a VSCode user for some time now and I am very happy with the decision.

Read More