My attempt to modernise some learnings from CSS architecture and how to apply them in the context of modern JavaScript applications. (more…)
Read more »
idiomatic.js - Principles of Writing Consistent, Idiomatic JavaScript... (more…)
Read more »
Rails has been unapologetically full stack since the beginning. We've continuously sought to include ever-more default answers to all the major infrastructure questions posed by modern web development. From talking to a database, to sending and receiving ... (more…)
Read more »
Introduction
No one would like to work with the code having one gigantic JavaScript file with many unrelated functions. Moreover, when you need to use few of the functions from that file, you end up loading all the others unnecessarily. AMD was a g... (more…)
Read more »