After building Starpilot at the end of last year and using it for a little. I became pretty...
I've been using VScode profiles for a while, but I fee like my profiles are turnung into a mess. I...
How do you use your GitHub stars? I'd guess if you've been programming for a few years you've...
This is my github profile: DaveParr / DaveParr...
library(pokedex) library(tidyverse) library(tidymodels) library(showtext) font_add_google("Press...
Wild missingno appeared! Missingno is the patron Pokemon of data science. You’re just...
dev.to.ol is 0.0.1! DaveParr / dev.to.ol...
I made an electron app in 4 lines... nativefier "http://musicforprogramming.net/" -n...
Is the description also the excerpt? I was poking around in the dev.to api, and had my sta...
Motivation Serverless is a way to deploy code, without having to manage the infrastructure...
I'm working through Django for Beginners by William S. Vincent. Until now we've had some pretty...
I’ve made 3 very small features for my open source R package wrapping the dev.to API. ...
The language is called R. There a strong convention of the tag #rstats being used in social media su...
library(tidyverse) library(pokedex) Enter fullscreen mode Exit fullscreen mode ...
I seem to remember that there was a mechanism for my user to say per tag how interested they were on...
I am writing a wrapper in R for the dev.to API. One of the goals is to allow images that are generate...
So I have found a method to prevent posts with discuss, watercooler, help, etc. turning up in my Stac...
I'm working through Django for Beginners by William S. Vincent. Chapter 3 starts using templates and...
R packages are great. R users have a rich ecosystem of extensions to help us doing various things. We...
I’ve been working on an open source R package wrapping the dev.to API. After a bit of prototyping the...
I found this article on meetup alternatives interesting. I'm an organiser for Cardiff R Usergroup, an...
I'm working through Django for Beginners by William S. Vincent. Chapter 4 starts using a database to...
I'm working through Django for Beginners by William S. Vincent. The second chapter gets us into...
I'm working through Django for Beginners by William S. Vincent. The first part is about setting up...
After discovering this post and this post, I decided to use this tooling to get a very simple job...
I’ve spent a little time fleshing out my open source R package to post from .Rmd straight to...
I'm continuing to work on dev.to.ol. Some of the future work is sort of clear to me, but I'm still mi...
I’ve started making an R package called dev.to.ol. Dev.to has an api which is in beta, which I’m...
TidyTusdays are a weekly R Community event where people learn about RStats by practising with a...
I know we have blogdown and distill, which are great for hosting whole sites. We also have the github...