ALAnjanesh Lekshminarayananinanjanesh.dev·Apr 21 · 3 min readEmail validity checker using Google's JSON API for DNS over HTTPS (DoH) in Google SheetsAutoSend seems to he a promising utility belt for sending out (legit) mass emails be it for a campaign or transactional. There was a post today by the creator of AutoSend - https://www.linkedin.com/fe00
ALAnjanesh Lekshminarayananinanjanesh.dev·Feb 19 · 4 min readGetting picoclaw to work on WindowsMy friend Shabeer Naha WhatsApped me this link today - https://youtube.com/shorts/HUueAGGKy9I?si=kJ-h7G6Y3sW0ql9h - and asked "Is this true?" This was my first time I was hearing of picoclaw and I was00
ALAnjanesh Lekshminarayananincss.co.in·Jan 23 · 2 min read@supports APIIn 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...00
ALAnjanesh Lekshminarayananinanjanesh.dev·Jan 21 · 2 min readThe core use-case of TypeScriptI 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 ...00
ALAnjanesh Lekshminarayananinanjanesh.dev·Jan 21 · 1 min readHashnode's GraphQL API for RSS feedsAll 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...00