recursive.codes

recursive.codes

recursive.codes


The Personal Blog of Todd Sharp

Posts tagged 'Open Source'

Creating An ATP Instance With The OCI Service Broker

Creating An ATP Instance With The OCI Service Broker

We recently announced the release of the OCI Service Broker for Kubernetes, an implementation of the Open Service Broker API that streamlines...

Deploying A Micronaut Microservice To The Cloud

Deploying A Micronaut Microservice To The Cloud

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

Creating A Microservice With Micronaut, GORM And Oracle ATP

Creating A Microservice With Micronaut, GORM And Oracle ATP

Over the past year, the Micronaut framework has become extremely popular. And for good reason, too. It's a pretty revolutionary framework for...

Oracle Functions: Serverless On Oracle Cloud - Developer's Guide To Getting Started (Quickly!)

Oracle Functions: Serverless On Oracle Cloud - Developer's Guide To Getting Started (Quickly!)

Back in December, as part of our larger announcement about several cloud native services, we announced a new service offering called Oracle Functions. ...

Controlling Your Cloud - Uploading Large Files To Oracle Object Storage

Controlling Your Cloud - Uploading Large Files To Oracle Object Storage

In my last post, we took an introductory look at working with the Oracle Cloud Infrastructure (OCI) API with the OCI Java SDK.  I mentioned that my...

Microservices From Dev To Deploy, Part 3: Local Deployment & The Angular UI

Microservices From Dev To Deploy, Part 3: Local Deployment & The Angular UI

In this series, we're taking a look at how microservice applications are built.  In part 1 we learned about the new open source framework from Oracle...

Microservices From Dev To Deploy, Part 3: Local Deployment & The Angular UI

Microservices From Dev To Deploy, Part 3: Local Deployment & The Angular UI

In this series, we're taking a look at how microservice applications are built.  In part 1 we learned about the new open source framework from Oracle...

Microservices From Dev To Deploy, Part 2: Node/Express and Fn Serverless

Microservices From Dev To Deploy, Part 2: Node/Express and Fn Serverless

In our last post, we were introduced to a fictional company called TechCorp run by an entrepreneur named Lydia whose goal it is to bring back the world...

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