picocli - Annotation-based Java command line parsing library. Usage help with ANSI colors. Autocomplete. Nested subcommands. Easily included as source to avoid adding dependencies. (more…)
Read more »
Thread dumps are vital artifacts to debug & troubleshoot production performance problems. Thread dump files tend to span for several hundreds of lines (sometimes a few thousands of lines). It i… (more…)
Read more »
Collection of Data Structures and Algorithms solutions - GitHub - realpacific/algorithms: Collection of Data Structures and Algorithms solutions... (more…)
Read more »
Beginner approach to creating RestFul APIs using Java’s spring boot framework including controllers, maven, pom.xml, MySQL, Java Repository and many more. (more…)
Read more »
Java SE 14 (March 2020) introduces records (jep359) as a preview feature. Records aim to enhance the language's ability to model "plain data" aggregates with less ceremony. In this article Java Language Architect Brian Goetz takes a deep dive into the f... (more…)
Read more »