Talia's Blog

Blog Posts

Making the case for Skooma

htmljavascripttemplatingmetaprogrammingwebdevIn 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.

Type-Writer Component: Magic and Asynchronicity

javascripthtmlwebdevasyncmetaprogrammingA 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.