Gautam Vaja

Gautam Vaja @mvaja13

About: Learner | Reader | Developer

Location:
Mumbai, India
Joined:
Jan 24, 2024

Gautam Vaja
articles - 45 total

Using Mixins in Sass

If you’re someone who’s delving deeper into the world of front-end development, chances are you’ve...

Learn More 5 0Oct 17 '24

Using Three Js React

In today’s world, creating engaging web experiences is becoming more important than ever, and 3D...

Learn More 15 2Oct 12 '24

Explore bootstrap 5 components

Bootstrap 5, one of the most popular front-end frameworks, brings a range of useful components and...

Learn More 18 3Sep 30 '24

React Fragments: A Complete Guide

Meet Bob, a front-end developer at a startup. Bob is building a complex user interface using React,...

Learn More 6 0Sep 16 '24

FlutterFlow Templates to build Faster

FlutterFlow has become a popular tool for developers who want to build apps quickly and efficiently....

Learn More 12 0Sep 6 '24

Ways to Check If a Key Exists in a JavaScript Object

While working on your React project, you might encounter a situation where you need to render some...

Learn More 15 0Aug 29 '24

Material TailWind - combining Material Design and Tailwind CSS

What is Material Tailwind? Material Tailwind is a robust UI kit that merges the principles...

Learn More 6 1Aug 28 '24

React 19 Compiler

Meet Bob, a skilled frontend developer working for an e-commerce company. His latest task was to...

Learn More 9 2Aug 9 '24

Vite vs NextJs: which frontend framework is for you?

Vite vs Nextjs is a comparison of two popular frontend frameworks that offer different approaches to...

Learn More 44 14Aug 1 '24

Why you should try React Query?

What is React Query? React Query is a powerful data-fetching library for React...

Learn More 7 0Jul 26 '24

Material UI vs Shadcn

Are you confused in Material UI vs Shadcn for your next React project? Both are popular UI component...

Learn More 7 1Jul 17 '24

Master Figma Dev Mode

What is Figma Dev Mode? Figma Dev Mode is a powerful feature designed to bridge the gap...

Learn More 12 0Jul 9 '24

Theme your project using Tailwind css

When it comes to designing modern web applications, Tailwind CSS has quickly become a popular choice...

Learn More 11 0Jul 2 '24

RxJs and Redux-Observable

Redux-Observable is a middleware for Redux that uses RxJS to handle asynchronous actions. It offers...

Learn More 29 5Jun 17 '24

DevTools guide for web developers

Learn how to use Chrome DevTools to inspect, debug, and optimize your web applications like a...

Learn More 14 0Jun 6 '24

Debugging beyond console.log() in JavaScript

Most JavaScript developers are familiar with the basic console.log(). However, the console API offers...

Learn More 195 18Jun 5 '24

Webassembly: Near-Native Performance for Web Applications

I was working on a web development project, building a 3D visualizer. This project required a lot of...

Learn More 35 11Jun 2 '24

Light House vs Web Vitals: Which score is real?

Understand the differences between Google Lighthouse and Web Vitals scores and why they might...

Learn More 7 0May 30 '24

Optimize React Components with the React Profiler 🚀

Imagine you're working on a complex React application that's starting to feel sluggish. Users are...

Learn More 8 0May 25 '24

createBrowserRouter A step up from Switch

What is Routing? Why Do We Need It? 🧭 Routing is how you navigate in a web application. It...

Learn More 8 0May 18 '24

Docker for Next.js

What is Docker? 🐳 Docker is an open-source platform that uses containerization...

Learn More 15 0May 11 '24

API Keys vs Tokens: They're Not the Same Thing!

Explore the Differences and Best Uses of API Keys and Tokens in Application Security What...

Learn More 8 0May 4 '24

Astro: Building Content-Driven Websites Faster

What is Astro? Astro is a static site generator that allows developers to build websites...

Learn More 7 0Apr 27 '24

Is Waku the new NextJS?

ku is a cutting-edge framework designed specifically to harness the full potential of React Server...

Learn More 8 0Apr 19 '24

Connect GraphQL with React - 2 ways

Learn how to connect GraphQL with react using Apollo Client and Axios What is...

Learn More 8 0Apr 13 '24

Build your Web Applications Faster with Modern Build Tools

What is Building? "Building" refers to the process of transforming and bundling your...

Learn More 30 4Apr 8 '24

CORS Error Explained and How to Fix It?

Understanding Cross-Origin Resource Sharing and How to Resolve CORS Errors Stack Overflow has 14k+...

Learn More 30 3Mar 30 '24

Test your React Apps with Vitest

Unlock Faster, More Efficient Testing in Your React Projects with Vitest. What is React...

Learn More 14 0Mar 22 '24

Flex vs. Grid: Choosing the Right CSS Layout

Understanding the core differences between Flexbox and Grid and when to use each. Both Flexbox and...

Learn More 13 2Mar 16 '24

Beyond Redux - MobX and Zustand

A Comparative Guide to MobX and Zustand for Modern Web Applications. Introduction State...

Learn More 7 6Mar 15 '24