Retire Clearly is a comprehensive retirement planning tool that simplifies retirement projections and withdraw strategies to prevent outliving your savings.
Simple Explanation of a JavaScript Promise
What is JavaScript promise? A JavaScript promise is an object that represents the eventual result of an asynchronous operation.
Kubernetes: How to Delete a Resource with Kustomize
Kustomize is a tool for customizing Kubernetes resources based on yaml manifests, and here is the solution for how to delete a resource with kustomize.
ArgoCD Glossary: Simple, And The Best to Get You Deploying
This ArgoCD glossary is meant to clear the haze surrounding overlapping terms in this space, so you can use them correctly and consistently!
How to Store ArgoCD Projects in YAML
This guide will explain the various components of ArgoCD Projects in YAML. In the spirit of GitOps, you may leverage deploying ArgoCD Projects from source code.
How to Configure an ArgoCD Project
Learn how to configure a project in ArgoCD — the container for controlling permissions for a set of Applications deploying resources into the cluster.
How to Use Property Matchers on Dynamic Values in Jest Tests
Learn how to utilize property matchers in Jest Snapshot testing when the values in the object change, such as IDs or timestamps, to build resilient tests.
Easy Cheat Sheet for Using the sed Command
Using the sed command to do quick string manipulation in a shell script can be very handy. These tips will make you an exper
Simple Javascript Library for Distributed Tracing Propagation in Node
I wrote the library @oracle/trace-propagation to simplify passing trace information (tracing propagation) through a node service.
How to Deploy Gitlab CI Runners to Kubernetes
I’m a big proponent of Kubernetes and I figured how to run Gitlab runners in Kubernetes. This enables CI pipelines for my Gitlab instance and scales easily!