Microservices and serverless are more popular than ever with teams around the globe adopting these patterns and architectures at an extremely high rate...
If you're deploying your web site or application on the Oracle Cloud, chances are pretty high that you're going to be using HTTPS to secure your connections...
Migrating your applications and workloads from one hosting environment to another can be a very painful process. I've had to manage migrations many times...
I've covered quite a few different topics related to Oracle Functions recently on this blog, but today I'll cover what probably should have been the first...
Last week I posted about connecting your Oracle Functions to your Autonomous DB instance to query and persist data. That post involved creating...
We've been on a long and interesting journey with microservices in this blog series and have covered a lot of topics. In this post we'll take a look at...
We've come to the final part of this portion of this blog series where we focus on microservices with ORDS and Micronaut. In this post we'll look at deploying...
In our last post, we exposed our user table with a complete set of REST endpoints that can be used for CRUD operations. The good news is, from this point...
What if I told you you could write a microservice that doesn't use ORM without a single SQL statement in your application code? I have to admit,...
So far in this series, we've set up our cloud for Kubernetes and Docker, got our Autonomous DB up and running and created our first microservice using ...