Photo by Martin Adams on Unsplash My latest two blog posts were about implementing a small, lightweight iteration library in JavaScript. The first post described how such a library can be implemented for every iterable collection, and the second post took... (more…)
Read more »
Previously, I’ve talked about how to write a babel transformation, and I went one step deeper into Babel, by showing how you can create a custom JavaScript syntax, I demonstrated how Babel parses your code into AST, transforms it and generates back into c... (more…)
Read more »
It is unarguable how ready to use components can boost the application development. If you are creating an ambitious web application, you… (more…)
Read more »
Javascript is not a reactive language, but there are advantages to being able to express ourselves reactively. Reactive programming can be useful in describing complicated UIs, and data visualizations. (more…)
Read more »
In the 25 years since JavaScript was first added to
Netscape Navigator, the
language has evolved from a cute little toy to an integral part of the Internet.
JavaScript frameworks such as React and Vue.js have transformed the web,
bringing us fully-fledged... (more…)
Read more »