Blog

Nativefier is bonkers

I made an electron app in 4 lines... nativefier "http://musicforprogramming.net/" -n "musicforprogr...

[npm electron music app]

Why use AWS Lambda for Data Science?

Motivation Serverless is a way to deploy code, without having to manage the infrastructure...

[python datascience serverless aws]

Writing R packages, fast

R packages are great. R users have a rich ecosystem of extensions to help us doing various things. We...

[rstats packages tools]

Building my first Django project

I'm working through Django for Beginners by William S. Vincent. The second chapter gets us into devel...

[python django]

Setting up a Django dev environment

I'm working through Django for Beginners by William S. Vincent. The first part is about setting up yo...

[python django git pipenv]

Posting from .Rmd to dev.to

I’ve started making an R package called dev.to.ol. Dev.to has an api which is in beta, which I’m usin...

[Rstats projectbenatar showdev markdown]

Tidy Tuesday and space to learn

TidyTusdays are a weekly R Community event where people learn about RStats by practising with a diffe...

[RStats tidyverse tidytuesday]

Pocket Monster BMI

library(pokedex) library(tidyverse) library(knitr) How big is a Pocket Monster? Pokemo...

[Rstats tidyverse pokemon functional]

Introducing the Pokedex package!

I made an R data package to make Pokemon data more usable in R! library(pokedex) library(tidyverse)...

[R Pokemon tidyverse RStats]