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.
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
What is recursion?
Learn recursion.
Add PWA support to ghost blog
Convert your ghost blog into a progressive web app. PWA enables your site to be installed on device and run as standalone native application instead of a browser.
Understanding Javascript hoisting
Hoisting is an advanced and difficult to understand concept of Javascript. It becomes more challenging to follow when you deal with multiple scopes and declarations.
My experience with a gaming wheel
If you like to play fast-paced racing games and want to experience realistic handling and controls, the answer is a racing wheel. I will talk about my first hand experience of using a Logitech G29 wheel.
Understanding IIFE - Immediately Invoked Function Expression
IIFE is an advanced design pattern used in Javascript. Because of the quirky syntax and how functions work in javascript, its a little difficult to understand concept.
How to add custom static pages to ghost blog
Ever in need of adding custom pages to your ghost blog integrated with your theme and menus. Here I present a step by step guide to add pages with minimal effort.
Study of a phishing attack
Detailed study of recent phishing attack using fake paytm KYC message. This is an in-depth analysis from a developer's point of view.