Ads on My Kindle? Not on My Watch!

Ads on My Kindle? Not on My Watch!

Tired of intrusive ads on your Kindle? In this post, I share my step-by-step adventure of removing ads from my Kindle using simple scripts and a bit of tech wizardry. Join me in this fun (and slightly frustrating) journey to enjoy an ad-free reading experience!

Read more

Personal Access Token (PAT)

In this blog, we delve into the world of Personal Access Tokens (PATs), exploring their role in modern security and authentication systems. Learn how PATs offer a secure alternative to traditional passwords, discover the key concepts behind token generation and validation, and gain practical insights into implementing PATs for enhanced access control.

Read more

Automate with Precision: Building Custom GitHub Actions

Automate with Precision: Building Custom GitHub Actions

After writing my Go Dash blog, I got an idea of whether I could push the same blog to Medium. I started looking for ways to automate this thing. I checked on the GitHub Marketplace for actions that can push content to Medium directly. I found the GitHub action hugo-to-medium by Prakhar Kaushik.

This GitHub action was good, but there were some issues. In Hugo, I mostly use shortcodes to showcase the sample codes, figures, and images. Another one is that it doesn’t remove any shortcodes. There was no way for me to remove this from the publishing process. So this issue inspired me to create my own GitHub action, which allows to:

Read more

Go: Basics and a Dash of Clean Code

Go: Basics and a Dash of Clean Code

Welcome to guide on Go programming! Whether you’re beginner looking to grasp the basics of the language or an experience developer seeking to enhance your clean code skills, our blog has you covered. Explore the fundamentals of Go syntax and discover how to elevate your coding style with a touch of clean code principles.

Read more

Let’s Go

Let's Go

Begin

This is the new beginning and also my second blog, which is also a non-technical blog (first blog). I have decided to start writing blogs so that I can share my thoughts and knowledge and improve my writing skills. I will be writing blogs about mostly technical stuff and sometimes non-technical stuff. In technical blogs, I will cover whatever research I have done, and while doing research, I will keep my notes in the Notes section.

Read more