Over the last couple of months I’ve had a little exposure to hardware hacking and wearables after lending some of my exceptionally rusty 1990s-era C to Jo’s excellent Christmas Jumper project. (more…)
Read more »
Static code analysis is code review performed by a computer. It helps find & fix code quality issues and streamlines manual review. Here’s how to set it up. (more…)
Read more »
Hello, I’m humble developer who works with a lot of JavaScript frameworks, libraries, modules, addons, plugins, browsers, preprocessors… (more…)
Read more »
Learning modern JavaScript is tough if you haven’t been there since the beginning. (more…)
Read more »
◾ `var` is now the weakest signal available when you define a variable in JavaScript. The variable may or may not be reassigned, and the variable may or may not be used for an entire function. ◾ I… (more…)
Read more »