AppAuth-JS - JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers. (more…)
Read more »
🎲 An efficient implementation of a probabilistic Context Free Grammar parser in Javascript - digitalheir/probabilistic-earley-parser-javascript... (more…)
Read more »
What it can't do? Well, I was talking about jQuery. It is a tremendous library. CSS wasn't able to create complex animations at some point, and then jQuery appeared to help it out. jQuery created a wrapper method, called animate(). It can apply custom ani... (more…)
Read more »
BigInts make it easy to pass 64-bit integers between JavaScript and WebAssembly. This post explains what that means and why it’s useful, which includes making things simpler for developers, letting code run more quickly, and also speeding up build times. (more…)
Read more »
When I started learning JavaScript, one of the topics that confused me at the beginning was understanding the difference between value and reference. In this post, I’ll guide you through examples with pictures how copy by value and reference work in JavaS... (more…)
Read more »