Designing a board game insert for Anachrony Essential Edition
I created an insert for the board game Anachrony and want to talk about what that process looked like and the lessons I learned
more ...I created an insert for the board game Anachrony and want to talk about what that process looked like and the lessons I learned
more ...Recently I wanted to created a scheduled Lambda event that would send a message to an SQS queue. I ended up using Cloudwatch to trigger a Python based Lambda event that would make a call to the appropriate queue.
This process was pretty easy to set up and required configuration …
more ...On February first I deployed https://remote-first.com, the first project I've ever released that has a paid component. I feel as though a retrospective to review and document the process and creation of the app will be beneficial for myself, and may benefit others.
To begin the idea at …
more ...Late last week I was investigating some Docker deployment components and how I could integrate them with Salt. Looking on the internet I found a lot of tutorials that talked about different components, but couldn't find anything that included an actual working project that showed how all the components fit …
more ...I decided to play around with Powerline some more after a talk by Corey Quinn at this year's SeaGL conference in Seattle. I quickly learned that setting this up is a real pain in the ass. This is primarily because the documentation is not very good, and the documentation for …
more ...Recently I've been asked a few times about the status of the Salt book that I am writing. People seem pretty eager to get their hands on it, but I've been quite slow to actually write the book. There are multiple reasons for this but primarily it boils down to …
more ...A few weeks ago I wanted to create a script that would automatically download the latest Java RPM from Oracle's site, and update a YUM repository so I wasn't constantly doing it manually.
When I wrote the script there were a few key points it had to hit:
I'll be discussing the setup of the blog with this initial post, the main focus will be on the usage of SaltStack.
Our setup is going to consist of the following:
One Ubuntu droplet from DigitalOcean, or your favorite VPS provider.
Our static blog (Pelican) running through nginx and a …
more ...