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’s phone number using Auth0 ActionsFor various scenarios, a business might need to record & verify a user’s phone number before they can provide a service. This example demonstrates how you can capture and verify the user’s 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