Mohammad Faisal I am a full-stack software engineer working with the MERN stack. Also, I am a blogger in my free time and love to write about various technical topics.

Stories by Mohammad Faisal

How To Use Redux In Next.js

How to use Redux in Next.js

Dev

This tutorial builds a simple app to demonstrate communication between two sibling components using Redux, a popular state management tool.

Mohammad Faisal
Jan 18, 2024 ⋅ 7 min read
Getting Started With LangChainJS

Getting started with LangChainJS

Dev

Build AI-powered applications using LangChainJS, the JavaScript library that makes it easy to interact with large language models.

Mohammad Faisal
Sep 29, 2023 ⋅ 7 min read
Using Material UI With React Hook Form

Using Material UI with React Hook Form

Dev

React Hook Form is one of the most popular libraries for handling form inputs. In this guide, we’ll explore how to use it with Material UI.

Mohammad Faisal
Jun 8, 2023 ⋅ 10 min read
Exploring Data Visualization With Unovis

Exploring data visualization with Unovis

Dev

Create charts and map graphs using Unovis, the framework-independent data visualization library.

Mohammad Faisal
Mar 27, 2023 ⋅ 10 min read
Dependency Injection In Node.js With TypeDI

Dependency injection in Node.js with TypeDI

Dev

Achieve dependency injection in Node.js apps using TypeDI to improve your code’s readability while reducing the amount of boilerplate code you use.

Mohammad Faisal
Oct 19, 2022 ⋅ 4 min read
Modeling NestJS App Data With Dynamoose

Modeling NestJS app data with Dynamoose

Dev

Integrate the object-relational mapping tool, Dynamoose with a NestJS app to manage data models when working with unstructured data.

Mohammad Faisal
Sep 5, 2022 ⋅ 6 min read
Using material-table to Build Feature-Rich Tables in React

Using material-table in React to build feature-rich data tables

Dev

Let’s review how to create tables in React using one of the best and most feature-rich libraries available: material-table.

Mohammad Faisal
Oct 22, 2021 ⋅ 9 min read