Articles about

side note

Running Node.js as a Service

April 28th, 2016 — It is no secret that making sure that you data is flowing is biggest concern for reliable statistics (and pretty pictures). Fortunately systemd now available on all popular Linux distributions so we do not have to write much.

Setup RaspberryPi with Aeotec Z-Stick

March 3rd, 2016 — Now that we have Raspberry Pi 2 Model B, Aeotec Z-Stick and Aeotec Z-Wave Home Energy Meters it is time to get the talking to each other. Pairing Aeotec Z-Stick and Aeotec Z-Wave Home Energy Meters is a no-brainer, just follow instructions in the box. Getting RaspberryPi effectively communicating to Aeotec Z-Stick is a bit less trivial.

Request Rate Limiting in Lumen 5.2

February 29th, 2016 — If you look at Laravel 5.2, you'll find that it has Middleware called "throttle". This particular middleware is capable of limiting requests and works using internal cache system.

RaspberryPi Energy Meter

February 20th, 2016 — Have you ever wonder how much electricity is consumed by devices in your house and what are the patters of use? Or pehaps you have and EV car in garage that does not really tell you how much charge it takes? If you said yes to either one follow along.

AngularJS Experiment

July 11th, 2014 — Running static website means you have find different ways to make it faster. Fortunately there are ton of JS libraries that can help.

Moving to Github Pages

July 7th, 2014 — Hosting, managing, updaing... Who has time for this? Good thing great folks from github made sites avaialbele to everyone.

I’m Certified Certified Scrum Master!

December 9th, 2011 — Took a short course back in September and now I'm Certified Certified Scrum Master.

From Sculpin to Statamic: Breathing New Life into My Blog

June 7th, 2025 — Sculpin’s ecosystem has slowed to a crawl, and I still want an easy way to publish the occasional post. Statamic gives me an actively maintained, Laravel-powered toolkit that still feels like a static site generator when I need it to.

Deploy Statamic Static Site Using GitHub Actions

June 8th, 2025 — I recently set up a new Statamic site using the Cool Writings starter kit (statamic/starter-kit-cool-writings). The official documentation walks you through local development and static site generation (SSG), but it doesn’t cover how to deploy to GitHub Pages. Here’s how to do that using GitHub Actions.