blog.vikrantbhat.comHow to migrate data off Planetscale to another freely-hosted MySQL database in 5 minutesIntroduction Planetscale has sunset its much beloved free tier (hobby plan), as it was announced by its CEO a couple of days back in their blog post. Over the last 2-3 years, a lot of developers and even early-stage companies have managed to use Plan...Mar 9, 2024·5 min read
blog.vikrantbhat.comOptimize your workflow with Tailwind CSS: Get class completions and hover previews for classes assigned to variables in VScodeTL;DR This article provides instructions on how to enable auto-completion and hover IntelliSense for TailwindCSS classes in VScode. To do this, users must add a regex to the VScode settings that matches the desired custom HTML attributes (variable na...Mar 12, 2023·3 min read
blog.vikrantbhat.comA Step-by-Step Guide to Share images from Your Expo React Native App to Instagram StoriesLet's get started with this step-by-step guide to share images from your Expo React Native App to Instagram Stories! With this guide, you will be able to easily install the necessary libraries - react-native-view-shot and react-native-share - and cre...Feb 27, 2023·3 min read
blog.vikrantbhat.comDon't lose your Github contributions when you leave an organizationAs Software engineers there are often times in our careers when we change jobs, now this is a good thing since you get a significant raise 💰, the excitement of joining a new organization is also there and maybe you are also re-locating (to Bangalore...May 28, 2022·3 min read
blog.vikrantbhat.com.reduce() PolyfillThe full source code for the polyfill is available an the end ⬇️ What is a polyfill? A polyfill is a piece of code used to provide modern functionality on older browsers that do not natively support it. Polyfill for Array.prototype.reduce() We will ...Jan 9, 2022·6 min read