khanrabby.hashnode.devHow to Copy Display Name and Email from Supabase Auth into The App DatabaseWhat are we gonna do in this blog post Goal and use case How the user info looks like View user info by sql query Copy user info from auth to app database Conclusion Goal and Use case If you have used Supabase and its authentication feature th...Jul 31, 2025·5 min read
khanrabby.hashnode.devSupabase CLI, global vs per project basisWhat are we gonna do in this blog post Why another supabase CLI post Installing supabase CLI globally Using supabase per project basis Use cases Why another Supabase CLI post No doubt there are plenty of “how to install supabase CLI” article th...Jul 25, 2025·7 min read
khanrabby.hashnode.devSetup a Next.js project in s3 to serve from cloudfrontGoal of this article: Create and deploy a nextjs project in s3 Place a cloudfront distribution in front of the nextjs project Serve the project from cloudfront Bind the cloudfront distribution with a domain in Route53 Step1: Create a Next.js pr...Feb 28, 2025·8 min read
khanrabby.hashnode.devChange GitHub repository name and reflect the change in AWS amplifyNo doubt, changing the name of a GitHub repository can feel like a simple task—just a few clicks, and you're done. But if that repository is connected to an AWS Amplify app, things get a bit more complicated. Why? Because AWS Amplify links your app t...Dec 25, 2024·5 min read
khanrabby.hashnode.devHow to delete all schedulers from the Amazon EventBridge schedulerDo you come across the same situation where you have to delete all the schedulers from the Amazon Eventbridge Scheduler? Some of us have been there. Well, it turns out that there is no way in the AWS console to delete all schedules other than deletin...Sep 15, 2023·4 min read