I don’t know if it matters that I’m the son of two teachers, but training is in my DNA, knowledge sharing is in my DNA. From the moment I started learning PHP based on a book and scripts I downloaded from the Internet, I’ve tried to help other people who ran into issues that I…
So here’s one of those things that I need to document, or I’ll forget. One of those blogposts that I’ll find through a search engine in a year 😉 A project I’m working on is using Symfony with Encore, and while running Encore I kept getting some weird errors that javascript couldn’t find a file…
I’m currently working on a website with the Bolt CMS. I am using an extension for that site, but since Bolt is using composer under the hood to install those and the extension is installed in vendor/, when I deploy this to production, I’m missing the extension. The solution was simple.
I’ve been running this blog on Sculpin for quite a while now, and I’m quite happy with how that works. We’ve been in a process of migrating some of our websites off a standard VPS towards a setup with Docker, Gitlab CI and Rancher. I’ve now migrated some websites, which is relatively easy, but most…