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.
Complete guide to file download in browsers
Have you ever come across a requirement to create download functionality? This article will go over all the possible solutions.
Weird console.log behaviour
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.
Do programmers need to learn touch 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.
Javascript developer learning Ruby part-1
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.
My experience with google ads
First time experience of Adding google ads to my website.
Creating a simple static site generator using handlebars
How to create a simple html generator using handlebars and nodejs.
Playing with arrow functions
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.
How to deploy multiple github repos on single netlify site
Do you want to deploy multiple repositories under single hostname on netlify?
Extensions not working for firefox pdf viewer?
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
Styling native html checkbox
How to style html native controls like checkbox with css. Native elements can be styled using appearance property and ::before pseudo element.