In this post, we’ll add Testcontainers to our application to make sure our tests run against Oracle DB in our CI/CD pipeline.
In this post, we’ll wire up a persistence tier to our microservice and address some of the challenges that come along with that task.
In this post, I’ll show you how to use an Oracle Cloud Vault as a secure, distributed config store with your Micronaut applications.
In this post, we’ll revisit our microservice deployment and see how we can accomplish the same goal by using the OCI Gradle plugin.
In this post, we’ll look at deploying our microservice to a VM in the Oracle Cloud with GitHub Actions using the OCI CLI.
In this post, we’ll look at using Oracle UCP for connection pooling in a Micronaut application.
In this post, we’ll create and run some tests in our pipeline and publish our test reports as build artifacts.
In this post, we’ll look at using GitHub Actions to build a publish a JAR file artifact from our microservice codebase.
In this post, we’ll look at creating a simple microservice and getting started with GitHub Actions.
Every application has data that needs to be tracked. In this post, we’ll look at how easy it is to persist your custom metrics data with the Java SDK and then slice, dice and analyze that data directly within the Oracle Cloud console!