Next.js #TIL disable Next.JS prefetching when you point to route.js You have to disable prefetching in component, when you point to the route created by route.js or route.ts.
Node.js #TIL How to connect into MongoDB in Node.js app with Mongoose Last week, I was learning MongoDB basics with Mongoose. I highly recommend the course linked below.
Today I Learned #TIL By-passing DRM restrictions on screenshoting with Firefox Firefox on Windows allows to take a screenshot of DRM-protected media.
JavaScript #TIL WebAPI: Intl.NumberFormat Recently I found very handful function for formatting numbers, currency or units — Intl.NumberFormat, which formats values for given language and region.