recursive.codes

recursive.codes

recursive.codes


The Personal Blog of Todd Sharp

Posts tagged 'Java'

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

Grails on Raspberry Pi - Part 1

Grails on Raspberry Pi - Part 1

In celebration of Pi day (actually, it's mostly coincidental, but let's go with it) I wanted to post the first in a series of upcoming posts about using...

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

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

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

Building Cross Platform Native Images With GraalVM

Building Cross Platform Native Images With GraalVM

A few weeks ago, I blogged about a utility that I created that helps you debug your serverless functions in the Oracle Cloud. The code behind that project...