Open in app
Home
Notifications
Lists
Stories

Write
Mohammad Faisal
Mohammad Faisal

Home
About

Published in JavaScript in Plain English

·Pinned

Story of a Failed React Project

That Caused Disaster for Our Startup. — How does a project fail? How do you know if you are working on a project that is doomed right now? That is not an easy question to answer, but we can try to dissect an already failed project to get a better picture. That’s what I will do today. Why? …

React

5 min read

Story of a Failed React Project
Story of a Failed React Project

Published in JavaScript in Plain English

·Pinned

45 NPM Packages to Solve 16 React Problems

An in-depth guide on how to choose the perfect npm package — React is simply great. It’s popular and performant. But an important aspect of React is that it doesn’t come with all of the solutions packed in. That’s why we need to search for additional libraries which can be both good and bad. If you are a beginner, then you have…

React

7 min read

45 NPM Packages to Solve 16 React Problems
45 NPM Packages to Solve 16 React Problems

Published in Better Programming

·Pinned

21 Best Practices for a Clean React Project

Practical advice for improving code quality — React is very unopinionated about how things should be structured. This is exactly why it’s our responsibility to keep our projects clean and maintainable. Today, we will talk about some best practices to follow to improve your React application’s health. These rules are widely accepted. …

Programming

4 min read

21 Best Practices for a Clean React Project
21 Best Practices for a Clean React Project

Published in Better Programming

·Pinned

22 Best Practices to Take Your API Design Skills to the Next Level

Practical advice for designing REST APIs — Ever got frustrated with a horrible API where everything’s a guessing game? Well, I have. In this world of microservices, a consistent design for your backend API is imperative. Today, we’ll talk about some best practices to follow. We’ll keep it short and sweet — so buckle up! First, Some Terminology Any API…

Programming

6 min read

22 Best Practices to Take Your API Design Skills to the Next Level
22 Best Practices to Take Your API Design Skills to the Next Level

Published in JavaScript in Plain English

·Pinned

20 Essential Parts Of Any Large Scale React App

If you’re writing enterprise-level code, you need to know this — Over the years I have had the privilege to work on some large-scale react projects. Today I am gathering some essential things to keep in mind when building a new project or enhancing the functionality of any large scale application. We will start from the absolute basics and then go…

Programming

7 min read

20 Essential Parts Of Any Large Scale React App
20 Essential Parts Of Any Large Scale React App

Published in JavaScript in Plain English

·9 hours ago

How to Perform Google Login with React

Implement Google OAuth2 using React — If we need to interact with any Google services or just authenticate a user using Google, we have to implement the authentication mechanism with Google. Some use cases can be: Uploading files to Google drive using React Interacting with the YouTube API from React Interaction with Google sheets from React …

React

2 min read

How to Perform Google Authentication with React
How to Perform Google Authentication with React

Published in Enlear Academy

·1 day ago

How to Convert an Audio File into Video in NodeJS

Power of FFmpeg with NodeJS Converting audio files into video files is an everyday use case in the current age of content production. While there are many ways to do it via some custom websites, we programmers don’t follow that easy, simple path, right? Today, I will show you how…

Nodejs

3 min read

How to Convert an Audio File into Video in NodeJS
How to Convert an Audio File into Video in NodeJS

Published in JavaScript in Plain English

·2 days ago

How to Use FFmpeg with Node.js and Docker

How to work with Audio and Video files in Node.js easily — Today we will learn how we can use FFmpeg with Node.js inside a Docker container. Background Usually, when we are running a Node.js application, all of the required parts for that application are inside the npm packages which go inside the node_modules folder. However, for some specific use cases, we need…

Docker

3 min read

How to Use FFmpeg with Node.js and Docker
How to Use FFmpeg with Node.js and Docker

Published in JavaScript in Plain English

·Jun 14

Why NVM is Tremendously Helpful for Web Developers

Let’s see how to use it effectively in 3 minutes! — If you are working on Node.js ecosystem then probably you’ve heard about node version manager or NVM. Today we will see why this exists and why should you care about learning it. What is NVM? According to the official docs, nvm allows you to quickly install and use different versions of Node.js …

Nodejs

3 min read

Why NVM is Tremendously Helpful for Web Developers
Why NVM is Tremendously Helpful for Web Developers

Published in JavaScript in Plain English

·May 31

My OpenSource Blog that You Can Use Right Now

Here is how you can get your own version and the technical details. — Creating my personal website was a long-time goal for me. Finally, I created my personal website with a technical blog which you can visit here. Today, I have open-sourced the blog part of my personal website. I will show you how you can use it and discuss some technical details. What you will get? …

React

4 min read

My OpenSource Blog that You Can Use Right Now
My OpenSource Blog that You Can Use Right Now
Mohammad Faisal

Mohammad Faisal

Software Developer | https://www.mohammadfaisal.dev/

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable