Marc Nuri - Blogging about business and technology (Page 9/14)

A thumbnail to represent the post Kubernetes 1.19 Ingress API from Java using YAKC
How to use YAKC to create a new Ingress using the new v1 API recently introduced in Kubernetes v1.19.0. Example to compare YAML vs. Java.

Kubernetes 1.19 Ingress API from Java using YAKC

A thumbnail to represent the post Quarkus + JKube: Qute template with markdown processing from different sources
In this post, I will show you how to use Qute, Quarkus templating engine, to render Markdown from different sources using flexmark-java.

Quarkus + JKube: Qute template with markdown processing from different sources

A thumbnail to represent the post Apache Camel used on a Kubernetes Cassandra cluster
Article to describe the behavior of the official Apache Camel Cassandra Kubernetes example highlighting the power of Eclipse JKube

Apache Camel used on a Kubernetes Cassandra cluster

A thumbnail to represent the post Building a GitHub Dependents Scraper with Quarkus and Picocli
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

Building a GitHub Dependents Scraper with Quarkus and Picocli

A thumbnail to represent the post JBang: Unlocking Java's Scripting Potential
Learn how JBang is revolutionizing Java scripting and how you can get started with it today.

JBang: Unlocking Java's Scripting Potential

A thumbnail to represent the post Access the Kubernetes API from a Pod in Java
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.

Access the Kubernetes API from a Pod in Java

A thumbnail to represent the post Kubernetes Client for Java: Introducing YAKC
Introducing YAKC (Yet Another Kubernetes Client), a declarative Java REST client for Kubernetes API. Some examples and code snippets to get started.

Kubernetes Client for Java: Introducing YAKC

A thumbnail to represent the post How to Initialize a New Go Project with Modules
Learn how to initialize a new Go project with modules, set up its basic structure, and follow best practices for organizing your code.

How to Initialize a New Go Project with Modules

A thumbnail to represent the post Understanding Variadic Functions in Go
What are variadic functions in Go, learn how to define and use them effectively, and understand their benefits with practical code examples.

Understanding Variadic Functions in Go

A thumbnail to represent the post Enums in Go: An Alternative approach
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.

Enums in Go: An Alternative approach

A thumbnail to represent the post How to use sets in Go
Learn how to implement sets in Go using maps. This lightweight guide explains how to create, manage, and use sets efficiently in your Go projects.

How to use sets in Go

A thumbnail to represent the post Triggering GitHub Actions across different repositories
GitHub Actions repository_dispatch event: example showing how to trigger GitHub Actions workflows across different repositories

Triggering GitHub Actions across different repositories