Results for: "json"

Contents (86)

How JSON data types work in mysql
How JSON data types work in mysql

First introduced in MySQL 5.7.8, the JSON data type is a specialized binary column type, similar to a blob ,…

read more
PHP: Basic Introduction to Namespaces
PHP: Basic Introduction to Namespaces

History of PHP Namespaces In PHP prior to 5.3 (2009), any class you define lived at the…

read more
Useful technical SEO checklist for developers
Useful technical SEO checklist for developers

Let's start from the beginning. What is SEO? When we talk about SEO we are talking about Search Engine Optimisation:…

read more
Fetch API, an amazing replacement of XMLHttpRequest AJAX
Fetch API, an amazing replacement of XMLHttpRequest AJAX

When AJAX came to the modern web, it changed the definition of how web works. We all are using ajax…

read more
Install Apache, MariaDB and PHP7 on Ubuntu 16.04
Install Apache, MariaDB and PHP7 on Ubuntu 16.04

Ubuntu 16.04 LTS Xenial Xerus comes with PHP7 by default so you don’t have to rely on third-party PPA to…

read more