News

When people ask me why I prefer IntelliJ IDEA for Java development, my answer usually comes down to one thing: it feels like ...
With Gradle 9 and a web app project (i.e. apply plugin: 'war'), NetBeans actually seems to work fine, but continuously shows a project problem to be resolved. The description of this problem is ...
You’ll need to know one last Java quirk before you can get Hello World up and running: the file’s name. Because of Java’s class-first approach, the file you save your code in needs to be ...
8cc.vim is a C compiler that exists as pure Vimscript. Is it small? It sure is! How about fast? Absolutely not! Efficient? Also no. But does it work and is it neat? You betcha! Vimscript itself was ...
This project demonstrates how to set up a Jenkins Freestyle job to build a simple Java application using Maven. The goal is to get familiar with Continuous Integration (CI) basics.