20th of August, 2019
Mithril.js is a JavaScript framework for creating client-side frontend apps or SPAs, and it’s incredible for its size. I always wanted to try it out because what I read about it was very appealing. The time has come.
Read more
11th of August, 2019
Being lazy to copy-paste data all the time, I spent a few hours to create a very simple model generator with Eleventy. Here are some details about the process.
Read more
8th of August, 2019
A bunch of Chrome extensions that I use regularly for various web development purposes.
Read more
24th of July, 2019
In need of a pure JavaScript search-as-you type utility that can be applied on existing DOM elements? The search is over.
Read more
23rd of July, 2019
On a few static sites I got pretty nice GTmetrix speed scores, and I looked into how to push them up to 100. Not just the main score indicators (PageSpeed and YSlow) but all of their sub-scores.
Read more
18th of July, 2019
There were some sites that I planned to rewrite as static, and this time my blog was the next in the queue. Here are some details on the process.
Read more
26th of February, 2019
There’s often a need to set a submit button state to disabled to avoid double submit or to indicate that something’s happening. Mostly it’s done with JavaScript but in some simple cases I would prefer a more lightweight and easy-to-add solution. Here is a way to fake it with CSS.
Read more
19th of November, 2018
You can reduce the time needed for creating large HTML files a lot by using Eleventy with a JSON data source.
Read more