Problems with 'gatsby-image' and their workarounds Gatsby Image is a very powerful package with drool worthy features. It makes it very easy to implement, Medium like progressive image loading among other things. But it has its fair share of problems. Here are some of them along with workarounds. Vaibhav Sharma Dec 19, 2018 | 5 min read
Self hosting Google Fonts for better caching Self host google fonts to better leverage the browser caching provided by starter kit like create-react-app and Gatsby. Vaibhav Sharma Dec 5, 2018 | 2 min read
Quirks of migrating the blog to Gatsby v2 Dealing with the struggles and features of migrating to Gatsby v2. From handling broken dependencies to dealing with unexpected broken features to utilising new features of Gatsby v2. Vaibhav Sharma Dec 3, 2018 | 4 min read
Implement Rich Snippet Schema with Google Tag Manager Leverage Google Tag Manager Custom HTML Tag to implement Schema.org JSON-LD Schema for Rich Snippets. Vaibhav Sharma Jun 16, 2018 | 4 min read
Sending Mass Mail from Google Sheet using Scripts Leverage the power of Google Script to run email campaigns, right from your Google Sheet. Vaibhav Sharma Jun 4, 2018 | 3 min read
Writing Authenticated Route Component in React Redux Writing Authenticated Routes which will redirect to signin page if the user is not authenticated and once signed in it'll redirect back to the same page. Vaibhav Sharma Jun 2, 2018 | 3 min read