Angular v19 introduces a new diagnostic tool that reports cases where a declaration is present in the imports array but isn't being used anywhere in the application.
This is supposed to be a beginner's guide to investing in NPS.
Yesterday Angular team released version 16 of their framework and they've termed it as the biggest release since its inception. Is it? Let's see.
My thoughts on the blog post 'How to be a -10x engineer', which was quite popular in Hacker News.
This is a brief writeup about deploying a simple nodejs application in fly.io. While doing it I had to overcome few technical difficulties and if you can avoid it, it may help you to save some time.
If we could generate transcript files offline, how can we integrate it with audio files. I was thinking about something similar to external subtitle files used in video players. Came to know that it is possible with the help of TextTracks and WebVTT format. I did a small POC and it went well.