Back to Basics: Pushing your JavaScript Performance to the Max

Javascript was not invented as a language for performance sake. However, due to the sheer amount of apps that are being built on node.js, it is impossible that none of them suffer from this performance problems, even with databse indexing, redis caching, etc. A few fixes have been proposed to reduce unnecessary operations, such asContinue reading “Back to Basics: Pushing your JavaScript Performance to the Max”

My Problem with Lodash

Previously published on Medium Lodash has been hailed as an essential library for JavaScript, with good reason. It is a library that provides plenty of functions, some more intuitive than others, that make the job of a developer much easier. However, an over-reliance on lodash can come with costs of efficiency, as well as readabilityContinue reading “My Problem with Lodash”