What information should be included in the README of a NPM package? You should include: a simple description of what the package doesa way to install ita way to import itusage examplesupported browsers ...
How to Create Blurred Background in CSS Have you ever noticed on some websites, that the background of a page is blurred and the background of an element, be it header for example changes a...
How to create a favicon for dark mode Yeah, finally such idea came up to our minds, that it would be beneficial for our website to have a favicon that can be used in the two browser theme...
How to update a NPM package You do it very simply, just like so: make changes in your code, git commit and git push themup version of the npm package npm version major, npm v...
How to transform ES6 to ES5 in your NPM package. Here's how to do it: install babel npm install --save-dev @babel/cli @babel/core @babel/preset-envjust run a command babel src /index.js -d dist ...
What’s new in ES2019 (ES10) Hey folks! 👋 Every once in a while (once a year to be precise) we're given an opportunity to experience a thrill from what's new in JavaScript w...
What’s new in ES2018 (ES9) Hello JavaScripters! 👋 A new JavaScript version is here packed with a bunch of new features and updates, let's get down to it, shall we! Photo...
What’s new in ES2017 (ES8) Hey guys! 👋 A year passed and JavaScript team announced just another version of our favourite language, this time called ES2017 or ES8. It is ...
What’s new in ES2016 (ES7) It's been a year since JavaScript started a faster release cycle of the new versions and now we've been presented with this brand new version called ...
What’s new in ES2015 (ES6) I could not been more happy when I heard ES6 will be officially launched. This new version of JavaScript brings a bunch of new String, Array or Obje...