Latest posts

How to create draft blog posts in Gatsbyjs

A guide a filtering out draft blog posts using GraphQL with GatsbyJS

How to sort an array of JavaScript objects by soonest date

Sorting an array of JavaScript objects by the soonest date can be quite tricky. This guide demonstrates how to do it even when the JavaScript objects have dates in the future or the past

How to check if your code is compatible with PHP 8

Using PHP_CodeSniffer and PHPCompatibility to check if your project can be upgraded to a different version of PHP

How to get the site locale in Concrete 5

This is how to get the site locale in Concrete 5

Install Jenkins with terraform and ansible on a Linode VPS

A guide to installing Jenkins with Terraform and Ansible

How to run scripts in composer

Using composer to run scripts