My blog posts
13 November 2024
Discover how to implement Unit, Integration, and End-to-End testing with Jest, Puppeteer, and Supertest in a Node.js app using an in-memory MongoDB database.
4 November 2024
Generating a thumbnail, compressing a video, generating a preview clip, and generating HLS segments using FFmpeg
26 June 2023
How to group data by specific date interval using DATE_TRUNC(), EXTRACT(), or TO_CHAR() functions in PostgreSQL.
22 June 2023
Exponentiation refers to a mathematical process of multiplying a number by itself. In JavaScript, you can perform it using the ** operator or Math.pow() method.
No posts found