A photo of Delba

Krunal Kanojiya

Software Engineer / Founder of TechAlgoSpotlight

I am a Software Engineer and Writer at TechAlgoSpotlight & DEV Community. I write about programming, software development, and tech. I am passionate about learning and sharing knowledge about software development.

Firebase V9 Firestore addDoc() and setDoc() Method Examples

Apr 17, 2023

There are two methods that we can use to add document data to the Firebase Version 9 Cloud... Tagged with firebase, database, nosql, tutorial.

How to create Tabs in ReactJs using Hooks ?

Jan 12, 2022

Tabs is very useful functionality for switching between two or more views. But sometimes we need add...