So you've created, deployed and tested your first serverless function on Oracle Functions. It works great and you're ready to take the next step beyond...
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,...
We've taken quite a journey in this blog series so far - from getting our cloud tenancy ready for our microservice deployment, to writing our first microservice...
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 ...
In the last few posts of our microservice journey we created a compartment, launched a Kubernetes cluster and set our tenancy up for a Docker user and ...
In our last post, we configured Kubernetes and Docker to get ready to deploy microservices. In this post, we'll look at another critical piece of the microservices...
In my last post we defined the term “microservice” and looked at some of the reasons you might choose to implement a microservice approach to building ...