2021
2019
- Installing nodejs on a Raspberry Pi ZeroI recently switched one of my projects from a Raspberry Pi 3 over to a Raspberry Pi Zero. Since they both run _very_ similar hardware, I was able to just pop out the sdcard from the Rpi 3 and just insert it into the zero and voilà everything just worked.. or so I thought.
- Ramda - Anki Study DeckMy go-to utility function library is Ramda.js. The docs have a permanent spot in my browser tab list for quick reference. In order to reduce frequent context switching, I've decided to created a Ramda study deck for Anki.
2016
2014
2013
2012
- My 2013 Frontend Web Development WorkflowI've refined my frontend development workflow over the last year and learned a few new languages along the way. The list below is a breif guide to all of the software and languages that I now use on a daily basis.
- Chaining in Underscore.jsThe Underscore library gives you a choice of programming style: functional VS. chaining. Under the right circumstances, I think chaining can lead to more readable code.