6 followers
Hi 👋 I am Shubham Verma, a Frontend Developer from India.
Subscribe to my newsletter and never miss my upcoming articles
For the curious ones: Live Demo : https://tweeter-eight.vercel.app GitHub Repo : https://github.com/ShubhamVerma1811/Tweeter Table of Content Table of Content Tech Stack Reason for choosing this Tech Stack NextJS TailwindCSS Firebase Problems ...
Protecting Routes from unauthenticated users is a crucial part of any app. In this blog, I'll show you exactly how to do that with your NextJS pages using Higher-Order Components. [1] There can be several ways of authenticating a user like using co...
Data Types are important concepts in any language. They define the type of data a variable can hold. In JavaScript, we have various data types like: Number String Boolean Arrays Object null undefined The typeof() function can be used to see the ...
Let's start with Variables. A Variable is a container that can hold a certain value, like in Maths we have variable x=2 or x+y=2 where x and y are variables that can hold a number. In JS, we define a variable using var keyword. var a = 2; // here "a"...
What is JavaScript? JavaScript is a programming language designed for the web. How is JavaScript used? JavaScript is used to manipulate HTML and CSS. It can also calculate, manipulate and validate data. What is the difference between JavaScript...
Hey there! 👋 I am Shubham Verma, a Frontend Developer from India. This is my first step into the world of blogging. The reason I wanted to get into blogging is that I am studying Computer Science at my college. And there are a lot of my friends who ...