Deborah Kurata | youtube.com/@deborah_kurata
banner
deborahkurata.bsky.social
Deborah Kurata | youtube.com/@deborah_kurata
@deborahkurata.bsky.social
1.7K followers 270 following 72 posts
Angular GDE Microsoft MVP Pluralsight author YouTube: youtube.com/@deborah_kurata
Posts Media Videos Starter Packs
Pinned
Welcome httpResource to the @angular resource API family!

In this video, we introduce the httpResource API (v 19.2), its purpose and two syntax options.

Then evaluate resource() vs rxResource() vs httpResource().

youtu.be/DefmIyp3Uho

#angular #signals #resourceAPI
First Look at Angular's new httpResource()
YouTube video by Deborah Kurata
youtu.be
Does RxJS fit into an Angular signal-based world?

In this video, I outline several scenarios and walk through a code example using RxJS and rxResource.

youtu.be/0UJjQ2pKgns

#Angular #rxjs #Signals
Does RxJS Fit into an Angular Signal-based World?
YouTube video by Deborah Kurata
youtu.be
How do you determine which variables should be Angular signals?

Check out my latest YouTube video for guidelines, an example, and code.

youtu.be/SUpH6w25TkU

#Angular #signals
Which Variables Should Be Angular Signals?
YouTube video by Deborah Kurata
youtu.be
Do you still need rxjs in an angular application?

The answer is detailed in my latest course: www.pluralsight.com/library/cour...

✅React to events
✅ Retrieve and compose complex data (with rxResource)
✅Debounce user input

(Yep, that's 2 new @pluralsight courses in 2 months. 😱)
Angular: RxJS for Reactive Programming
www.pluralsight.com
Yes! This course has:
✅ Angular v20
✅ Code along demo
✅ *what* should be a signal (+ why)
✅ httpResource vs httpClient
✅ service-based vs component-based resources
✅ stand-alone components
✅ zoneless
✅ Template control flow

Check it out😊

#angular
It's official ... my "Angular: Signals" course just published on Pluralsight. 🎉

Learn the what, why and how of signals ... and httpResource for reactively retrieving data directly into signals.

Let me know what you think!
www.pluralsight.com/courses/angu...
Angular: Signals
www.pluralsight.com
It's official ... my "Angular: Signals" course just published on Pluralsight. 🎉

Learn the what, why and how of signals ... and httpResource for reactively retrieving data directly into signals.

Let me know what you think!
www.pluralsight.com/courses/angu...
Angular: Signals
www.pluralsight.com
I prefer congregations that are open to all, without shame.

But it always seemed hypocritical of conservation congregations to expect shame from LGBTQ+, but not the numerous divorcees, especially those that remarried as the bible sees that as adultery.
This week's Angular video:

✅ Control when httpResource issues the request
✅ Declare resource signals in a *component*
✅ Return an httpResource from a method

youtu.be/4VhiNK_9QIY

#angular #resource #Signals
Return httpResource() from a Method
YouTube video by Deborah Kurata
youtu.be
Hey!

Please join me in celebrating reaching the 20K subscriber milestone! Yay! 🎉

Thanks to you for watching my angular content!
For a search feature in Angular, we don't want to issue an http request for each character the user types.

In this video, I walk through one way to implement search using debouncing and the new experimental resource API.

youtu.be/5A1I6rpe8UA

#angular #resourceAPI
Debouncing with the Resource API
YouTube video by Deborah Kurata
youtu.be
Why does @angular need a new API to retrieve data? Does the Resource API seem pointless or confusing?

In this video, I answer the *why?* question, telling the backstory of signals and the Resource API.

youtu.be/YHZkiUbbeOg

#angular #signals #resourceAPI
resource(), rxResource(), httpResource(): Why????
YouTube video by Deborah Kurata
youtu.be
Welcome httpResource to the @angular resource API family!

In this video, we introduce the httpResource API (v 19.2), its purpose and two syntax options.

Then evaluate resource() vs rxResource() vs httpResource().

youtu.be/DefmIyp3Uho

#angular #signals #resourceAPI
First Look at Angular's new httpResource()
YouTube video by Deborah Kurata
youtu.be
When retrieving data, there is often related data to retrieve.

A user enters a username and we get detailed user info. Then take the user Id from the details and retrieve that user's posts.

See the @angular resource API in action!

youtu.be/MpU3UQ2-rww

#angular #resource
SIA: Retrieve Related Data
YouTube video by Deborah Kurata
youtu.be
Should we declare our signals in our services or in our components?

In this video, we identify basic guidelines for answering this question and walk through examples.

youtu.be/xtxBMcEMcxU

#angular #Signals
SIA: Signals in a Service or a Component?
YouTube video by Deborah Kurata
youtu.be
Has your data gone stale? Refresh it easily with the resource() API!

In this video, we use resource reload to implement a refresh button. Then leverage linkedSignal and setTimeOut to keep users informed when their data needs refreshing.

youtu.be/sY4ofhfQ_pk

#angular #resourceAPI #signals
Signals in Action: Stale data? Refresh it!
YouTube video by Deborah Kurata
youtu.be
Reposted by Deborah Kurata | youtube.com/@deborah_kurata
We often pass parameters on the URL when issuing an HTTP request.

In this video, we walk through how to pass parameters when issuing an HTTP request using the resource API.

youtu.be/xyKT0AMN25A

#angular #resourceAPI
Signals in Action: Passing Parameters when issuing an HTTP Request
YouTube video by Deborah Kurata
youtu.be
Did you know that our code can provide an Angular service on a route? (instead of in 'root' or a component)

Check out the video for details, including sharing the service with child routes.

youtu.be/cwZh6bL98UY

#angular #routing
Provide an Angular Service on a route!
YouTube video by Deborah Kurata
youtu.be
Ever open an unfamiliar code project and wish you had someone to explain that code, line by line?

Let Gemini be that someone!

In this video, we use Google AI Studio and ask Gemini to walk us thru an Angular service.

youtu.be/RJqjixmtBGU

#angular #Gemini #aistudio
Walk Through Code with Google AI Studio
YouTube video by Deborah Kurata
youtu.be
The signals in our Angular services are handled differently if the service is provided in "root" vs in a component.

Check out the differences in my latest video: youtu.be/K01oDsWRCEQ

#angular #signals
Signals in Action: Providing a Service in root vs Component
YouTube video by Deborah Kurata
youtu.be
Reposted by Deborah Kurata | youtube.com/@deborah_kurata
Change Detection in #Angular: often seen as ‘magic,’ but it’s the foundation of performance and scalability.

My latest video 🎥 shows its inner workings, tackles OnPush, dives into zoneless Change Detection, and takes a glimpse into the future of Signal Components!

Check it out youtu.be/54o9eSGjfW4
Modern Change Detection
YouTube video by Rainer Hahnekamp
youtu.be