Check out some things I wrote
You can find me on DEV and the Okta Developer Blog.
Add Step-up Authentication Using Angular and NestJS Step up your authentication with the Step Up Authentication Challenge. Learn how to implement this in an Angular and NestJS project!
READ MORE Flexible Authentication Configurations in Angular Applications Using Okta Use the Okta Angular SDK to add flexible runtime configuration loading. Check out how to do so in a standalone Angular application!
READ MORE How Authentication and Authorization Work for SPAs Authentication and authorization in public clients like single-page applications can be complicated! In this post, we'll walk through the Authorization Code flow with Proof Key for Code Exchange extension to better understand how it works and what do with the auth tokens you get back.
READ MORE A Practical Guide to Providers in Angular Angular's Dependency Injection is powerful, but complex. We'll demystify configuring providers in Angular and look at practical examples of using Angular's DI system.
READ MORE Protect Your Angular App From Cross-Site Scripting Dive into Cross-site Scripting (XSS) mitigation strategies and how to protect your Angular application from XSS attacks.
READ MORE Protect Your Angular App From Cross-Site Request Forgery Dive into Cross-Site Request Forgery (CSRF) mitigation strategies and how to apply them to your Angular application.
READ MORE Defend Your SPA From Common Web Attacks Learn the basics of the two most common web security attacks and the ways to mitigate those attacks in your Single Page Applications.
READ MORE Defend Your SPA From Security Woes Learn the basics of web security and how to apply web security foundation to protect your Single Page Applications.
READ MORE Secure and Deploy Micro Frontends with Angular A tutorial to prepare your micro frontend Angular project for production by using dynamic module loading, with deployment configured using Vercel.
READ MORE How to Build Micro Frontends Using Module Federation in Angular How to create an Angular web application with micro frontends using Webpack 5 and Module Federation. In this first post of the series, you'll set up the project and share authenticated state in the web application.
READ MORE Animating Your Angular App A video tutorial on using the Angular animation library to add some dazzle to your app.
READ MORE Working From Home in My Upgraded Remote Office Take a tour of my all new work from home setup - from basic WFH needs to AV equipment and more!
READ MORE Three Ways to Configure Modules in Your Angular App Learn how to add configuration to modules in Angular three different ways - from static, changing configs at build time, and to loading configurations at run-time.
READ MORE Boost Your Productivity Using Okta CLI with Fig Introducing Okta CLI autocompletion in Fig to power up your commandline
READ MORE Using Azure Cognitive Services in a .NET App This tutorial shows you how to call Azure Cognitive Services to verify faces and store profiles pics in Azure Storage in a .NET MVC app.
READ MORE Loading Components Dynamically in an Angular App A tutorial that shows how to create an Angular app with dynamic component loading.
READ MORE Tidy up your tests using component test harnesses (3/3) How to create a test harness for a custom component.
READ MORE Tidy up your tests using component test harnesses (2/3) About the Angular CDK testing API, how to get test harnesses, and how to interact with components.
READ MORE Tidy up your tests using component test harnesses (1/3) What are test harnesses and how they help simplify your component automated tests.
READ MORE What You Need to Know about Angular v13 A quick highlight of a few Angular v13 features with code snippets
READ MORE The Things to Keep in Mind about Auth Five things to keep in mind about auth for the busy developer.
READ MORE Debugging and inspecting Angular apps using Angular DevTools Using Angular DevTools to inspect components, component properties, and profile change detection in Angular apps.
READ MORE Organizing a ngGirls Event A behind-the-scenes look at organizing a free all day coding workshop for over 100 participants
READ MORE How To Level Up Your Angular Unit Testing Game (3/3) Tips to run Angular unit tests and customize your test tooling
READ MORE How To Level Up Your Angular Unit Testing Game (2/3) Tips to run Angular unit tests and customize your test tooling
READ MORE How To Level Up Your Angular Unit Testing Game (1/3) Tips to run Angular unit tests and customize your test tooling
READ MORE Intercepting Http Requests-- Using And Testing Angular's HttpClient A brief overview with code samples and unit test examples using Angular's HttpClient
READ MORE