Thoughts on Self Service in Engineering Teams
January 8, 2025. Balancing autonomy and support is key to empowering engineers and avoiding dependency.
Category: Informal
Docker On Windows Real Quick
June 23, 2016. I know there's like a million other Docker tutorials out there at this point so I'm gonna keep this as short as possible. Here's how you get Docker running on Windows.
Category: Tutorial
An Exercize in JavaScript Animations
May 21, 2016. Here's another fun exercise/tutorial in JavaScript animations. Using JavaScript and jQuery, we can create a grid of colored tiles that appear, move and dissappear at random intervals. It makes for a pretty neat little visualizer.
Category: Javascript Jquery Tutorial
Xen fsck'd My Grub!
May 19, 2016. A great way to level up your progamming abilities is by completely breaking your system, then instead of wiping it and starting fresh, figure out exactly what went wrong and revert it back to its previous state. If you can't do that, then at least...
Category: Virtualization Troubleshooting Xen Linux
System Font Size in Headless CentOS 7
May 15, 2016. I have a laptop running a headless version of CentOS 7 for hypothetical reasons. I want to change the font size to be easier for my girlfriends daughter to learn programming on. Here's how I did it.
Category: Tutorial Linux Centos
Backgrounds with Changing Colors
May 12, 2016. How do you make a smooth color changing background? Here's a fairly straightforward way I thought of using jQuery.
Category: Tutorial Javascript Ui Jquery
Konstantin's Private Minecraft Server
October 13, 2015. I made a Minecraft server. Wanna play? Here's how.
Category: Minecraft
Lets Learn Some Python
July 4, 2015. A quickstart guide and reference to some basic Python
Category: Quickstart
Getting Started with Ruby on CentOS 6.5
July 3, 2015. A quickstart guide to getting Ruby up and running on your CentOS 6.5 box.
Category: Quickstart