Sunday 01 September 2024 β’ β 0.335 min readβ’ π· livestreamβ’ π· nextjsβ’ π· reactjsβ’ π· authjsβ’ π· tailwindcssβ’ π· databaseβ’ π· sqlβ’ π· resendβ’ π· youtubeIn the previous part of this series, we started setting up the authentication flow of our e-commerce app. We created the registration form and connected it to the Authjs API. In this part, we will implement Google and GitHub OAuth provider and Magic Link and Pass Keyβ¦
read moreSunday 01 September 2024 β’ β 0.375 min readβ’ π· livestreamβ’ π· nextjsβ’ π· reactjsβ’ π· authjsβ’ π· tailwindcssβ’ π· databaseβ’ π· sqlβ’ π· resendβ’ π· youtubeIn the previous part of this series, we started setting up the authentication flow of our e-commerce app. We created the registration form and connected it to the Authjs API. In this part, we will finish the registration sign-up flow with Authjs. Setting up for the Forgotβ¦
read moreMonday 05 August 2024 β’ β 0.305 min readβ’ π· livestreamβ’ π· nextjsβ’ π· reactjsβ’ π· authjsβ’ π· tailwindcssβ’ π· databaseβ’ π· sqlβ’ π· resendβ’ π· youtubeIn the previous part of this series, we started setting up the authentication flow of our e-commerce app. We created the registration form and connected it to the Authjs API. In this part, we will finish the registration sign-up flow with Authjs. Enjoy the video and let me knowβ¦
read moreMonday 27 September 2021 β’ ββ 9.805 min readβ’ π· typescriptβ’ π· reactβ’ π· javascriptFunctions are general concepts in a programming language that helps to group thought and return a single result. In this article, I will show you how to write your generator functions. You will explore how to create generator functions, get familiar with its methods andβ¦
read moreTuesday 17 August 2021 β’ ββ 11.26 min readβ’ π· testβ’ π· reactβ’ π· javascriptThinking of a better way to start your new project with react and write test? I have a solution for you using the Vitejs React Starter App. I will walk you through a set of test that I think the vitejs scaffold should come with my default. Technical Requirement
This tutorialβ¦
read moreMonday 26 July 2021 β’ ββ 8.92 min readβ’ π· testβ’ π· reactβ’ π· typescriptWorked recently on a project where I have to use React with TypeScript and I had to write test with Jest, my first instinct was to look for βsomethingβ to transform my to a format jest understands. was what came to mind after a bit of research. I guess it was all instinct toβ¦
read more