Collaboration for my portal
Jan 23 · 2 min read · In order to check if some CSS property is supported in a browser or not we can make use of the @supports API which itself is supported by all browsers except IE and Opera Mini (https://caniuse.com/css-supports-api) - so we’re good here. So let take o...
Join discussion
Jan 21 · 2 min read · I am going through this course on NextJS (mainly for the sake of Supabase) - and for my project setup, I choose TypeScript instead of plain JavaScript even though the Udemy course uses JavaScript only. There is a local end-point we have that spits a ...
Join discussion
Jan 21 · 1 min read · All this while, parsing my blog's RSS feed from https://anjanesh.dev/rss.xml on my server was possible to extract the contents of title, description, link, image and date to be inserted at my NextJS powered template at https://anjanesh.com/blogs. But...
Join discussion
Mar 17, 2025 · 2 min read · In Django, the recommended standard is to push the migrations folder of (an app) also to git. Initially I never used to push migration files to GitHub and I ended up having to do python make migrations as well as python manage.py migrate on the serve...
Join discussion