8 followers
Full Stack Developer & Content Creator
Markdown is one of those languages to which I was introduced when I started using github for hosting my projects. The famous README.md file got me...
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...