I was able to mark a couple more Friedkin Group projects as done this year since the Air Force Heritage Flight Foundation and Horsemen Flight Team websites have gone live.

These pages offer inline animated elements and are able to offer high quality images with the help of lazy loading techniques.

The Air Force Heritage Flight Foundation project was completed in December 2018, Horsemen Flight Team was completed in March 2019. The next Friedkin project is already under way!

Air Force Flight Foundation home page

Okay, so, considering how much I love this kind of development, it’s kind of embarrassing that I had no idea that it was a thing. Watching this talk by Chris Coyier is what made me aware of it. Since then I’ve taken every chance possible to ditch back end development and build websites using the JAMstack.

So far I’ve used static site generator Eleventy for a project at work. I also didn’t even realize that I was familiar with a great tool to push static websites live: Surge. Most recently I’m rebuilding my portfolio (this blog right here!!!) using Hexo.

If you’re interested in learning more about serverless web development, Power of Serverless is my go-to resource.

The Fusion Digital B2C team was tasked with completeley rebuilding the Goose Island Website and I was the lead developer. A very short timeline that spanned the holidays made this project especially challenging but also a lot of fun.

The design on this website features lots of tasteful negative space, large graphics, and a theme-changing Easter egg.

This project was completed mid January 2019.

Goose Island 2019 beers page

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment