In this tutorial we're going to see how to create an Infinite Scrolling effect using JavaScript. Source Code: https://codepen.io/FlorinPop17/pen/RwwvKYJ Load... (more…)
Read more »
I didn't much care for vanilla JavaScript prior to ES6. Through all of the 2000s, I chased different approaches to avoid writing too much of it. First there was RJS (Ruby-to-JavaScript). Then there was CoffeeScript. Both transpiling approaches that turned... (more…)
Read more »
I recently published an article titled “What to Pay JavaScript Developers in 2020”, with lots of stats about developer salaries and… (more…)
Read more »
I am surprised that JS community has taken at ease the dependencies. Of course I am talking about npm. Most libraries that depend some how on Bower or Gulp or something relevant they suggest you the following: npm install -g bower bower install I don'...
Read more »