recursive.codes

recursive.codes

recursive.codes


The Personal Blog of Todd Sharp

Posts tagged 'Cloud'

Adventures in CI/CD [#10]: Deploying Our Microservice Docker Container To Kubernetes

Adventures in CI/CD [#10]: Deploying Our Microservice Docker Container To Kubernetes

Welcome to the final entry in this series where we have taken a ground-up approach to build, test and deploy a microservice to the cloud in an automated...

Adventures in CI/CD [#9]: Deploying A Microservice As A Docker Container

Adventures in CI/CD [#9]: Deploying A Microservice As A Docker Container

Welcome to the penultimate post in this continuous journey about continuous integration and continuous deployment. So far in this blog series, we have ...

Adventures in CI/CD [#8]: Deploying A Microservice With A Tested Persistence Tier In Place

Adventures in CI/CD [#8]: Deploying A Microservice With A Tested Persistence Tier In Place

We have covered a ton of content already in this long series on CI/CD, and now we’re ready to look at the next step in our adventure on the path to CI/...

Adventures in CI/CD [#6]: Adding A Persistence Tier To Our Microservice

Adventures in CI/CD [#6]: Adding A Persistence Tier To Our Microservice

Welcome back to this ongoing saga where we continue to look intensely at the wonderful world of CI/CD and how we can build, test and deploy a microservice...

Resource Principal Auth With Node.JS For Easy OCI REST API Access From Your Oracle Functions

Resource Principal Auth With Node.JS For Easy OCI REST API Access From Your Oracle Functions

The first rule of serverless is to keep your functions light and simple. Part of keeping a function light is avoiding unnecessary external dependencies...

Oracle Universal Connection Pool (UCP) Support Added To Micronaut

Oracle Universal Connection Pool (UCP) Support Added To Micronaut

The Micronaut framework includes several options for connection pooling since it launched and today there is a new option available for your microservice...

Back To The Database - Part 2: Persisting Data From A Stream

Back To The Database - Part 2: Persisting Data From A Stream

Welcome back to this series of blog posts where we look at the mighty RDBMS and learn how to take advantage of some of the powerful capabilities available...

Easy Messaging With Micronaut's Kafka Support And Oracle Streaming Service

Easy Messaging With Micronaut's Kafka Support And Oracle Streaming Service

Last month I wrote about an upcoming feature enhancement to make it very easy to use the Kafka SDKs to produce and consume messages from Oracle Streaming...

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

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

Building And Deploying A Helidon Microservice With Hibernate Part 3

Building And Deploying A Helidon Microservice With Hibernate Part 3

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

The Complete Guide To Getting Up And Running With Docker And Kubernetes On The Oracle Cloud

The Complete Guide To Getting Up And Running With Docker And Kubernetes On The Oracle Cloud

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