Mohammad Faisal
Mobile menu
Home
About Me
Experience
Blog
Projects
Videos
Contact
Read Blog
Articles on ReactJS
ReactJS
NodeJS
AWS
GCP
NextJS
ExpressJS
Docker
NextJS
ReactJS
How To Choose Data Fetching Strategies In NextJS
Explained with real-world examples
November 9, 2023
ReactJS
NextJS
Javascript
React useState hook from scratch
Let's learn the fundamentals of ReactJS
November 4, 2023
Javascript
ReactJS
The Greatest React Developer I Ever Met
We had our differences but still...
October 26, 2023
ReactJS
Javascript
Single Table Design with DynamoDB
The anatomy of the single-table design approach. Is it any good?
October 5, 2023
ReactJS
Javascript
Developing a Powerful Alert System Using React Context API
A practical example of React’s Context API in action
October 1, 2023
ReactJS
NextJS
Javascript
Google Place Search in React
Implement google's place search API easily.
September 19, 2023
ReactJS
Javascript
My Frustrations With the Context API in React
And why I am going with Redux for my next project
September 13, 2023
Javascript
ReactJS
21 Best Practices for Handling Passwords in Web Applications
Build secure apps
August 25, 2023
ReactJS
Javascript
Top 7 Libraries for Blazingly Fast ReactJS Applications
Some must-have tools for a rock-star developer
August 18, 2023
ReactJS
Javascript
21 Best Practices for a Clean React Project
Practical advice for improving code quality
August 3, 2023
ReactJS
Typescript
How to Use React Hook Form with TypeScript
Build Performant and Clean Forms for Your Web Application
August 1, 2023
ReactJS
Javascript
Applying the Open-Closed Principle To Write Clean React Components
A look at the SOLID principles in action
August 1, 2023
ReactJS
Javascript
How To Improve Rendering Performance in a 1,000-Item React List
Let’s ensure that our web apps scroll efficiently
July 30, 2023
ReactJS
Javascript
Apply the Dependency Inversion Principle in React
Your React component knows too much. Let’s fix that
July 22, 2023
ReactJS
Typescript
A Complete Guideline to Creating a Modern React App With TypeScript From Scratch
You’re about to love create-react-app even more
July 8, 2023
ReactJS
Javascript
How to Apply Interface Segregation Principle in ReactJS
SOLID principles in action
July 4, 2023
ReactJS
Javascript
How to Create Animation using styled-components
Simple but elegant solution.
June 7, 2023
ReactJS
Javascript
Handle Docker Images Like A Pro
Using some basic Linux commands
May 10, 2023
ReactJS
Javascript
11 Unwanted Ridiculous NPM Packages
After reading, you will wish the same too
May 5, 2023
Javascript
ReactJS
Learning Solidity as a Javascript Developer
Let’s learn the basic solidity syntax
April 29, 2023
AWS
ReactJS
NodeJS
AWS Cognito Authentication With NodeJS
We usually use a client-side library like aws amplify to manage all the authentication processes.
April 26, 2023
NextJS
ReactJS
Should You Use Redux in Next.js?
Learn if you should use Redux in NextJS
April 8, 2023
ReactJS
Javascript
3D Graphics in ReactJS and ThreeJS
We will learn how to render 3d models in ReactJS with react-three-fiber
March 13, 2023
NodeJS
ReactJS
Learn WebSockets with NodeJS and ReactJS
Let's implement a WebSocket server with Socket.io, a popular NodeJS library for WebSocket servers
March 9, 2023
ReactJS
End to end testing with ReactJS and Puppeteer
How setup puppeteer in a ReactJS application with a real world example.
March 4, 2023
NextJS
ReactJS
How to Setup Styled Components in NextJS
We will learn how to avoid the common issues with SSR
February 28, 2023
ReactJS
NodeJS
Google Authentication with React
Implement google OAuth2 using React
January 24, 2023
ReactJS
NodeJS
How to Get Stripe Subscription Status using Email
Stripe don't provide any API directly to get the subscription status of a user using their email address. But we can do it using a trick.
November 16, 2022
ReactJS
NodeJS
Typescript
How to Create a Stripe Subscription with ReactJS and NodeJS
How to collect recurring payments from your customers using Stripe in ReactJS and NodeJS
October 31, 2022
ReactJS
Audio and Video Recording with React
How to capture video and record audio and save to local device
July 8, 2022
ReactJS
How to convert Audio files to Video in NodeJS
Power of FFMpeg with NodeJS
June 30, 2022
ReactJS
NodeJS
GCP
Upload files to Google Cloud Storage from React
How to upload files to google cloud storage from a ReactJS application. We will use NodeJS server to do that.
May 24, 2022
GCP
ReactJS
NodeJS
Upload files to Google Drive With React+NodeJS
We will leanr how to upload files to google drive in a ReactJS application. We will use a small nodejs backend to upload files to google drive.
March 31, 2022
ReactJS
Offline Search in ReactJS
Implement search for your tables and lists without API
January 7, 2022
NextJS
ReactJS
Production Checklist for NextJS
Techniques for a fast NextJS website
January 5, 2022
NextJS
ReactJS
Create Sitemap in NextJS
How to create sitemap for search engines in Nextjs
January 3, 2022
ReactJS
NextJS
Add Google Analytics with NextJS
How we can integrate google analytics into a NextJS application easily. Google analytics in NextJS will help us to track the growth of our website.
January 1, 2022
NextJS
ReactJS
Improve SEO in NextJS
Tips and Tricks to Improve SEO Performance
January 1, 2022
ReactJS
NextJS
Add Custom Fonts with NextJS
How to integrate any custom google fonts into a NextJS application. We can make our websites beautiful with custom fonts.
December 31, 2021
ReactJS
Javascript
Factors Behind a Great SEO Optimized Web Application
Learn which factors determine the SEO performance of an application
October 24, 2021
NextJS
ReactJS
How to Show Loader on Page Changes in NextJS
Keep your users engaged with a great visual response
October 19, 2021
Javascript
ReactJS
6 Free Websites to Test the Performance of Your Web App
Find problems and learn the best practices for free!
October 12, 2021
NestJS
ReactJS
How to Handle Different Environments in a NextJS Application
Everything you need to know about environment variables in Next.js
October 5, 2021
ReactJS
Javascript
How to Integrate Stripe with a React Application
Accepting and processing payment for your business was never this easy!
September 25, 2021
ReactJS
React Query vs SWR
Which one should you choose for your next project?
September 10, 2021
ReactJS
Javascript
How to Reduce HTTP Calls From 15 Lines to 2 Lines Using React SWR
Drastically improve the user experience with less code
September 5, 2021
ReactJS
Javascript
React Interview Questions
Can you handle these ReactJS questions? Let’s find out!
August 20, 2021
ReactJS
Javascript
45 NPM Packages to Solve 16 React Problems
An in-depth guide on how to choose the perfect NPM package
August 8, 2021
ReactJS
Javascript
AWS
Think Twice Before Joining Large Companies as a Junior Engineer
Your Dream Job Can be Your Worst Investment for the Future!
June 22, 2021
ReactJS
Javascript
3 Easy Ways to Solve SEO Problems in React Applications
React is not suitable for SEO… or is it?
June 13, 2021
ReactJS
AWS
3 AWS Services To Learn as a React Developer
Knowledge of the cloud will make you more valuable in the job market
May 23, 2021
ReactJS
Javascript
State Management in React with Recoil
Is it going to replace Redux? Let’s find out!
May 1, 2021
ReactJS
Javascript
Applying the Liskov Substitution Principle in React
A look at the SOLID principles in action
April 18, 2021
ReactJS
Javascript
Push Notification in ReactJS
In 5 steps Using Firebase
March 19, 2021
NodeJS
ReactJS
Auto-generated Admin Panels for Node.js with AdminBro
Today we will see how we can have our admin panel within minutes without writing any front-end code
March 19, 2021
ReactJS
AWS
Javascript
Starting Career With Android was a Bad Idea
9 Reasons Why
March 17, 2021
AWS
Javascript
ReactJS
How to Access Private S3 Buckets Securely
Using pre-signed URL
March 8, 2021
ReactJS
AWS
Javascript
NodeJS
11 Ways to Improve Your Technical Resume
With some real-life example of common mistakes
March 6, 2021
ReactJS
Javascript
The 7 Traits of a Rock Star React Developer
Here are some things that separate a great developer from an average one
March 1, 2021
ReactJS
Javascript
AWS
How to Setup AWS Authentication for React Applications
Simple but Powerful
February 28, 2021
ReactJS
Javascript
5 DRY Principles To Follow In React
Share 5 techniques that I use personally to avoid duplication of code
February 21, 2021
ReactJS
Javascript
AWS
15 Rules for Writing Clean Comments
Common pitfalls to avoid as a programmer
February 19, 2021
ReactJS
Javascript
Download HTML as a PDF in React
In React we have some awesome libraries to help us.
February 18, 2021
ReactJS
AWS
How to Upload Files to AWS S3 in React
We will see how we can quickly create an S3 bucket and upload files directly from our front-end React application
February 16, 2021
ReactJS
ExpressJS
Build a Full Stack GraphQL Application with React and Express
Create a boilerplate express application
February 9, 2021
ReactJS
AWS
Javascript
How To Learn New Technology
My 4-Step Recipe
February 4, 2021
ReactJS
Javascript
6 Regrets I Have As a React Developer
Things I wish I did earlier
January 31, 2021
ReactJS
Javascript
20 Essential Parts Of Any Large Scale React App
If you’re writing enterprise-level code, you need to know this
January 30, 2021
ReactJS
NodeJS
Handle Multiple Environments in React
Maintain separate variables for separate environments
January 30, 2021
ReactJS
Javascript
Continuous Deployment Pipeline for React Apps
Using Github actions that will automatically build and deploy our website to aws s3.
January 27, 2021
ReactJS
Javascript
How to Run Queries 2600 Times Faster
Beginners Introduction to Database Indexing
January 24, 2021
ReactJS
Javascript
How to Setup and Add Google Analytics to your React App
Google has made it easy to gain insights into your web application
January 22, 2021
ReactJS
Javascript
How to Add Linting and Formatting for your React App
Get this right, otherwise, your code will have problems
January 19, 2021
ReactJS
Javascript
What Nobody Told Me About Software Design
What I Had to Learn from My Mistakes
January 17, 2021
ReactJS
Javascript
Using sudo Is Bad but What Can You Do About It
A Developers Guide to Utilize the Power of Linux
January 16, 2021
ReactJS
Javascript
Advanced React Optimization Techniques
Learn How to Avoid Common Pitfalls
January 15, 2021
ReactJS
Javascript
AWS
10 Lessons That Helped Me Grow As A Developer
Lessons from the Famous Book “The Pragmatic Programmer”
January 15, 2021
ReactJS
Javascript
First 5 Steps of Object-Oriented Design
Solutions for real-life problems and translate them into code.
January 10, 2021
ReactJS
Javascript
Document Your React Applications The Right Way
Learn how can we properly document our React applications very easily
January 3, 2021
NextJS
ReactJS
Static Site Generation in NextJS
Understand how static generation works in NextJS
January 1, 2021
ReactJS
Javascript
Implement multi-language Support in React
It is an important features of a good frontend application.
December 15, 2020
NestJS
ReactJS
How to Use Redis with Nest.JS
Redis is really fast powerful and easy database
December 15, 2020
Javascript
ReactJS
15 Rules For Writing Clean JavaScript
You can write code that is visually beautiful and understandable
December 12, 2020
ReactJS
AWS
How I Reduced Docker Image Size from 1.43 GB to 22.4 MB
Learn some tricks about how we can reduce the image size and, at the same time, improve performance.
November 15, 2020
NextJS
ReactJS
Getting Started with Nextjs
Next.js gives you the best developer experience with all the features you need for production.
November 7, 2020
ReactJS
AWS
Secure ReactJS Application on AWS
If you have a React app served over S3 you can secure it very easily using AWS service.
November 3, 2020
ReactJS
Javascript
How to Build an NPM package for React
Build and publish npm packages
October 29, 2020
ReactJS
AWS
Using NGINX to serve React Application Static vs Reverse Proxy
Today we will see how we can serve our react app using Nginx in the ubuntu server.
October 27, 2020