Ryan McKay Against Entropy

about me

DuckDB vs. Bespoke Python

I recently encountered an interview problem that involved answering various analytical questions over some number of delimited data files. It mentioned running on a laptop, and asked the interviewee to consider scalability in terms of data volume and extensibility in terms of answering new questions. Like many interview problems, the …

written in duckdb, python Read on →

Pelican Static Site Generator

I'm migrating my blogs on various sites (primarily blogspot) to github pages. I like specifying the content in markdown and having revision control.

The default static site generator on github pages is Jekyll, which is written in Ruby. I tried it out briefly, but decided to go for a generator …

written in python, ssg, pelican Read on →

Essential Reading/Watching for Software Engineers

I've been really fortunate through the years to be surrounded by people who are dedicated to continuous learning and improvement.  A few years ago, I put together a reading list as part of an engineering department reboot.  I updated it late last year.  I have rough reading/discussion times for some of it.

written Read on →

Docker Java Example Part 5: Kubernetes

Now that I've got my project getting packaged up in a docker image, the next step in this POC is to look at platforms for running docker. The only PaaS that I am familiar with now is Pivotal Cloud Foundry, which we used at my last job to deploy Spring Boot executable jars. PCF was working on a docker story, not sure how far that got. It looks like they are pretty bought into Kubernetes these days.

written in docker, kubernetes Read on →