Using Rollup.JS to create JS modules and libraries is easy, it can easily output AMD, CJS, ES, IIFE and UMD JS formats with minimal configuration. Its plugin structure really nice too, you should find nearly anything you need here. This blog will focus on… Read more
Similar
JSXGraph is a cross-browser JavaScript library for interactive geometry,
function plotting, charting, and data visualization in the web browser.
(more…)
Read more »
Handlebars allows to build semantic templates. Handlebars is largely compatible with Mustache templates. In most cases it is possible to swap out Mustache with Handlebars and continue using your… (more…)
Read more »
Recently, I worked on a task of adding a time zone feature to the JavaScript calendar library managed by my team. I pretty well knew that… (more…)
Read more »
There were not as many updates this week. Everyone is enjoying the summer 🌤. As promised, I’m exploring GraphQL as my go-to API platform… (more…)
Read more »
In this series of articles we will go through a soft introduction to functional programming in JavaScript. (more…)
Read more »