How to Set Environment Variables in Composer Scripts
Do you need to set environment variables for Composer scripts to work? Here’s how.
Do you need to set environment variables for Composer scripts to work? Here’s how.
As I’ve been building a new PHP application, recently, using the Slim framework, I’ve come to find myself at a bit of a crossroads in my outlook on building them.
Yesterday, I published a short course on deploying with Docker Compose to my YouTube channel. In this post, Today, I’m stepping through what it took to create the short course, from start to finish.
If you want a simpler way to mix a podcast with Audacity, here’s what I’ve learned lately.
Today, on day 14, I created a custom method to remove code duplication creeping into the weather station codebase. Come read the fun story behind getting that done.
Here we are on day 13. Today, I continued learning Golang by working on the Golang version of my PHP/Python weather station, adding a function to render static pages. Let me share my learnings with you.
If you’re creating handlers in a Mezzio application and don’t want to spend time building and maintaining custom factories to instantiate them (or other classes), you need to know about the Reflection Factory.
If you need to find out which image a Docker Compose service is using, you need the docker compose images command. In this short tutorial, I’ll show you how it works.
Here we are on day 12. I didn’t solve anything. I’m feeling that these exercises are becoming arbitrary and pointless.
Do you need to have a SQLite database available in a Docker image? I did, and here’s the solution I came up with.