Skip to content
  Logo
    About        Blog        Projects

Blog Posts

Ionic React App Rate

Trigger the native app rate popup component in your Ionic React project

Continue reading »
Reading time: 2 Minutes
Published on Oct 5, 2022

Offline Notice Component In Ionic React

Let's see how we can build an offline notice component for Ionic using React which displays a component when the device is offline

Continue reading »
Reading time: 2 Minutes
Published on Oct 5, 2022

Adding newsletter component on Astro using Mailchimp 🗞️

If you are looking to create a newsletter component on astro, let's see how to can chieve this using Mailchimp

Continue reading »
Reading time: 2 Minutes
Published on Oct 4, 2022

Adding Canonical URL in NextJS 🌐

Canonical url is really important for seo, especially if you are publishing your content in multiple places. Following is how you can add canonical url in NextJs

Continue reading »
Reading time: 2 Minutes
Published on Oct 3, 2022

Setup Astro with React, Tailwind and MaterialUI 🚀

a guide to set up an astro project with React integrated, Tailwind for css and MaterialUI for pre-built components and Icons

Continue reading »
Reading time: 3 Minutes
Published on Oct 2, 2022

Type Declaration vs Type Assertions

Type Declaration and Type Assertion are two ways of providing type to a variable in typescript. Let’s see what is the difference between these two methods

Continue reading »
Reading time: 2 Minutes
Published on Sep 27, 2022

MongoDB Transactions

Yes, MongoDB has transaction capability, Let's see how we can use Transactions in MongoDB, before that lets see what exactly is a transaction

Continue reading »
Reading time: 5 Minutes
Published on Sep 25, 2022

Deploying Astro on Firebase

Astro is a frontend framework, famous for its high lighthouse scores because of its minimal Javascript after build. Let's see how to deploy astro in firebase.

Continue reading »
Reading time: 2 Minutes
Published on Sep 22, 2022

The only TsConfig you will ever need for backend 🙌

TsConfig is used to configure how typescript behaves in your project, lets see which is the most optimal way to configure it.

Continue reading »
Reading time: 2 Minutes
Published on Apr 3, 2022

Setup Testing for Typescript Using Jest

Jest is one of the prominent testing frameworks available. Following is how you can set up Jest easily.

Continue reading »
Reading time: 2 Minutes
Published on Apr 2, 2022
© 2023 Fire Golem. All rights reserved.