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.
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.
FODS - Prevent flash of default style
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.
javascript : void (0)
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.
How to add gradient animation as site header in ghost blog
Add simple background gradient animation to website header