15 Rules For Writing Clean JavaScript

blank

So you are a React developer or Node.js developer. You can write code that works. But can you write code that is visually beautiful and understandable by others? Today we will see some rules to make your JavaScript code clean and clear. Rule 1. Don’t Use Random Characters as Variable Don’t use some random character … Read more

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 to convert an audio file … Read more