Month January 2023

3 key benefits when using a PKM system

A personal knowledge management system (PKM) is a tool that helps you organize and keep track of your personal knowledge. This can include things like your thoughts, ideas, and notes. It can also include websites, articles, and other digital resources…

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,…