Programming Tutorials

Latest

 thumbnail

How to Use JSON stringify() and JSON parse() in JavaScript

July 15, 2020

JSON is a fantastic way to store data as it can be interpreted by most popular programming languages. JavaScript provide...

 thumbnail

How to Check PHP Version

July 11, 2020
 thumbnail

How to Center HTML Elements with CSS

July 09, 2020

Centring elements is essential knowledge when it comes to styling HTML with CSS. Depending on the scenario, we can use C...

 thumbnail

How to Hash Passwords in PHP

July 08, 2020

Hashing passwords before storing them is an essential element in the security of a web application. It can be problemati...

 thumbnail

How to Restart Linux/Ubuntu Server with Command Line

July 08, 2020

There are many reasons for restarting your Linux/Ubuntu server, whether that is due to newly installed software that req...

 thumbnail

How to List Users in Linux

July 04, 2020

Knowing how to list or count users on a Linux system can be very useful for managing who has access to use your server o...

 thumbnail

How to Comment in PHP

July 01, 2020