Implementing a (univariate) linear regression with gradient descent, cost function and hypothesis in JavaScript ... (more…)
Read more »
I started working with Angular 2 a little while back and was sad to learn that my favorite all-time service, $log, wasn’t part of the…...
Read more »
A closure is the combination of a function bundled together (enclosed) with references to its surrounding state (the lexical environment). In other words, a closure gives you access to an outer function’s scope from an inner function. In JavaScript, closu... (more…)
Read more »
If 2016 was the year of JavaScript fatigue then 2017 was most certainly the year of convergence. Most JavaScript frameworks have converged towards using similar tooling and concepts. (more…)
Read more »
http://traffic.libsyn.com/sedaily/StateofJavascript.mp3Podcast: Play in new window | Download JavaScript is moving so fast. It’s not easy to keep up with all of the frameworks, build tools, and packages. No other language spans frontend to backend, mobile... (more…)
Read more »