Blog
Articles about web development, WordPress, tutorials, tips and more.

Change name of a custom post type without losing data
Let’s say you create a custom post type and for some reason, you realize that it has to be changed. If there is no data stored yet, it

SVG gets cut off on iOS Safari and Chrome
I ran into a strange issue last week and I want to put it out there, in case someone else needs help with it. My SVG logo was getting cut off on

How we came to use Arhitecture Decision Records (ADR)
TL;DR We realized that there has to a better way to record past decisions made on a project. Clubhouse and Git are limited when it comes to this.

Move WordPress posts with media files
I’m currently working on a website revamp for one of our clients and it’s a full redesign/restructure. This means that almost

Store libraries locally
I have one example in mind that really annoyed me. One of our clients needed some features really quick and I wasn’t around at that time to

Virtualmin: a free alternative to cPanel
In a previous article, I talked about why you should get a VPS for your site/projects. I mentioned in there the fact that most people are

How to easily create multiple Custom Taxonomies in WordPress?
The main point of this article is to show you how to create multiple Custom Taxonomies using a more easy and re-usable approach. We’re

Stop Divi from overwriting your shortcode or element CSS rules
I ran into an issue while using Divi and it’s getting a bit annoying. You might have clients that use Divi for their sites or maybe

Getting a VPS and things to know about
Just a little back-story about how this article came around. We do a lot of web development, mostly WordPress projects, but started to branch out

How do you set-up a WordPress Staging environment?
What is a staging environment? It’s an exact copy of your production site but in an “offline” mode. And by