Preview Mode Links will not work in preview mode

How To Code Well

Jul 10, 2020

In a message to the PHP externals, Microsoft has announced that it is dropping Windows support for PHP 8 and beyond.

In this episode I am going to discuss what this means for Windows based PHP developers.

I will also be asking questions, highlighting developer concerns and making recommendations to those learning PHP on...


Jul 3, 2020

Docker is a fantastic tool to have in your web development tool box. Here are 19 Docker tips and techniques that I wish I knew when I started using Docker.

  • Use Docker Compose even if you have one container
  • Learn the difference between a bind mount and a data volume
  • Use the —rm flag for creating one off scripts in...