It has come to my attention this article is the first some people are hearing of SolidJS. If you want... (more…)
Read more »
All top programming languages have proved their positions and “decided” on the niches of their use.
However, it is important for every… (more…)
Read more »
JavaScript IDEs with Node.js and TypeScript support are better than ever with IntelliJ, VSCode, Atom, and Sublime Text 3 being the top IDEs I'm reviewing in 2020. (more…)
Read more »
This is a mildly edited transcript of my JSConf Australia talk. Watch the whole talk on YouTube. A sequel to this post is available over… (more…)
Read more »
One of my favorite new features of JavaScript and TypeScript is explicit resource management. It brings new syntax, using foobar = ..., that enables RAII, reducing boilerplate when managing the lifecycle of various resources. (more…)
Read more »