排序
Eliminate Unnecessary Builds With Git Hooks in Bash, Java, and Scala
Eliminate Unnecessary Builds With Git Hooks in Bash, Java, and Scala, Photo by Liza Summer from Pexels Writing a Git Hook in Bash Git Hooks can be a very useful addition to a devel...
Java Concepts : Part – 01
Java Concepts : Part - 01, Java Concepts (4 Part Series) 1 Java Concepts : Part - 01 2 Java Concepts : Part - 02 3 Java Concepts : Part - 03 4 Java Concepts : Part - 04 Whenever th...
Logging unique IP addresses your Java code communicates with
Logging unique IP addresses your Java code communicates with,Recently I needed some utility that would log all unique IP addresses all the Java processes on a server communicated w...
Parsing maven version with bash
Parsing maven version with bash,Recently I needed to parse my pom.xml file to get the artifact version out of it. I needed it on one of our CI agents and I did not have maven insta...
How to Install Java JDK and Maven on Mac OS
How to Install Java JDK and Maven on Mac OS,I've needed to set up Java and Maven enough times that I figured I should write about it so that it's an easier setup for at least one o...
Java Programs, Packages, and Class Paths Explained… Plus a Bonus Mystery
Java Programs, Packages, and Class Paths Explained… Plus a Bonus Mystery,Cover Image by Ante Hamersmit on Unsplash. It was a dark and stormy night… Actually, strike that. It was ...
Maven toolchains.xml Script
Maven toolchains.xml Script,Apache Maven has introduced Maven Toolchains to ease configuring plug-ins and to avoid specifying any JDK location in the project POMs. Available JDKs a...
Easily Merge Multiple Java –classpath Arguments
Easily Merge Multiple Java --classpath Arguments,I always confuse myself as to whether the correct flags for java and the jshell are -cp or --classpath or --class-path or something...
Writing Java Command Line Tools is Cumbersome… Or is it???
Writing Java Command Line Tools is Cumbersome... Or is it???, Simple Java Tools The JDK comes with a lot of great command-line tools on its own that support development. But on eve...