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

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.
feature-image

Javascript developer learning Ruby part-1

Nov 17, 2020    ruby 
A Javascript developer learning ruby from scratch. In this article I will try to understand ruby and compare its features from a JS developer’s perspective.
feature-image

My experience with google ads

Nov 16, 2020    google-ads  web 
First time experience of Adding google ads to my website.
feature-image

Creating a simple static site generator using handlebars

Nov 10, 2020    nodejs  html 
How to create a simple html generator using handlebars and nodejs.