SQLite

RePost: SQLite is not a toy database by Anton Zhiyanov

A nice write up about the very powerful but often under appreciated SQLite. Do not let anyone say otherwise, SQLite is a valid solution for…
container yard

A Practical Example of Container Portability: DynaTrace ActiveGate in AWS ECS

Pre-Flight General Knowledge Requirements The Problem The Workload Scope While containers may be portable; orchestration feature coverage varies widely. For brevity this topic is out…

Turns out, Hashicorp is a garbage organization.

TL;DR: Hashicorp send DMCA to OpenTofu group accusing them of duplicating copyrighted code. Turns out Hashicorp copied the code to look like OpenTofu. All of…
SolarWinds

SolarWinds and CISO get sued for fraud; C-suite finally being held responsible? Maybe, but dont hold your breath.

We all remember the clown show that was the SolarWinds disclosure of concerning the Sunburst comprimise. Now the SEC is sueing both the organization AND…
Terraform

FIX: Terraform "Error: Run variables are currently not supported"

Recently I had to create a new workspace on an existing project to test some new functionality. So I create the workspace and run the…
Terraform

FIX: Terraform + AWS: InvalidVPCNetworkStateFault

While working with Terraform and AWS recently I ran into an error that did not seem to have much information about it. After about a…
Terraform

Terraform: EC2 access to CodeCommit without HTTPS or SSH credentials.

The Problem I needed a way for a EC2 instance to clone a CodeCommit repository without using HTTPS credentials or a SSH key. Specifically I…

AWS is the US Navy of the Cloud…

The US Navy has a policy of not staying one step ahead of it's peers, but two. AWS seems to be doing the same.

Thanks for the Swag Cypress.io

The kind people over at Cypress.io saw my post a couple weeks back and hooked me up with some sweet swag. Thank you! Checkout the…

How to shrink your Docker images.

Docker Images, everyone says smaller is betterĀ but how do you do this but still maintain functionality and debugging ability? Well, here is how I did…