I write about my learning and experiences here. This site is generated from markdown content. Read more about how I migrated my blog from paid ghost instance to free static site using Hugo generator.

feature-image

thisisunsafe - Bypassing chrome security warnings

Feb 17, 2021    security  web 
thisisunsafe is a way to bypass security errors on chrome. In this article I will discuss about its usage and implications.
feature-image

Trying multi boot with Ventoy

Feb 5, 2021    linux  ventoy 
Ventoy is an open source tool to create multi boot USB drive with various operating systems like linux distros, windows etc. This post is about my experience of using the tool for the first time.
feature-image

Understanding ISO in digital photography

Jan 23, 2021    photography 
Have you ever wondered what exactly changes when you modify the ISO setting in a digital camera?
feature-image

Using SVG in React

Jan 9, 2021    react  svg 
There are many ways to use svg in React. We can directly use the svg as src in the img tag or we can create custom component to render the svg as paths in html. In this article we will create a simple React app using svg image.
feature-image

A revisit to a classic game - XIII

Jan 5, 2021    gaming 
XIII(Say 13) had a place of its own in the gaming world. It was popular because of its comic styled artwork. Last year in November Microids released a remake of the original game.
feature-image

Building a gaming PC in India

Dec 17, 2020    gaming  pc 
This article is about my experience of building a gaming PC in India. It lists my journey from initial search to assembling all the parts at home.
feature-image

My take on cheap windows keys

Dec 15, 2020    opinion  windows 
Have you ever wondered how some retailers offer Microsoft Windows at unbelievable prices like Rs 700(5$). In this post I shall try to explore the reasons for these deep discounts and there genuineness.
feature-image

Complete guide to file download in browsers

Dec 7, 2020    web  download 
Have you ever come across a requirement to create download functionality? This article will go over all the possible solutions.
feature-image

Weird console.log behaviour

Nov 23, 2020    javascript 
In this article I shall try to explain the weird behaviour exhibited by console.log function. Logging values is not as easy as it sounds.
feature-image

Do programmers need to learn touch typing?

Nov 20, 2020    opinion  typing 
Do programmers need to learn touch typing? In this article I will discuss about my experience learning touch typing as a programmer. What are the pros and cons if you want to write code.