Java

These are some notes about Java programming.

JAVA build system: Maven

September 12 2023

Introduction Apache Maven is a build-automation tool that provides an easy way to develop JAVA applications Generating a Maven project: mvn archetype:buil...

Eclipse tips

September 08 2023

Shortcuts sysout + ctrl + . creates System.out.println()

VI editor

September 06 2023

VI is useful in a CLI-only envireonment, especially when changing remote configurations in a service.