Note: This is part of the “Composing Software” series on learning functional programming and compositional software techniques in… (more…)
Read more »
What Javascript keywords (function names, variables, etc) are reserved? (more…)
Read more »
Social Login buttons like the ubiquitous Login with Facebook/Google/Twitter/... button is convenient for users as they don't have to go through a lengthy registration process and create yet another username/password. And without a proper password manager ... (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 »
A simple sleep function in Javscript to halt the execution of Javascript for small period... (more…)
Read more »