1.2K followers
Laravel and Vue developer. Founder of CloudMonitor.dk.
Subscribe to my newsletter and never miss my upcoming articles
Translate model attributes (table columns) easily into any number of languages.
In this article, you will be guided on how to set up a Postfix relay SMTP-server and configure Microsoft Exchange to handle its mail queue. In a later article, we will discuss how to set up the relay server as a docker container. Prerequisites A...
Sometimes you need to ensure a record is unique, but only if another has a certain value. Does this sound strange? Let me give you an example: The SaaS Problem You are building a SaaS and each customer can add users, but users can only be added once,...
Agreed, this is a bit of a hack. To keep things streamlined with WordPress, I had to implement this hack the other day, where I wanted to disable tag links on just 1 page. Instead of fiddling with a new plugin, I found it easier, in this case, to dis...
In the field of developers, I have often heard that GUI tools or WYSIWYG is the bad path to take. Honestly, I tend to be like this too. The reasons are such as the quality of your product won't be as good, the code might even be a mess. You might als...
Automated tasks has existed on many platforms for a long time. The purpose can be many, but in web applications it's often to optimise speed for the user on heavy duties by caching results. It can also be used to perform various maintenance tasks t...