Blog
Writing on what I've learned about web development.
I've learned to do a lot regarding web development. Check out my adventure below.
Jul 2026
How I Reduced the Cost of Running a 24/7 EC2 Web Server
Reducing the cost of an EC2 instance by measuring performance and removing unnecessary compute.
AWS
Apr 2022
Twitch Chat TTS
I decided to create a web page that parses a specific channel's twitch chat, and then reads it out loud.
Integrations
Mar 2021
Installing a Minecraft Server on AWS and Automating Processes - Windows Server
How to install a minecraft server on a windows AMI and automate tasks.
AWS
Mar 2021
AWS Route 53 - Update DNS On Windows Instance Launch
In this post, we'll go over a powershell script that runs at launch of your windows EC2 instance. This script automatically assigns an A record to your domain t
AWS
Mar 2021
Wordpress - Custom Video Post Type with PHP
How to create a custom Video content type in Wordpress.
PHP
Mar 2021
EC2 and Automatic Scripts at Launch - Windows AMIs
Passing user data to Windows Server AMI's to automate tasks on startup.
AWS
Mar 2021
Equipment QR Code Generator with PHP
Creating a PHP based equipment barcode generator.
PHP
Mar 2021
EC2 and Automatic Scripts at Launch - Amazon Linux AMIs
Passing user data to Amazon Linux AMI's to automate tasks on startup.
AWS
Jun 2018
Scheduling a pre-recorded video file to an RTMP server as if it were live
How to schedule a video file to play out via ffmpeg at a certain time to a live streaming service.
Multimedia