freecodecamp.orgLess Common HTML Tags You Should Know – With Example CodeThere are only so many HTML tags that people typically use when building websites. But as there are over 100+ HTML elements, I wondered if there were any more beginner-friendly tags that I didn't know about – and that others might find useful, too. ...Jan 29, 2024·7 min read
blog.reactplay.ioUsing Fontsource With 11tyDealing 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 network request increased the render-blocking time more than I expected. I stumbled upon fontsource...Oct 6, 2023·4 min read
murtuza.hashnode.devWhy I love MarkdownMarkdown 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 into using markdown. That was my first encounter with markdown and since then, I never looked back. Her...Mar 26, 2023·4 min read
murtuza.hashnode.devUsing Fontsource With 11tyDealing 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 network request increased the render-blocking time more than I expected. I stumbled upon fontsource...Dec 18, 2022·4 min read
blog.reactplay.ioCreating Git Hooks Using HuskyHooks in git are nothing but some code that can be executed at specific points during the git execution process. They are used to verify everything is as expected before or after executing a git command or action. Some common applications include for...Oct 23, 2022·2 min read