This concepts are very used nowadays on functional programing, but because of the heavy mathematical background, sometimes it may be confusing to understand all the definitions. In this post I’ll try… (more…)
Read more »
This month, with the help of jsDelivr, we reached a milestone 1 billion downloads (that’s 26TB!) across all of our libraries. Since we now know how to deliver that many JavaScript libraries in a fast, robust and stable way, we thought we'd share our exper... (more…)
Read more »
This is post # 24 of the series, dedicated to exploring JavaScript and its building components. In the process of identifying and… (more…)
Read more »
A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically. - automerge/automerge... (more…)
Read more »
If you write server-side JavaScript, chances are you’ve need to read information from environment variables. It’s considered a best practice to share sensitive information, such as access tokens, inside of environment variables to... (more…)
Read more »