How to force Composer to use a specific PHP-version
In this tutorial I'll show you how to force Composer to use a specific PHP-version. This will allow you to override the PHP-version and generate a compatible lock-file for your server.
In this tutorial I'll show you how to force Composer to use a specific PHP-version. This will allow you to override the PHP-version and generate a compatible lock-file for your server.
In this tutorial I'll show you how to fix the PHP Composer 'Allowed memory size of X bytes exhausted' issue. We'll do this by setting the PHP memory to unlimited and creating an alias for it.
In this tutorial I'll show you how to uninstall Homebrew on macOS and which files you'll need to cleanup afterwards, so that Homebrew is fully removed.
In this tutorial I'll show you how to install Homebrew on macOS (2021). I'll also discuss what steps to take after installation and how to disable Brew analytics.
In this tutorial I'll show you the easiest way to switch between Node.js versions on macOS. To do so, we'll use the Homebrew package manager and install and configure it.
Learn how to use DBngin to set up local MySQL, PostgreSQL and Redis databases on your Mac. I'll explain which credentials to use and how to create databases.
In this article I'll explain how to make sure that HTML number inputs only accept positive integers. The default behaviour allows users to use negative numbers and even text.
You can add structured data to your website by using script tags. In this tutorial, I'll explain how to combine multiple schemes into one script tag, to prevent unnecessary script tags.
In this tutorial I'll show how you can check whether there exists a Gravatar for a specific e-mailaddress in PHP.
This article explains how to automatically add anchor links to headings generated by Gutenberg. This is very useful if you need to link to specific sections in an article.