There are things that we tend not to notice since they are so obvious — or we just do not need to think about them. There are many such things in JavaScript, things that we do not need to worry about in our everyday work (unless you develop Babe... (more…)
Read more »
Just recently I had to write a feature for a library and its CLI to make sure that it doesn't generat... (more…)
Read more »
JSC.js is a JavaScript engine which can run on top of you browser’s JavaScript engine. It’s based on the default JavaScript engine (JavaScriptCore) of WebKit and compiled with emscripten. Therefore, if you’re using Safari, you can literally run its JavaSc... (more…)
Read more »
This blog post is a write up of a talk I’ve gave at Front Trends in Poland, May 2017. You can find the slides and video below, along with a full write up of the talk, if you’d rather read than watch. (more…)
Read more »
After writing the article Javascript classes: state management, I got a lot of input from Nige White (Kudos!) and went back to the drawing… (more…)
Read more »