Results for: "php"

Contents (212)

What is Gzip compression and what is it used for?
What is Gzip compression and what is it used for?

GZIP compression allows you to compress the resources of a web page before they are served to the users' browsers…

read more
How to fix excessive MySQL CPU usage
How to fix excessive MySQL CPU usage

What happens if we realise that a series of databases that we thought were optimised through the use of indexes,…

read more
PHP - The Singleton Pattern
PHP - The Singleton Pattern

The Singleton Pattern is one of the GoF (Gang of Four) Patterns. This particular pattern provides a method for limiting…

read more
Node.js and npm: introductory tutorial
Node.js and npm: introductory tutorial

In this tutorial we will see how to install and use both Node.js and the npm package manager. In addition,…

read more
How to connect to MySQL with Node.js
How to connect to MySQL with Node.js

Let's see how you can connect to a MySQL database using Node.js, the popular JavaScript runtime environment. Before we start, it…

read more