Thejesh GN Blog
SWL – ShortWave Listening using Eton Elite Traveler
All credit to my curiosity in radio should go to RadioCity. As far as I know, it was the first private FM and started its first station in Bangalore. It used to broadcast 91.0 MHz (now 91.1). There was nothing like that in 2001. I went to national market and got myself a cheap pocket radio. It still works. I have been curious about radios since then.
Linked List: Fake or Mock SMTP Servers for Email Testing
To test SMTP integration, you can either send emails using the production SMTP or you can run a test SMTP server just for testing. But its not easy for every developer in your team to do that or make it part of your CI/CD. This is where Fake or Mock SMTP servers play a role. They can run on a developers machine and expose an SMTP endpoint to connect and send test emails. They usually have web access to view the test emails to check formatting etc, manually. Some of them also expose a web API to retrieve the content for CI/CD integration. Here are some of my favorite mock SMTP servers.
Nagarathna Memorial Grant – 2022 Open for Applications
Nagarathna Memorial Grant is a no-strings-attached grant of one lakh rupees (~$1400). It’s a micro-grant targeted at everyone. 2022 grant application is open.
Blogring – Web Component using Vanilla JavaScript
I wanted to write a simple web component to display the Blogring. Currently, I have embed.html, I use it in an iframe, inside which we get the data to create the content and set it as the innerHTML of a div. I just wanted a fancy tag that would embed the Blogring.