Silencing Maven in AWS CodeBuild
2019-11-18
Devops
Cloud
Aws
One of the things you will probably want to deal with early on when running Maven builds through CodeBuild (or any other CI tool) is stopping Maven from displaying download...
modver Versioning in AWS CodeBuild
2019-11-17
Devops
Cloud
Aws
How to quickly and easily use modver versions in your AWS CodeBuild builds.
Running AWS CodeBuild Locally
2019-11-16
Devops
Cloud
Aws
I’ve been using AWS CodeBuild a lot in the past couple of weeks. I really like the elegant simplicity of it: take a buildspec.yml and a containerized build environment and...
modver
2019-10-23
Software engineering DevopsHere’s the versioning scheme I’ve used in my CI builds for many years:
Modular Product Code with the OPMC Model
2019-10-18
Software engineering
In this post I’d like to describe the approach to structuring product code that I’ve personally used since the early 2000’s and which I rolled out to the Orion Health...
URL File Gen in ytget.sh
2019-09-24
AutomationOften something will popup in YouTube’s omniscent algo that I like the look of and want to snapshot to watch later so I copy-paste the URL and throw it into...
Controlling a Three-Channel LED Strip with an ESP32
2019-08-18
Hardware
Iot
Today I put together my first circuit and code for driving a three-channel 5V RGB LED strip. This is part of a larger project to put a set of lighting...
Centralized Logging for Kubernetes with Elasticsearch
2019-08-15
Software engineering
Presentations
This evening I gave a presentation on building a centralized logging infrastructure for Kubernetes using Elasticsearch and Kibana at the meetup of the local Elasticsearch user group.
sitemap.xml Sitemaps in Jekyll
2019-05-31
WebdevAnother small thing I wanted to add to this revamped website built on Jekyll is sitemaps.org sitemap.xml support. I did this 13 years ago on the Pebble version of my...
Building a URL Shortener on Jekyll and S3
2019-05-24
Webdev
Cloud
Aws
For my blog and for my CV I have a number of shortened URL’s For example http://u.bren.cc/github points to my GitHub profile. Until now I’ve used a very nice open-source...