Problems with 'gatsby-image' and their workaroundsGatsby 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 SharmaDec 19, 2018 | 5 min read
Self hosting Google Fonts for better cachingSelf host google fonts to better leverage the browser caching provided by starter kit like create-react-app and Gatsby.Vaibhav SharmaDec 5, 2018 | 2 min read
Quirks of migrating the blog to Gatsby v2Dealing 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 SharmaDec 3, 2018 | 4 min read
Implement Rich Snippet Schema with Google Tag ManagerLeverage Google Tag Manager Custom HTML Tag to implement Schema.org JSON-LD Schema for Rich Snippets.Vaibhav SharmaJun 16, 2018 | 4 min read
Sending Mass Mail from Google Sheet using ScriptsLeverage the power of Google Script to run email campaigns, right from your Google Sheet.Vaibhav SharmaJun 4, 2018 | 3 min read
Writing Authenticated Route Component in React ReduxWriting 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 SharmaJun 2, 2018 | 3 min read