lorefnon.codesPairing lit-html with stimulusAfter recent announcement of Hotwire I started looking at the basecamp frontend stack closely. While I see the appeal of Turbo & Strada in the context of server-rendered applications, stimulus stands out in that it can be quite useful in a much wider...Dec 30, 2020·14 min read
lorefnon.codesExploring HAR (HTTP Archive) logs with jqJq is a versatile utility for quickly exploring/filtering/transforming JSON on the command line. It is similar to grep/sed/awk utilities in that it is standalone, portable and composable. If you are not familiar with basics of jq yet, I recommend ski...Nov 27, 2020·11 min read
lorefnon.codesUsing comlink with typescript and worker-loaderworker-loader and comlink are two solution which make web-workers a joy to use. This short post summarizes how to make them play well with each other in a typescript codebase. What is comlink ? Comlink is a Google project that implements a proxy bas...Mar 24, 2019