Sep 21, 2020
Designing a RESTful Fantasy Football Stats API with Swagger and OpenAPI
Fantasy football statistics can be fun to look up, compare and contrast, and share with friends. It can also be fun designing a RESTful API for accessing all of this data using Swagger and the OpenAPI Specification.
Jul 5, 2020
Code Review Quick Wins
I came across Google's official Standards of Code Review documentation and was inspired to write down some thoughts regarding a few simple things I always look for when doing code reviews. The techniques covered in this post should all result in quick, easy wins for your code base if applied when conducting your own code reviews.
Jun 10, 2020
Loading Seasonal Football Stats Into Sqlite3 with Python
Scraping football statistics is fun, but what good are these statistics if they are not persisted for later use? Let's scrape some seasonal football stats, and store them in a relational database!
May 11, 2020
Scraping Football Stats with Python
I love stats, I love all sorts of games, and Fantasy Football is the perfect amalgamation of a game with statistics. Let's scrape the web for some of our favorite player's stats using Python, requests, and BeautifulSoup!
Feb 16, 2020
Hosting Your Jekyll Site on NearlyFreeSpeech.NET
This site uses Jekyll, a simple, blog-aware, static site generator written in Ruby. I use the very inexpensive hosting provider, NearlyFreeSpeech.NET. If you're looking for a similar setup hosted on NearlyFreeSpeech.NET then this post is for you!
Feb 9, 2020
Hello World!
Welcome to my new site's first post! Let's talk Python, reflect on game development, and learn together.