recursive.codes

recursive.codes

recursive.codes


The Personal Blog of Todd Sharp

Posts tagged 'Containers, Microservices, APIs'

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

Microservices From Dev To Deploy, Part 1: Getting Started With Helidon

Microservices From Dev To Deploy, Part 1: Getting Started With Helidon

Microservices are undoubtedly popular.  There have been plenty of great posts on this blog that explain the advantages of using a microservice approach...

Back To The Database - Part 3: Publishing Database Changes To A Stream

Back To The Database - Part 3: Publishing Database Changes To A Stream

In the last post, we talked at great length about consuming a stream in your Autonomous DB instance and using the messages in that stream to insert, update...

Back To The Database - Part 1: Preparing To Persist Data From A Stream

Back To The Database - Part 1: Preparing To Persist Data From A Stream

In my last post, I talked about some of the reasons why it makes sense to take advantage of the power of our RDBMS to handle our data instead of manually...

Publishing And Analyzing Custom Application Metrics With The Oracle Cloud Monitoring Service

Publishing And Analyzing Custom Application Metrics With The Oracle Cloud Monitoring Service

A few weeks ago one of our awesome Product Managers on the database team came to me with an interesting request. He shared a blog post that someone had...

Publishing And Analyzing Custom Application Metrics With The Oracle Cloud Monitoring Service

Publishing And Analyzing Custom Application Metrics With The Oracle Cloud Monitoring Service

A few weeks ago one of our awesome Product Managers on the database team came to me with an interesting request. He shared a blog post that someone had...

Oracle Functions - Connecting To An ATP Database With A Wallet Stored As Secrets

Oracle Functions - Connecting To An ATP Database With A Wallet Stored As Secrets

In my last post, we talked about how to create and use your first secret on the Oracle Cloud. It was a simple, but certainly common use case where we stored...

Oracle Functions - Connecting To An ATP Database With A Wallet Stored As Secrets

Oracle Functions - Connecting To An ATP Database With A Wallet Stored As Secrets

In my last post, we talked about how to create and use your first secret on the Oracle Cloud. It was a simple, but certainly common use case where we stored...

Protect Your Sensitive Data With Secrets In The Oracle Cloud

Protect Your Sensitive Data With Secrets In The Oracle Cloud

It’s no secret that every developer should be aware of the need to protect sensitive information such as passwords and API keys when building and deploying...

Protect Your Sensitive Data With Secrets In The Oracle Cloud

Protect Your Sensitive Data With Secrets In The Oracle Cloud

It’s no secret that every developer should be aware of the need to protect sensitive information such as passwords and API keys when building and deploying...

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