The YAGNI principle, as explained by AI.

The YAGNI principle encourages programmers to only implement features necessary for the current iteration of a project. Focusing on the MVP can reduce complexity, technical debt, and make code easier to maintain and refactor.…

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…

Just Another Cluster #6

I'm gathering stuff, interesting articles, useful tools or amazing videos, and then make a list with all of them with comments for each one. This is issue number #6. You can checkout the previous issues [https://stefancosma.xyz/tag/just-another-cluster/] if you're interested. If you find…

Visual Studio Code - Tips & Tricks

If you're following me on Twitter you probably know how much I enjoy using Microsoft's Visual Studio Code. So much, that one of my tweets is currently featured on their main page [https://code.visualstudio.com/]. But this article is not about how much I enjoy…