recursive.codes

recursive.codes

recursive.codes


The Personal Blog of Todd Sharp
How To Setup And Run A Free Minecraft Server In The Cloud

How To Setup And Run A Free Minecraft Server In The Cloud

In this article we'll take a look at how you can create an "always free" virtual machine and use it to run a Minecraft Server. Before we get started, you'll...

Journey To The Free Cloud - Migrating From AWS To OCI

Journey To The Free Cloud - Migrating From AWS To OCI

Last week at Oracle Open World we made a game changing announcement - a completely free tier of services for Oracle Cloud. I've read the criticisms on ...

Launching Your First Free Autonomous DB Instance

Launching Your First Free Autonomous DB Instance

You're a developer, which means you have roughly 4.3 conversations each week with friends and family about building an application for a club, sports league...

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: Invoking Functions Automatically With Cloud Events

Oracle Functions: Invoking Functions Automatically With Cloud Events

I've written several posts here on the developer blog that show you how to create and invoke your serverless functions, but so far we've only covered how...

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

Oracle Functions - Connecting To ATP With Node.JS

Oracle Functions - Connecting To ATP With Node.JS

In my last post we looked at connecting up to ATP with a Java based serverless function. That worked out great, but I wanted to show you how you could ...

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

Creating A Microservice With Node & SODA - JSON Document Storage In Autonomous DB

Creating A Microservice With Node & SODA - JSON Document Storage In Autonomous DB

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

Microservices The Easy Way With ORDS And Micronaut - Part 3

Microservices The Easy Way With ORDS And Micronaut - Part 3

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

Microservices The Easy Way With ORDS And Micronaut - Part 2

Microservices The Easy Way With ORDS And Micronaut - Part 2

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