I would add distinctUntilChanged, merge ๐
17.06.2025 05:51 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0
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
09.05.2025 06:33 โ ๐ 4 ๐ 1 ๐ฌ 1 ๐ 0
LLM Visualization
A 3D animated visualization of an LLM with a walkthrough.
This is unbelievably cool
Just keep pressing 'space' to learn how an LLM works
24.03.2025 11:32 โ ๐ 81 ๐ 12 ๐ฌ 5 ๐ 1
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.
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...
19.03.2025 03:44 โ ๐ 210 ๐ 45 ๐ฌ 10 ๐ 3
1
19.02.2025 11:14 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0
Rx Visualizer Beta V1 out now. #rxjs #angular
Check it out here: rxvisualizer.com
28.01.2025 19:19 โ ๐ 21 ๐ 4 ๐ฌ 0 ๐ 0
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...
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
13.01.2025 16:18 โ ๐ 64 ๐ 19 ๐ฌ 0 ๐ 1
Whatโs new in Angular 19.1?
Angular 19.1 is out!
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...
16.01.2025 06:56 โ ๐ 9 ๐ 8 ๐ฌ 0 ๐ 0
An Modern #Angular API decision chart I wrote recently to help you understand which new tool is the right one for your usage case.
13.01.2025 20:45 โ ๐ 31 ๐ 8 ๐ฌ 3 ๐ 1
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...
10.01.2025 10:58 โ ๐ 10 ๐ 4 ๐ฌ 0 ๐ 0
๐ 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!
08.01.2025 13:56 โ ๐ 163 ๐ 21 ๐ฌ 16 ๐ 15
@ng-be.org 2024 talks are here! Fresh, insightful, and ready to binge. ๐ฟ๐ฅ Watch now: www.youtube.com/@NGBECONF/vi...
10.12.2024 19:54 โ ๐ 19 ๐ 7 ๐ฌ 0 ๐ 0
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...
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
10.12.2024 20:18 โ ๐ 3 ๐ 2 ๐ฌ 0 ๐ 0
The video from my keynote at ng-be is now online!
youtube.com/watch?v=q1RL...
11.12.2024 02:38 โ ๐ 33 ๐ 8 ๐ฌ 0 ๐ 1
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.
08.12.2024 14:33 โ ๐ 7 ๐ 1 ๐ฌ 1 ๐ 0
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)
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...
05.12.2024 17:40 โ ๐ 3 ๐ 2 ๐ฌ 1 ๐ 0
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...
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...
05.12.2024 20:49 โ ๐ 11 ๐ 2 ๐ฌ 0 ๐ 0
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.
โ๏ธ 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
05.12.2024 14:19 โ ๐ 11 ๐ 3 ๐ฌ 1 ๐ 0
๐๏ธ Frontend Architect's Note #9:
Types are documentation that compiles.
Comments are documentation that lies.
Choose wisely.
#TypeScript #SoftwareDevelopment
04.12.2024 13:03 โ ๐ 18 ๐ 3 ๐ฌ 1 ๐ 0
I agree 100%. Good day to you ๐
25.11.2024 09:05 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
simplified Angular Blog
Tech blog where we explain Simplified Angular principles and proven practices
@brechtbilliet.bsky.social has done a ton of work related to template driven forms. Look at his blog posts at:
blog.simplified.courses
Take a look at ngx-vest-forms:
github.com/simplifiedco...
21.11.2024 11:22 โ ๐ 2 ๐ 1 ๐ฌ 0 ๐ 1
Yes, please. I just moved from X ๐
18.11.2024 07:11 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
Experienced web developer, specializing in design systems, animation, and creative coding. Passionate about pushing CSS to its limits.
Posts (mostly) front-of-the-frontend stuff and animations. Don't follow people who post or share about politics.
Handmade software sauce.
#Angular and #Vue ebooks
๐ https://books.ninja-squad.com.
Open Sourcerer at @chromatic.com working on @storybook.js.org ๐
Write stories. Not too many. Mostly Svelte ones.
๐โโ๏ธโ๏ธโ๐ฑ๐โโ๏ธ
Achievements:
๐๐ฅ๐ฅ๐ฅ๐ฅ
Develop, test, and document UI in isolation
๐ storybook.js.org
๐ ๏ธ Maintained by Chromatic
Reactive State for Angular.
GitHub: https://github.com/ngrx/platform
Discord: http://discord.gg/ngrx
Workshops: https://ngrx.io/workshops
Swag: http://ngrx.threadless.com
NG Venice is a โCommunity-Firstโ international event dedicate to #angular #community โค๏ธ will take place in Venice ๐ฎ๐น at 13-14 March 2025 more infos https://ng-venice.org
AngularConnect is back, bringing the global Angular community together once again. With top speakers, cutting-edge sessions, and hands-on learning experiences, itโs the perfect place to stay ahead in the Angular ecosystem while connecting with fellow devel
๐ Follow along my journey in AI-boosted development at AiBoosted.dev
๐ป IT engineer, full stack dev and data scientist with more than twenty years of experience, editor at AngularAddicts.com
Senior Product Manager at Microsoft for Microsoft PowerToys & Windows developer experiences | Former PM of Windows Terminal & Cascadia Code ๐ฉ๐ผโ๐ปโจ
Teaching testers about web development and developers about testing
ex DevRel @Replay_io
I teach at filiphric.com and @eggheadio @TestAutomationU and @skillmea_sk
Quantitative Developer at Danske Bank
Same me, another platform. I code stuff. It usually involves some Maths. I enjoy music mandatory religion classes warned me about. And other things that may kill me.
https://thebabydino.github.io/
Sen. Sanders of Vermont, Ranking Member of the U.S. Senate Committee on Health, Education, Labor & Pensions, is the longest-serving independent in congressional history.
Alan is just this guy, you know? Product manager at Firefox, nerd, Home Automation Guy ๐ฆ๐บ๐จ๐ญ๐ฌ๐ง
https://homeautomationguy.io
https://youtube.com/@homeautomationguy
https://www.alanmbyrne.com
https://www.linkedin.com/in/alanmbyrne
Your morning companion for web dev insights.
Weekly technical deep-dives with your coffee. No hype, just carefully brewed web development updates. โ๏ธ๐ป Subscribe at https://wkbrw.dev/ip70p5j
The perfect place to learn all kinds of programming, from introductory ideas to advanced abstractions.
Join our Discord!
https://discord.gg/FMcvc6T
I'm a #developer with 10+ years of experience writing articles about my learnings on http://Dev.to and Medium. Check out my YouTube channel: https://www.youtube.com/@the_developer_show
Angular GDE. Angular/TypeScript/JavaScript/NestJS/Python/AI enthusiast
Software architect, writer, founder. Angular, React, Rust. Linguistics and Lexicography. 20+ years of FE/BE engineering experience.