Building an onboarding flow
In this post, we go over building an onboarding flow for our users where they will link their accounts to our Telegram bot.
TechnologyVSCode snippets you didn't know you needed
VSCode snippets that significantly improve my day-to-day developer experience.
TechnologyCreating and deploying a Telegram bot using Railway
A step-by-step guide to creating a Telegram bot using NodeJS and TypeScript and deploying it using Railway
TechnologyDynamically creating an account for Gumroad customers
A step-by-step guide to selling a product on Gumroad and then using Nhost to create an account for users who make a purchase.
TechnologyFull-stack NextJS with Nhost and Hasura
A step-by-step guide for setting up a full-stack NextJS app using Hasura for the database and GraphQL APIs and Nhost for authentication and storage.
TechnologyIntroducing Botler - your personal AI butler
In this post, I talk about building Botler - a personal Telegram bot for notifications, alerts, and basic task automation.
TechnologyTailwindCSS with React Native
A step-by-step guide on using Tailwind CSS with a custom configuration in your React Native/Expo app.
TechnologyPush Notifications in React Native with Expo
A step-by-step guide on adding push notifications to a React Native app using Expo's push notification service with Firebase cloud functions and Hasura.
TechnologyFull-Stack React Native with Hasura and Firebase
A step-by-step guide to setting up a React Native app with Firebase authentication and cloud functions synced with a Hasura database with GraphQL APIs.
TechnologyEjecting from Expo
A detailed guide on ejecting from Expo, fixing all problems that follow, and building a release bundle.
Technology