Nerd Blog

Just another blog about random things I enjoy, mostly programming and gaming. This site was converted to Jekyll in about March of 2017 so I can play with a lot of fun new toys. It runs much faster than using Wordpress, and it is statically generated by Jekyll. So what I do is I can write the post in markdown, push it to Git (I use TFS Git at the moment for this project). This triggers an automatic build in TFS that will build using Jekyll using 2 different configurations, one for dev and one for prod. These are then published to artifacts. At that time a release is automatically triggered and deployed to dev. Once deployed, the release waits for approval and then it will deploy to prod. All this is done using scripts to then push to Amazon S3 while also expiring and pushing new pages to the Cloudfront caching. That is one of the reasons this site is so fast. Wow, I really haven't been keeping up with this site. Sorry folks! Been really busy with work and all.

Recent posts

Welcome to Jekyll!

less than 1 minute read

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different wa...

Enabling CORS with WebAPI

less than 1 minute read

One common problem with WebAPI is when you have cross domain requests coming in and the browser will reject the request since the server does not send the ap...

Mirror your Kindle Fire to your SmartTV

1 minute read

Mirroring allows you to send your screen and audio to the TV. We have used this for a few reasons. Sometimes my kids like to watch me play a few games so we ...