recursive.codes

recursive.codes

recursive.codes


The Personal Blog of Todd Sharp

Posts tagged 'Java'

Simple Serverless Logging For Oracle Functions

Simple Serverless Logging For Oracle Functions

Working with serverless functions represents a new way of thinking for many developers. Dealing with stateless functions, for example, can be a challenge...

Oracle Functions - Connecting To An ATP Database Revisited

Oracle Functions - Connecting To An ATP Database Revisited

Last August, I blogged about how to connect up your Oracle Function serverless functions to your Autonomous DB instance. Since that post was published ...

Fighting Diabetes With Technology - How I Built An App To Count Carbs And Calculate Insulin Doses

Fighting Diabetes With Technology - How I Built An App To Count Carbs And Calculate Insulin Doses

I'd like to tell you a story about my daughter Ava. She’s a typical 13-year-old girl for the most part – she’s smart, very mature and organized - involved...

Migrate Your Kafka Workloads To Oracle Cloud Streaming

Migrate Your Kafka Workloads To Oracle Cloud Streaming

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...

Oracle Functions: Using Key Management To Encrypt And Decrypt Configuration Variables

Oracle Functions: Using Key Management To Encrypt And Decrypt Configuration Variables

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...

Oracle Functions: An Easier Way To Talk To Your Autonomous Database

Oracle Functions: An Easier Way To Talk To Your Autonomous Database

  Last week I posted about connecting your Oracle Functions to your Autonomous DB instance to query and persist data. That post involved creating...

Oracle Functions - Invoking Functions With The OCI SDK

Oracle Functions - Invoking Functions With The OCI SDK

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...

Ring Central - Sending SMS Messages With Java

Ring Central - Sending SMS Messages With Java

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...

Ring Central - Making A Voice Call With Java

Ring Central - Making A Voice Call With Java

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...

Oracle Functions - Connecting To An ATP Database

Oracle Functions - Connecting To An ATP Database

. 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...