Let's see some new JavaScript features coming in ES2020 or ECMAScript 2020 or ES11 standard. ES2020 brings tons of sweet improvements. What's New in JavaScript ES2020? (more…)
Read more »
Since launching Cushion a couple years ago, we’ve been using AngularJS (1.x) as our front-end framework. If you’re curious how we ended up with Angular, I wrote about the decision (keep in mind this was 2014). I came from an MVCS background, so Angular re... (more…)
Read more »
Following up on my latest blog post on the truth about traditional JavaScript benchmarkshere are a couple of comments I’d like to address. First of all, I’m ...
Read more »
An object in JavaScript is a collection of key-value pairs. Each key-value pair is called as a property. A property can be a function, an array, an object itself or any primitive data type i.e… (more…)
Read more »
The Stanford Javascript Crypto Library
(hosted here
on GitHub) is a project by the Stanford Computer Security Lab to
build a secure, powerful, fast, small, easy-to-use, cross-browser
library for cryptography in Javascript. (more…)
Read more »