Talia's Blog

Blog Posts

Making the case for Skooma

In this short post I present a simple personal library I wrote for myself to handle HTML generation in JavaScript, compare it to many of its alternatives, and evaluate whether it was worth the time investment of not just picking an existing library.

htmljavascripttemplatingmetaprogrammingwebdev

Type-Writer Component: Magic and Asynchronicity

A detailed description of the development process of an HTML TypeWriter element in plain JavaScript using the custom-element API, meta-programming and some recursion magic.

javascripthtmlwebdevasyncmetaprogramming