Blog

Posts

npm ERR! request to http://registry.npmjs.org/npm failed, reason: getaddrinfo EAI_AGAIN registry.npmjs.org

Using WSL when running npm install npm@latest -g I kept receiving an error: npm ERR! request t...

Laravel Sail, WSL & Docker /usr/bin/env: 'bash\r': No such file or directory

Received an error in docker. /usr/bin/env: 'bash\r': No such file or directory It is happening due...

Multiple Laravel Docker Containers with Custom URL's in Windows Environment

Developing with Docker on Windows usually means urls like localhost:8080 or localhost:8081. What if...

Extracting speaker notes from a PowerPoint pptx file with PHP & Python

This tutorial was done on Mac and will need to be changed for your operating system.  First ma...

Save a List of Files & Folder Contents Into a Text File with file paths

On Mac I needed to get the full paths of every file inside a folder with multiple folders inside thi...

Your Mac was unable to communicate with your Apple Watch.

I Unpaired my iWatch from my iPhone and then went to"Use my Apple Watch to unlock apps and your Mac....

Laradock MySQL container exits(0) - Different lower_case_table_names settings for server ('2') and data dictionary ('0')

After updating my Docker to the latest version when I tried to bring docker up. I would receive the...

Laravel production optimisation, load testing and monitoring

When pushing your new app into production there are always stages you should follow to ensure there...

How to connect mysql workbench to running mysql inside docker?

To configure your docker container with MySQL Workbench please follow the steps below.  ...

Build and Run Laravel 7 in Docker Part 5 - Final Steps

Add the Volumes At the bottom of your docker-compose.yml you will need to add a volumns section in...