Marc Nuri - Blogging about business and technology (Page 2/11)

A thumbnail to represent the post Testing Go Gin Web Framework REST APIs with httptest
How to test Gin-Gonic RESTful HTTP APIs using httptest package in Go

Testing Go Gin Web Framework REST APIs with httptest

A thumbnail to represent the post How to set up and tear down unit tests in Go
How to properly set up and tear down a Go unit test using Go's standard library for unit testing

How to set up and tear down unit tests in Go

A thumbnail to represent the post Fabric8 Kubernetes Client 6.9 is now available!
Fabric8 Kubernetes Client 6.9 is available! Check out the major changes and learn how you can contribute.

Fabric8 Kubernetes Client 6.9 is now available!

A thumbnail to represent the post Windows 11: How to enable the built-in Administrator account
Learn how to effectively enable the built-in Administrator account in Windows 11.

Windows 11: How to enable the built-in Administrator account

A thumbnail to represent the post Bash: How to wait until a file exists
Learn how to efficiently wait for a file in Bash scripts, with a timeout feature for added resilience.

Bash: How to wait until a file exists

A thumbnail to represent the post Gatsby 5: How to query data from multiple GraphQL sources
Learn how to customize Gatsby's GraphQL schema to query data from multiple sources efficiently in this informative article.

Gatsby 5: How to query data from multiple GraphQL sources

A thumbnail to represent the post Bash: How to iterate through a list of strings
Learn how to iterate through a list of strings in Bash scripts efficiently. Master the art of automation!

Bash: How to iterate through a list of strings

A thumbnail to represent the post Kubernetes Client for Java: How to set up the underlying HTTP client
Article showing how to configure Fabric8 Kubernetes Client to use different underlying HTTP clients (Java HttpClient, Eclipse Vert.x, and Eclipse Jetty).

Kubernetes Client for Java: How to set up the underlying HTTP client

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

Eclipse JKube 1.14 is now available!

A thumbnail to represent the post JUnit 5 - How to run unit tests in Maven
Post describing how to configure your Maven project pom.xml to be able to run JUnit and JUnit 5 tests leveraging Maven Surefire Plugin.

JUnit 5 - How to run unit tests in Maven

A thumbnail to represent the post JUnit 5 - How to disable or ignore tests
Post describing how to disable test in JUnit5 leveraging the @Disabled annotation which is analogous to the JUnit4 @Ignore annotation.

JUnit 5 - How to disable or ignore tests

A thumbnail to represent the post How to convert File to Path and Path to File in Java
Post describing how to go from Path to File and from File to Path in Java

How to convert File to Path and Path to File in Java