Torben Bang
tobang68.bsky.social
Torben Bang
@tobang68.bsky.social
Father, grandfather, Angular dev at Unik, Home Automation
Reposted by Torben Bang
...
October 19, 2025 at 8:44 AM
Reposted by Torben Bang
Worked really hard on this one - can I count on these BlueSky streets to come support??
September 15, 2025 at 6:49 PM
Reposted by Torben Bang
500 questions asked on Angular Docs AI already!

Signals, state management, zoneless change detection, performance, and so many other topics are being asked by the community.

Ask Angular Docs AI: www.angular.courses/angie
May 9, 2025 at 6:33 AM
Reposted by Torben Bang
This is unbelievably cool

Just keep pressing 'space' to learn how an LLM works
LLM Visualization
A 3D animated visualization of an LLM with a walkthrough.
bbycroft.net
March 24, 2025 at 11:32 AM
Reposted by Torben Bang
I am excited to announce the release of Valibot v1, a 1 kB alternative to Zod with a type-safe and easy-to-remember API. Check out the announcement post now: valibot.dev/blog/valibot...
Valibot v1 - The 1 kB schema library
I am excited to announce the release of Valibot v1, a 1 kB alternative to Zod with a type-safe and easy-to-remember API.
valibot.dev
March 19, 2025 at 3:44 AM
Reposted by Torben Bang
Rx Visualizer Beta V1 out now. #rxjs #angular
Check it out here: rxvisualizer.com
January 28, 2025 at 7:19 PM
Reposted by Torben Bang
Learn how reactive frameworks work by building your own in under 200 lines of JavaScript

‣ Manage the component state with signals
‣ Fine-grained reactivity for view updates
‣ Built-in content projection

Post → buff.ly/3WirFz5
Code → buff.ly/40urB1J
Reactive framework in ~200 lines of JavaScript
One of my current projects is converging Angular and Wiz into the same framework. This is a complex projects that involves a lot of work and many people. It also got me thinking about different client...
buff.ly
January 13, 2025 at 4:18 PM
Reposted by Torben Bang
Here it is, @Angular v19.1 is out! 🚀

- HMR for templates by default 🤯
- Automatic removal of unused imports
- SSR improvement for i18n

And more! Check out our blog post:

blog.ninja-squad.com/2025/01/15/w...
What’s new in Angular 19.1?
Angular 19.1 is out!
blog.ninja-squad.com
January 16, 2025 at 6:56 AM
Reposted by Torben Bang
An Modern #Angular API decision chart I wrote recently to help you understand which new tool is the right one for your usage case.
January 13, 2025 at 8:45 PM
Reposted by Torben Bang
In November 2024 was announced a "soft deprecation" of the #Angular directives "ngClass" and "ngStyle", mainly due to performance-related problems, in favor of a direct binding to the attributes "class" and "style".

More info:
github.com/angular/angu...
January 10, 2025 at 10:58 AM
Reposted by Torben Bang
🌠 Did you know, Gmail makes it easy to spawn infinite unique variants of your email address?

Let’s say your email is zhangwei@gmail.com. When signing up for Netflix, you can specify your email as "zhangwei+netflix@gmail.com".

You’ll still receive all emails sent to that address!
January 8, 2025 at 1:56 PM
Reposted by Torben Bang
@ng-be.org 2024 talks are here! Fresh, insightful, and ready to binge. 🍿🔥 Watch now: www.youtube.com/@NGBECONF/vi...
December 10, 2024 at 7:54 PM
Reposted by Torben Bang
If you want to be proficient in #genAI and #rag in one day.
I still have a few spots left (both for #angular and #react, etc developers). Very practical workshop with Q&A

Don't be shy to ask for a discount, I want to bring value, rather than earn

www.simplified.courses/ai-workshop
AI for developers workshop - Don't get left behind
Join me online, for an in-person workshop on how to use AI in your Angular/React (or any javascript tech) Career. The market is changing, secure your position by embracing AI. We will learn prompt eng...
www.simplified.courses
December 10, 2024 at 8:18 PM
Reposted by Torben Bang
The video from my keynote at ng-be is now online!

youtube.com/watch?v=q1RL...
youtube.com
December 11, 2024 at 2:38 AM
Reposted by Torben Bang
I gave a presentation on What's New in #Angular this weekend. One of the most important steps is to adopt the latest best practices. Good thing the Angular team does it for you with this bundle of tools.
December 8, 2024 at 2:33 PM
Reposted by Torben Bang
I am proud to announce the release of my first book: “Modern Web Development with Angular”

Duncan Faulkner and I spent the last months putting together a learning path for newcomers in the framework featuring hands-on exercises, concepts and more

You can buy it here: www.amazon.com/Modern-Web-D...
Modern Web Development with Angular: Build Cutting-Edge, Scalable Web Apps from Scratch with Angular, TypeScript, and Reactive Programming (English Edition)
Modern Web Development with Angular: Build Cutting-Edge, Scalable Web Apps from Scratch with Angular, TypeScript, and Reactive Programming (English Edition) [Faulkner, Duncan, Bouillon, Pierre] on Amazon.com. *FREE* shipping on qualifying offers. Modern Web Development with Angular: Build Cutting-Edge, Scalable Web Apps from Scratch with Angular, TypeScript, and Reactive Programming (English Edition)
www.amazon.com
December 5, 2024 at 5:40 PM
Reposted by Torben Bang
If you're pulling data from an external API you know that TypeScript has no idea what's really coming in.

Zod is TypeScript's missing runtime piece. With it you can bring type safety into the runtime world.

Check out @ducin.dev's latest course to get started 👇

egghead.io/courses/effe...
Effective Runtime Type Checks with Zod
This course is aimed for using zod effectively in projects based on TypeScript (both browser and node.js). The benefits you gain with this course is not...
egghead.io
December 5, 2024 at 8:49 PM
Reposted by Torben Bang
✍️ Blogged: Creating an Angular application that's used by different user groups

Some guidelines on how to structure and secure your Angular application when it needs to be consumed by different user groups, e.g. by a public and a private portal.

timdeschryver.dev/blog/creatin...

#Angular
Creating an Angular application that's used by different user groups
Some guidelines on how to structure and secure your Angular application when it needs to be consumed by different user groups, e.g. by a public and a private portal.
timdeschryver.dev
December 5, 2024 at 2:19 PM
Reposted by Torben Bang
🏗️ Frontend Architect's Note #9:
Types are documentation that compiles.
Comments are documentation that lies.

Choose wisely.
#TypeScript #SoftwareDevelopment
December 4, 2024 at 1:03 PM
Reposted by Torben Bang
I love that this is built with @analogjs.org and showcases Angular's latest features!

Nice work @gerome.dev!

www.angular.courses/caniuse
Angular Caniuse
Discover when each Angular feature was introduced and its current status. Stay up to date with the latest Angular features.
www.angular.courses
November 21, 2024 at 3:45 AM