34 followers
I'm a Software Engineer Passionate about Clean Code, Design Patterns, and System Design. Learning something new every day. Feel free to say Hi on LinkedIn at https://www.linkedin.com/in/mayallo
Let’s Implement Unit, Integration, and End-to-End (E2E) Testing with Jest, Puppeteer, and Supertest in a Simple Node.js and MongoDB Example ·...
Generating a thumbnail, compressing a video, generating a preview clip, and generating HLS segments using FFmpeg · Introduction Nowadays, videos are...
How to group data by specific date interval using DATE_TRUNC(), EXTRACT(), or TO_CHAR() functions in PostgreSQL. · Introduction PostgreSQL is one of the...
In JavaScript, you can perform the exponentiation process using the ** operator or Math.pow() method. · Introduction Exponentiation refers to a...
There is no direct way to break from the forEach() function, however, there are some workarounds. · Introduction In JavaScript, forEach() is a FUNCTION...
The Nullish Coalescing Operator (Double Question Mark ??) is a special case from the OR Logical Operator (||). Let's introduce some use cases of it. ·...