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...
In my last few posts we took a look at how to create serverless functions which interact with an Autonomous Transaction Processing (ATP) instance - first...
Yesterday I blogged about Ring Central and their APIs for sending SMS, making voice calls and much more. In that post I showed an example of how easy...
In my last post, I showed you how to send an SMS message with Java and Ring Central. In this post, I'll show you how to make a voice call. If you get stuck...
. Attention!!! This process in the blog post below has been superseded by the information contained in a newer blog post. If you are trying to connect...
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 ...
So you've finally done it. You created a shiny new microservice. You've written tests that pass, ran it locally and everything works great. Now it's time...
Over the past year, the Micronaut framework has become extremely popular. And for good reason, too. It's a pretty revolutionary framework for...