Category development

Introduction to Regular expressions

Regular expressions, also known as “regex” or “regexp”, are a powerful tool used for pattern matching in strings. They are a sequence of characters that define a search pattern, and are used in various programming languages, including JavaScript, Python, Perl,…

Why I use VSCode as an IDE

I have been a VSCode user for some time now and I am very happy with the decision. The benefits that VSCode has to offer are so many it is hard to list them all in one post, but here…