#javascript
Read more stories on Hashnode
Articles with this tag
Dealing with fonts can get quite overwhelming. For quite some time, I was searching for a way to self-host google fonts because the google fonts API's...
Hooks in git are nothing but some code which can be executed at specific points during git execution process · Hooks in git are nothing but some code...
This workaround isn't limited to background-color property. · In a single-page application, you only have one body element, and although you can specify...
Terser is a javascript compressor and mangler supporting ES6+ specification. In this tutorial, you will get to know how to use terser to...
From an existing git repository · A react app is a single page application which means that there's only one document i.e. index.html file which is...
Using 'markdown-it-anchors' and 'markdown-it-attrs' plugins · Anchors are nothing but id attributes applied to an element to link to it using href...