Home & blog

Tag: php

Getting started with Docker part 2: Volumes

19 Mar 2022 php

In this, the second part of my Docker tutorial, we'll be building a PHP-based to-do app. Along the way we'll meet some new Docker concepts, including volumes, which are the key to developing within Docker.

Getting started with Docker part 1: "Hello, world!"

9 Mar 2022 php

Docker answers the question, "what's the best way to ship an app including not just its content but also its environment (runtime)?" In this four-part guide we'll be learning Docker via a to-do app built in PHP and MySQL.

Comparing arrow functions in JavaScript and PHP

14 Nov 2021 php

When arrow functions landed in ECMA 6, they allowed developers to be much more fluid with use of functions. PHP now has them too, albeit with some differences. Let's take a look at how they compare.