Mahalo and Farewell
To exist is to change, to change is to mature, to mature is to go on creating oneself endlessly. - Henri Bergson
more ...Setting up a PostgreSQL RDS instance using CDK in Python
In a previous post, I advocated that AWS CDK is a very neat way to write infrastructure as code, enabling you to create and provision AWS infrastructure deployments predictably and repeatedly.
Today I show how to spin up a PostgreSQL RDS instance using CDK in Python. The code is available ...
more ...Setting up a VPC with CDK in Python
AWS CDK is a very neat way to write infrastructure as code, enabling you to create and provision AWS infrastructure deployments predictably and repeatedly.
You choose your favorite language to code what resources (stacks) you want, and CDK synthetizes them to CloudFormation and helps you to deploy them to AWS ...
more ...Skaffold is a Kool K8s Tool!
I recently found out about Skaffold, a command-line tool recently released by Google, and designed to make local Kubernetes development very easy, allowing for iterative local development against a Kubernetes cluster. It's really cool, check this out:
- It runs as a binary in your local machine (e.g., easy ...
So, What is a DevOps Engineer?
Rad thing about working in startup engineering teams is that you can wear several hats. Let us talk about the DevOps 🎩 today.
DevOps is a set of software development practices that combine software development (Dev) and information-technology operations (Ops) to shorten the systems-development life cycle while delivering features, fixes, and ...
more ...A quick introduction to Kustomize for Kubernetes
Kustomize is a tool that lets you create an entire Kubernetes application out of individual pieces — without touching the YAML for the individual components.
Kustomize traverses a Kubernetes manifest to add, remove or update configuration options without forking. It is available both as a standalone binary and as a native ...
more ...Quick & Dirty iOS ARKit with "Post Malone Balloon"
Augmented reality (AR) describes user experiences that add 2D or 3D elements to the live view from a device’s camera in a way that makes those elements appear to inhabit the real world.
Hi Everyone!
In this post, I show how neat is to write an AR iOS application ...
more ...