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

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

Playing with arrow functions

Nov 8, 2020    javascript  ES6 
Arrow functions added in ES6 provide a good replacement for function expressions. But do you understand them completely? This is a small test to check it out.
feature-image

How to deploy multiple github repos on single netlify site

Nov 8, 2020    hosting 
Do you want to deploy multiple repositories under single hostname on netlify?
feature-image

Extensions not working for firefox pdf viewer?

Nov 1, 2020    hosting 
In built pdf viewer Unlike chrome, firefox comes with a very versatile pdf viewer. When you open pdf links in firefox, the viewer loads the
feature-image

Styling native html checkbox

Oct 10, 2020    html 
How to style html native controls like checkbox with css. Native elements can be styled using appearance property and ::before pseudo element.