Here’s the list of “Top 10 JavaScript errors from 1000+ projects (and how to avoid them)“. The list is not surprising at all, but still serves as a good reminder on how write better code in JavaScript.
Tag: JavaScript
Quasar Framework
Quasar Framework looks like a good starting point for the new websites, web and mobile applications. It’s powered by Vue.js and helps developers to bootstrap their applications.
Top 10: Best Tour (website guide) Javascript and jQuery plugins
As I always, I was just looking for one, but found a whole top 10 … Top 10: Best Tour (website guide) Javascript and jQuery plugins. Any other recommendations or comments?
micron.js – a micro-interaction CSS/JavaScript library
a [μ] microInteraction library built with CSS Animations and controlled by JavaScript Power
It won’t change your life, but it will help with adding a little human touch to your web application.
JSON Server
JSON Server is a handy tool for anybody working with or developing the REST/JSON APIs. It’s a ready-made “fake” API server, that is super easy to setup with your end points and your data. And the best part – it’s not just read-only. You can work with POST, PUT, PATCH, and DELETE requests too and the JSON Server will properly update your pre-configured data in the JSON files.