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

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

FODS - Prevent flash of default style

Oct 7, 2020    html  css 
Flash of Default Style is the issue which occurs when your user preferences take time to load and the web browser ends up showing the content with default styles for a flash of time.
feature-image

javascript : void (0)

Oct 1, 2020    javascript 
Flash of Default Style is the issue which occurs when your user preferences take time to load and the web browser ends up showing the content with default styles for a flash of time.
feature-image

How to add gradient animation as site header in ghost blog

Oct 1, 2020    css 
Add simple background gradient animation to website header