Type something to search...

Blog Posts

Using Makefiles, SOPS, and virtualenv Together for Elegant Python Environments

Using Makefiles, SOPS, and virtualenv Together for Elegant Python Environments

I've been managing my secrets with sops ever since I looked into the subject last month, and I've been using Makefiles to handle bringing up my docker environments as they provide a nice way to not

read more
Web Application Boilerplate

Web Application Boilerplate

I've been tinkering with a number of projects and along the way I've come up with what I think is a solid starting point for any web application that you might build. Understanding that your applicat

read more
Secrets Management DevOps Tools and More

Secrets Management DevOps Tools and More

These tools provide a means of securely storing secrets (encryption keys, passwords, all that good stuff that you want to make available to your production systems, but you must protect from exposure)

read more
Another AstroJS Administration Tutorial

Another AstroJS Administration Tutorial

astro administration part 1 This tutorial should serve as a companion to the one here [Operation of a Blog Built with AstroJS Static Site Generator](https://newliteracy.online/posts/basic-operatio

read more
Browser extensions and enhancements

Browser extensions and enhancements

1.Single File: Store copies of webpages including all assets as a single html file: Firefox [Chrome](https://chromewebstore.google.co

read more
CLI pager commands - more, less, and most

CLI pager commands - more, less, and most

These PAGER commands allow you to navigate through file and data stream content with a variety of useful commands. If you need to manually visually navigate through a lot of text or data, you'll f

read more