If you’re new to the concept of Javascript modules you might be forgiven for thinking that nothing makes sense and the world is mad. You hear about browserify, webpack, rollup, gulp, requirejs, systemjs, jspm, amd, commonjs, npm, bower and it must all s...
Read more »
I’ve only been a full time web developer for the past 5 years. It’s barely enough time to start calling myself a “senior” Software Engineer. In that short period of time the… (more…)
Read more »
A module is a function or group of similar functions. They are grouped together within a file and contain the code to execute a specific task when called into a larger application. You create modules to better organize and structure your codebase. You can... (more…)
Read more »
A simple expression parser and evaluator for JavaScript - justinfagnani/jexpr... (more…)
Read more »
Oh sure, there are plenty of flaws in those packages though not even one in ten are anything to worry about... (more…)
Read more »