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

A thumbnail to represent the post How to convert an Iterator or Spliterator to Stream
How to use the StreamSupport utility class introduced in Java 8 to convert a Spliterator or an Iterator to a Stream.

How to convert an Iterator or Spliterator to Stream

A thumbnail to represent the post cURL: DELETE request examples
cURL DELETE request examples with and without payload body. Copy-paste ready command reference.

cURL: DELETE request examples

A thumbnail to represent the post Kubernetes: Where is my default Kubeconfig file?
Find the default Kubeconfig (.kube/config) file location on Linux, Windows, and Mac. Includes paths for Docker Desktop, Minikube, K3s, and Kind.

Kubernetes: Where is my default Kubeconfig file?

A thumbnail to represent the post cURL: PUT request examples
cURL PUT request examples including JSON data, form data, and file content. Copy-paste ready command reference.

cURL: PUT request examples

A thumbnail to represent the post cURL: POST request examples
cURL POST request examples including JSON data, file uploads, form data, and authentication. Copy-paste ready command reference.

cURL: POST request examples

A thumbnail to represent the post How to disable wildcard imports in IntelliJ IDEA
How to disable wildcard automatic imports in IntelliJ IDEA.

How to disable wildcard imports in IntelliJ IDEA

A thumbnail to represent the post How to show whitespace in IntelliJ IDEA
How to show white spaces and tabs in IntelliJ IDEA.

How to show whitespace in IntelliJ IDEA

A thumbnail to represent the post cURL: GET request examples
cURL GET request examples including authentication, headers, redirects, timeouts, and saving output to file. Copy-paste ready command reference.

cURL: GET request examples

A thumbnail to represent the post Eclipse JKube 1.4.0 is now available!
Eclipse JKube 1.4.0 is available! Check out the major changes and learn how you can contribute.

Eclipse JKube 1.4.0 is now available!

A thumbnail to represent the post Gradle: Adding the Gradle Wrapper from Docker
Gradle recommends the Gradle Wrapper as the preferred way to run your scripts. In this post I explain how to setup the Wrapper with Docker.

Gradle: Adding the Gradle Wrapper from Docker

A thumbnail to represent the post Quarkus 2 + Kubernetes Maven Plugin + GraalVM integration
How to develop a Quarkus 2 application, integrate it with Kubernetes Maven Plugin (JKube) to publish a native GraalVM image into Docker Hub and deploy to K8s.

Quarkus 2 + Kubernetes Maven Plugin + GraalVM integration

A thumbnail to represent the post Trigger Kubernetes CronJob manually from Java using YAKC
How to manually trigger Kubernetes CronJob (like kubectl create job --from=cronjob/) from Java using YAKC.

Trigger Kubernetes CronJob manually from Java using YAKC