Display, filter and export geographical data in a Django app with Leaflet, Mapbox, DataTables, Bootstrap 4 and Travis-CI
Last updated February 19, 2018
Reading 13F SEC filings with python
How to read SEC filing data with Python
Last updated January 30, 2018
How to do simple SQL tasks with MariaDB
In this article I'll look at another interview takehome assignment. This assignment included SQL, python and some logic puzzles. If you read to the end I'll share a fun "trick question" that was also included.
Last updated January 28, 2018
Finding the best poker hand in five-card draw with python
Last updated January 2, 2018
Getting started with Python's Twisted Framework
Last updated December 22, 2017
Setting up a Flask project with Flask CLI and Docker
Last updated December 9, 2017
Reflecting on my web-app development process after reading The Twelve-Factor App
Last updated December 3, 2017
Analysis of AUR and Official Arch Repository data
Arch Linux provides packages through the official Arch Linux repositories and the Arch User Repository (AUR). I recently gathered data on ~50,000 packages from these repositories on archlinux.org to better understand the makeup of the packages. In this article I will share some visualizations I made as well as some key takeaways about the data set I gathered.
Last updated December 2, 2017
Removing root partition bloat caused by docker
Recently I've been having storage issues in the root partitions of both my desktop and laptop computers. These issues came up soon after I started playing around with docker. In this article I'll talk briefly about how I fixed this problem, the resources and tools I picked up along the way, and anything else I have learned along the way.
Last updated November 28, 2017
Using Tensorflow and Tensorboard with Docker
In my last article we set up Tensorflow with Docker. Next I want to try to get Tensorboard running.
Last updated November 20, 2017