How To: Clean up Plex with Google Scripts

Just as the title implies, this tutorial is going to cover what it takes to automatically cleanup a Plex media server, using Google Scripts. I am aware there are other ways to do this, but this tutorial is tailored specifically for Google Scripts.…

How To: Organise a web developer meetup

Disclaimer: This post was automatically published a few hours after the event so let's hope everything went according to plan. I recently had the opportunity to organise a meetup, that revolved around the idea of knowledge exchange and community building. I've had this idea for a…

How To: Use Tomcat in Intellij IDEA Community

Recently I started working on a project that required me to have the backend part installed locally, instead of using a remote backend. The project uses Maven as a build tool and it deploys the code to a Tomcat server. I got cracking and started configuring the project on my…

How To: Setup a simple file server

The author of this tutorial should not be held responsible for any loss of data or hardware that one may encounter by following this tutorial. You have been informed. We’re developers! We have projects, a lot of projects. We don’t want to store the old ones on our…

How To: Remove Custom Post Type URL slugs

Disclaimer: This is a version I found useful and it worked for my particular case. It may not work for you, but you can post a comment bellow and maybe we can figure it out. Interesting issue. If you're a WordPress developer than you might have come across…