Blog post, showing how to create a simple web scraper using Picocli and Quarkus to build a native binary that will scrape dependents for any GitHub project
Tutorial explaining how to access the Kubernetes cluster REST API from inside a Pod using YAKC (Yet Another Kubernetes Client), Eclipse JKube, and Spring Boot.
Learn how to emulate enums in Go using custom types and constants. Enhance your enums with methods and code generation to simplify maintenance and add behavior.