Latest

 thumbnail

How to Change PHP Version

December 07, 2020

Sometimes it is necessary to change the PHP version used by one or many web applications on a server. This could be due...

 thumbnail

Show Hidden Files on Mac

December 03, 2020
 thumbnail

How to Check if a String Contains a Substring in JavaScript

November 09, 2020

Sometimes it is necessary to find out if a string contains a word or another substring in JavaScript. Fortunately, JavaS...

 thumbnail

How to use the JavaScript reduce() Method

November 06, 2020

The JavaScript reduce() method provides a clean way to loop through an iterable and do something with each value in a fu...

 thumbnail

Encoding and Decoding Base64 Strings in Python

November 05, 2020

Base64 encoding is used to convert strings containing text and numerical data into ASCII characters. This is useful when...

 thumbnail

The Python zip() Method

November 04, 2020

The Python zip() method is used to combine iterables into an object of tuples. What makes this method powerful is that a...

 thumbnail

How to Make Commits in Git

October 13, 2020
 thumbnail

Check if Homepage JavaScript

October 10, 2020