Creating Song Mashup Using Python Script

Often we need a small portion of a song or combine small portions of various songs into a single file. And not just songs but any audio in general. So here's a way to simply do it using python...

Read
Database

Introduction to Cube.js

Quick guide on Cube.js concepts...

Read
Front-end

Adding sitemap to a Next.js application

Quick and easy tutorial on adding sitemap to your Next.js application...

Read
Programming

Native Intl api now provides relative time strings

Want to convert date time into relative time strings like yesterday, tomorrow, 1 day ago, 1 week ago, then modern browser's native Intl is enough...

Read
Programming

Finally we have a perfect way to deep copy js object

Getting errors due to shallow copy? Here's the perfect modern way to deep copy a json object...

Read
Data Science

YouTube video's language analysis

Analyzing a YouTube video for useful insights using natural language processing...

Read