Tim Deschryver (@tim_deschryver) 's Twitter Profile
Tim Deschryver

@tim_deschryver

🦋 bsky.app/profile/timdes…
👟 Runner
👨‍💻 OSS enthusiast - @ngrx_io, @TestingLib
✍ Blogger
🏆 Microsoft MVP (Developer Technologies)

ID: 964949102084677633

linkhttp://timdeschryver.dev calendar_today17-02-2018 19:46:08

5,5K Tweet

5,5K Takipçi

314 Takip Edilen

Marko Stanimirović (@markostdev) 's Twitter Profile Photo

NgRx v19.1 has just landed with some great additions: 🧩 `withFeature` API 🧪 `unprotected` Testing Utility ⚡ New Entity Updaters #NgRx #Angular

NgRx v19.1 has just landed with some great additions:

🧩 `withFeature` API
🧪 `unprotected` Testing Utility
⚡ New Entity Updaters

#NgRx #Angular
James Newton-King ♔ (@jamesnk) 's Twitter Profile Photo

Aspire 9.2 new dashboard features, day 11: 'WithHttpCommand' is now a first-class citizen, allowing you to invoke HTTP endpoints from the dashboard 🌏 The example below demonstrates a command that calls the '/reset-db' endpoint on a resource.

Aspire 9.2 new dashboard features, day 11:

'WithHttpCommand' is now a first-class citizen, allowing you to invoke HTTP endpoints from the dashboard 🌏

The example below demonstrates a command that calls the '/reset-db' endpoint on a resource.
.NET (@dotnet) 's Twitter Profile Photo

Happening today on the .NET Aspire Community Standup, it's time to PARTY! In today's #dotNETAspire release party we discuss all the new features in .NET Aspire 9.2! Join us LIVE at 9:00 AM PT. See you there. 🔗 msft.it/6014qx6C0

Happening today on the .NET Aspire Community Standup, it's time to PARTY!

In today's #dotNETAspire release party we discuss all the new features in .NET Aspire 9.2! Join us LIVE at 9:00 AM PT. See you there. 🔗 msft.it/6014qx6C0
David K 🎹 (@davidkpiano) 's Twitter Profile Photo

I'm not saying that state machines magically solve complicated app logic problems But when you put app logic wherever you want without any sort of organization, it eventually becomes *really* painful to maintain & debug

NgRx (@ngrx_io) 's Twitter Profile Photo

📣 Official NgRx workshops are back in 2025 with an enhanced curriculum! 🗓️ Dates: - Jun 11-13 (EU) - Sep 24-26 (US) - Oct 8-10 (EU) 📖 Learn more: ngrx.io/workshops 🎁 Early bird discount is available! 👉 Register today: ti.to/ngrx/ #Angular #NgRx

📣 Official NgRx workshops are back in 2025 with an enhanced curriculum!

🗓️ Dates:
- Jun 11-13 (EU)
- Sep 24-26 (US)
- Oct 8-10 (EU)

📖 Learn more: ngrx.io/workshops
🎁 Early bird discount is available!
👉 Register today: ti.to/ngrx/

#Angular #NgRx
Tim Deschryver (@tim_deschryver) 's Twitter Profile Photo

The GitHub #Copilot code generation instructions has saved me "edit-time" afterwards. In an #Angular context this is useful to automatically prompt Copilot to use "Modern Angular" APIs with each request. For more information about instructions see code.visualstudio.com/docs/copilot/c…

The GitHub #Copilot code generation instructions has saved me "edit-time" afterwards.

In an #Angular context this is useful to automatically prompt Copilot to use "Modern Angular" APIs with each request.

For more information about instructions see code.visualstudio.com/docs/copilot/c…
Tim Deschryver (@tim_deschryver) 's Twitter Profile Photo

✍️ Blogged: Using YARP as BFF within .NET Aspire: Integrating YARP into .NET Aspire #dotNET #Aspire #YARP timdeschryver.dev/blog/integrati…

Tim Deschryver (@tim_deschryver) 's Twitter Profile Photo

My 🐣 easter project was to create a migration tool to go from zod v3 to @zod/mini. While it doesn't support everything yet, I think it can help many projects to help the migration. Try it out, and open issues for cases that are not migrated correctly github.com/timdeschryver/…

My 🐣 easter project was to create a migration tool to go from zod v3 to @zod/mini.
While it doesn't support everything yet, I think it can help many projects to help the migration.

Try it out, and open issues for cases that are not migrated correctly github.com/timdeschryver/…
Tim Deschryver (@tim_deschryver) 's Twitter Profile Photo

TIL you can fetch a webpage in #VSCode #GitHub #Copilot by adding #fetch https://webpage in your prompt. This is useful when the model isn't updated to the latest version, and you want to it extra context to do a task. code.visualstudio.com/docs/copilot/c…

Tim Deschryver (@tim_deschryver) 's Twitter Profile Photo

New PB on the marathon 🎯 I had to walk for +/- 1km because I was afraid an old injury came back up. #devsWhoRun #RunnersInTech

New PB on the marathon 🎯
I had to walk for +/- 1km because I was afraid an old injury came back up. 
#devsWhoRun #RunnersInTech
Marko Stanimirović (@markostdev) 's Twitter Profile Photo

The source code of NgRx packages is full of useful examples with advanced use of TypeScript: - Template & string literal types: github.com/ngrx/platform/… - Conditional & recursive types: github.com/ngrx/platform/… - Dynamic type checks: github.com/ngrx/platform/… - Function