PinnedTeach me PKCE (Proof Key for Code Exchange) in 5 minutesWhat is PKCE? PKCE (Proof Key for Code Exchange) is an extension to the OAuth 2.0 protocol that prevents authorization code interception attacks. It is a simple, lightweight mechanism that can be implemented in any application that requests an author...Sep 11, 2022路4 min read
The Art of Programming: Why Learning a Programming Language Transcends TrendsIntroduction: In the dynamic realm of technology, the allure of the next shiny programming language can be irresistible. However, true mastery in the field of software development extends beyond fleeting trends. Learning a programming language is aki...Apr 3, 2022路3 min read
How to capture and verify user鈥檚 phone number using Auth0 ActionsFor various scenarios, a business might need to record & verify a user鈥檚 phone number before they can provide a service. This example demonstrates how you can capture and verify the user鈥檚 phone number as part of Sign up (First login) using Auth0 Act...Jan 17, 2022路8 min read
How to keep your secrets from your source code in an Angular project ?! 馃かUseful for Vercel, Github Action, Netlify or AWS Amplify.Sep 26, 2021路8 min read
How to Improve UI/UX by improving the visibility of the system status?Seven examples from my experience on how to improve visibility of the system statusAug 11, 2021路8 min read
Faster maps with lazy-loaded componentsMakes maps faster by lazy loading components without changing the main route using Angular Auxiliary router.Jul 25, 2021路11 min read