MurtuzaWhy I love MarkdownMarkdown is one of those languages to which I was introduced when I started using github for hosting my projects. The famous file got me…Mar 8, 2023Mar 8, 2023
MurtuzaCreating Git Hooks Using HuskyHooks in git are nothing but some code which can be executed at specific points during git execution process.Oct 9, 2022Oct 9, 2022
MurtuzaSetting Background Color of Body Dynamically in ReactIn a single page application, you only have one body element and although you can specify the background color of body in a global…Sep 3, 2022Sep 3, 2022
MurtuzaMinify JavaScript Using TerserTerser is a javascript compressor and mangler supporting ES6+ specification. In this tutorial, you will get to know how to use terser to…Aug 8, 2022Aug 8, 2022
MurtuzaDeploying React App to NetlifyA react app is a single page application which means that there’s only one document i.e. index.html file which is updated using javascript…Jul 25, 2022Jul 25, 2022
MurtuzaAdding Custom Anchors to Headings in Markdown — EleventyAnchors are nothing but id attributes applied to an element to link to it using href attribute internally on the same page.Jul 11, 2022Jul 11, 2022
MurtuzaHow to vendor prefix and minify CSS?Writing CSS from scratch along with adding vendor prefixes can be a daunting task if done manually. Vendor prefixes can be easily added…Jul 1, 2022Jul 1, 2022
MurtuzaEleventy — Shortcode for Embedding CodepenDon’t know what eleventy is? Before you read further, check out this amazing series of articles by Tatiana Mac to know more about eleventy…Jun 7, 2022Jun 7, 2022
Murtuza5 VSCode Extensions You Must UseHere are the 5 most useful Visual Studio Code extensions to improve your workflow!May 27, 2022May 27, 2022
MurtuzaHow to create and deploy an Express.js app to Vercel?Vercel is a platform to host frontend applications and static sites but you can also host an express app using serverless functions.May 22, 2022May 22, 2022