Alisa

Alisa @alisaduncan

About: I'm a developer, a community builder, and a relentless learner. I'm a Google Developer Expert in Angular, a Pluralsight author, a conference speaker, and a volunteer for women in tech groups. ❤️🍷📚

Location:
Pacific Northwest USA
Joined:
Mar 12, 2017

Alisa
articles - 27 total

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!

Learn More 14 0Mar 28 '24

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!

Learn More 3 1Mar 12 '24

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.

Learn More 7 0Apr 12 '23

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.

Learn More 81 7Nov 9 '22

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.

Learn More 17 0Jul 27 '22

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.

Learn More 9 0Jul 26 '22

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.

Learn More 9 3Jul 21 '22

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.

Learn More 13 0Jul 19 '22

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.

Learn More 12 1May 25 '22

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.

Learn More 28 5May 24 '22

Animating Your Angular App

A video tutorial on using the Angular animation library to add some dazzle to your app.

Learn More 8 2Apr 5 '22

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!

Learn More 89 23Feb 26 '22

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.

Learn More 8 2Feb 25 '22

Boost Your Productivity Using Okta CLI with Fig

Introducing Okta CLI autocompletion in Fig to power up your commandline

Learn More 0 0Jan 25 '22

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.

Learn More 5 0Jan 13 '22

Loading Components Dynamically in an Angular App

A tutorial that shows how to create an Angular app with dynamic component loading.

Learn More 5 0Dec 9 '21

Tidy up your tests using component test harnesses (3/3)

How to create a test harness for a custom component.

Learn More 0 0Dec 1 '21

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.

Learn More 0 0Nov 30 '21

Tidy up your tests using component test harnesses (1/3)

What are test harnesses and how they help simplify your component automated tests.

Learn More 6 1Nov 29 '21

What You Need to Know about Angular v13

A quick highlight of a few Angular v13 features with code snippets

Learn More 15 0Nov 10 '21

The Things to Keep in Mind about Auth

Five things to keep in mind about auth for the busy developer.

Learn More 36 0Oct 29 '21

Debugging and inspecting Angular apps using Angular DevTools

Using Angular DevTools to inspect components, component properties, and profile change detection in Angular apps.

Learn More 22 0May 18 '21

Organizing a ngGirls Event

A behind-the-scenes look at organizing a free all day coding workshop for over 100 participants

Learn More 14 0Aug 19 '19

How To Level Up Your Angular Unit Testing Game (3/3)

Tips to run Angular unit tests and customize your test tooling

Learn More 26 10Jan 28 '19

How To Level Up Your Angular Unit Testing Game (2/3)

Tips to run Angular unit tests and customize your test tooling

Learn More 57 2Jan 21 '19

How To Level Up Your Angular Unit Testing Game (1/3)

Tips to run Angular unit tests and customize your test tooling

Learn More 46 1Jan 14 '19

Intercepting Http Requests-- Using And Testing Angular's HttpClient

A brief overview with code samples and unit test examples using Angular's HttpClient

Learn More 32 17Aug 28 '17