My blog

I write about a variety of topics, including personal development, productivity, trading journeys, and more.

You can also explore my video content on Instagram

Privacy issues with constitution75.com and the exposure of data

I came across a post by InternetFreedom Instagram handle about the privacy issues with constitution75.com. I got curious and decided to check it out, it was pretty shocking to see some of the things there. I decided to write about it to create awareness and the way govt. websites sometimes don't take privacy seriously.

How to Calculate Your Total Amazon Spending

Head over to Amazon, I have tried this on Amazon.in. I believe it should still work in other countries. Log in and go to your dashboard Under your profile section in the right-top corner, click on “Your Account” Scroll down to the bottom sectio...

Share Sheet and Canonical URL

Find out what happens when you share a webpage which has a canonical URL different from the current page URL. Will the Share Sheet use the current URL or the canonical URL?

The cheapest HTML/CSS/JS editor with preview in browser

This is the least amount of code for a minimal editor in a browser that can support HTML/CSS/JS edit and preview kinda environment. It goes without saying once you look at this in detail 😂 - this is not meant to be used in production setups. This ca...

Update Github access tokens to new format via Github API

Interacting with Github APIs has always been a little tricky task for me. Recently we had to update the Github access tokens as they have changed the formats of the access tokens. Read more about it here - https://github.blog/2021-04-05-behind-githu...

First Devfest #GDGHubli

444 registrations 240 attendees 2 days Tons of fun

Collection of beautiful design to codes

Some time ago I created this repo to dump some design to codes I used to do before. It has some beautiful designs/mockups created by other designers, which are converted to code. Feel free to use any of them or contribute to the project in any way po...

Hot cross AMP emails

AMP ( Accelerated Mobile Pages ) is a technology known for developing super fast web pages on mobile clients. It has gained a lot of importance and is being implemented widely. Even Hashnode supports AMP (https://hashnode.com/post/hashnode-now-suppor...

Image tools for your daily use.

Just a decent list of popular image optimisation tools available. Remove.bg https://www.remove.bg/Remove background from images. Tinypng https://tinypng.comTinyPNG optimizes your PNG images by 50-80% while preserving full transparency! Imageoptim ...

Clasp the Clasp : Google AppsScript CLI

Apps scirpt allows you to interact & integrate all these Google products. If you are not familiar with Apps scripts check out this article: https://evilhead.hashnode.dev/secret-santa-mix-match-with-google-sheets-and-apps-script-cjptefe1d00rikas2z9joe...

What is Parcel.js and how it's faster than webpack?

Table of Contents Cool stuff about Parcel.js Introduction to Parcel.js How easy is it to get started with Parcel.js Terminology Comparison Tug of war Issues/problems with Parcel Conclusion/My opinions Cool stuff about Parcel It has ~29000 Github ...

Secret Santa Mix-match with Google Sheets and Apps Script

Google Apps Script has always been a tool in the shadow. Many developers don't know about this tiny JavaScript-based powerful scripting language. In this tutorial, I will show you how to build a very simple Secret Santa mix-match using Google Sheets....