Angular University 🅰️ @AngularUniv
High-quality Angular Courses. Learn and keep up with the Angular Ecosystem. Helpdesk: [email protected] angular-university.io Joined March 2016-
Tweets8K
-
Followers8K
-
Following2K
-
Likes2K
Besides video courses and exercises, nothing locks in better with your newly acquired knowledge than getting yourself a certification. The brand-new Angular Certification Program—𝐫𝐞𝐯𝐢𝐞𝐰𝐞𝐝 𝐛𝐲 𝐆𝐨𝐨𝐠𝐥𝐞 𝐃𝐞𝐯𝐞𝐥𝐨𝐩𝐞𝐫 𝐄𝐱𝐩𝐞𝐫𝐭𝐬— is now live: Propel Your…
🚀 Angular 19's Linked Signal: A Writable Computed? The new linkedSignal API is a game-changer for managing derived state. It acts like computed, but writable, making it perfect for cases where values must be reset dynamically based on another signal. 🔥 Don't overuse…
🚀 Learn Angular for FREE! 🎓🔥 Kickstart your journey with this beginner-friendly course (2h 45m)! Master key Angular concepts: ✅ Components, Pipes, Services ✅ @if, @for, @Switch directives ✅ HTTP Client (GET, POST, PUT, DELETE) 👉 Enroll now: angular-university.io/course/getting……
🚀 Angular 19's resource() API is here! Handle async requests declaratively with: ✅ Reactive data fetching via signals ✅ Seamless loading states ✅ Automatic request cancellation (no RxJS needed!) 💡 Type in a search box—only the final query hits the backend. No wasted…
Swap traditional decorators like @viewchild with new functions: Instead of: @viewchild('title') title!: ElementRef; ngAfterViewInit() { console.log(this.title.nativeElement); } Use: title = viewChild<ElementRef>('title'); effect(() =>…
🚀 A cleaner alternative to *ngIf: the @if syntax! It's more intuitive, supports else if, and requires no imports. Example: @component({ template: ` @if (showHello) { <h2>Hello</h2> } @else { <h2>Goodbye</h2> } `, }) class Test { showHello = true; } Why is this better + what…
Angular's @defer syntax is a performance game-changer! 🚀 Load components only when needed with fine-grained control: @defer (on viewport) { <heavy-component /> } @PlaceHolder { <loading-spinner /> } Separate bundles, custom triggers, and smart prefetching. Your apps just got…
🚀 Want to create a global loading indicator in Angular? Here's a quick guide: 🔹 Build a LoadingService to control the spinner globally 🔹 Use an HTTP interceptor to auto-toggle the spinner for backend requests 🔹 Integrate with the router for seamless route transition…
🚀 Angular Signal Inputs vs @input: The future of reactivity in Angular! 🌐 Signal inputs, introduced in Angular 17.1, are a game-changer! They simplify reactivity and replace the need for OnChanges. No more manual updates when your input changes. Here’s how to refactor…
🚀 Boost Your Angular App’s Speed! 🚀 Is your app slow? Optimize bundle size with these steps: 🔍 Find the problem: npm install -g source-map-explorer ng build --configuration production --source-map && source-map-explorer dist/browser/*.js ⚡ Lazy-load everything:…
🚀 Master Angular's NEW signal-based queries! Say goodbye to lifecycle hooks & decorators—use viewChild(), contentChild(), viewChildren(), & contentChildren() for a cleaner, reactive approach! 🚨Query plain HTML: title = viewChild<ElementRef>("title");…
🚀 Angular’s linkedSignal() – The Missing Link in Signal-Based Reactivity! 🔹 Writable like a signal 🔹 Reactive like computed 🔹 Perfect for scenarios like form resets & state management No more awkward effect() workarounds! Check out how it works: 👇 const quantity =…
🚀 Angular Devs, did you know? toObservable() in Angular only emits the last signal value from a change detection cycle. Even if you set multiple values before subscribing, you'll only see the final one! Want to see why? Check out this deep dive by @AngularUniv 👇…
🚀 Slow Angular app? Don't guess, profile it! ✅ Generate a bundle report ✅ Identify heavy dependencies ✅ Use lazy loading & @defer for huge gains Learn how to optimize your app’s performance step by step! ⚡👇 🔗blog.angular-university.io/angular-perfor…
🚀 𝐂𝐮𝐫𝐢𝐨𝐮𝐬 𝐚𝐛𝐨𝐮𝐭 𝐀𝐧𝐠𝐮𝐥𝐚𝐫 𝐒𝐢𝐠𝐧𝐚𝐥𝐬? This course breaks down how to build Angular apps using Signals with minimal RxJs. Learn change detection, CRUD, authentication & more, all in a modern signal-based approach. 🎯 ✅ 25% of lessons FREE! Start learning…

NG Tutorial 🔥 @NG_Tutorial
10K Followers 42 Following
Enea Jahollari 🅰 @Enea_Jahollari
11K Followers 1K Following Software Engineer @ https://t.co/a51CwQtlPH Angular GDE. Core Contributor: ngxtension & rx-angular. ❤️ web performance & reactive programming. How can I help you?
Mosh @moshhamedani
148K Followers 786 Following Software Eng. | No-Fluff Coding Courses | Build Skills, Land Your Tech Job 🚀 Browse my courses: https://t.co/bsPuxDaXGG
Santosh Yadav @SantoshYadavDev
27K Followers 2K Following Staff Engineer, GoogleDevExpert @angular, @github star, MVP, https://t.co/tfyaRJNZEw
Brecht Billiet @brechtbilliet
6K Followers 380 Following I make stuff... LLM whisperer, BBQ Chef, Interior Art Creator 💵 📈 Mentor 🤓 Public speaker 🔈 NX Champion! Follow me for #genai tips
Tomas Trajan @tomastrajan
11K Followers 938 Following 👋 I build, teach, write & speak about #Angular & #NgRx for enterprises 👨💻️ Google Developer Expert #GDE 👨🏫️ @AngularZurich meetup co-organizer
nivek @nivekcode
6K Followers 412 Following Google Developer Expert in Angular | @angularexperts_ | Frontend Engineer 🚀 | Sharing on YouTube 🎥 & Twitch 🎮 | Open-source enthusiast | Madrid ⚽
Manfred Steyer @ManfredSteyer
18K Followers 1K Following Speaker, Trainer, Consultant and Author with focus on Angular. Google Developer Expert (GDE) and Microsoft MVP.
Josh Morony @joshuamorony
13K Followers 492 Following GDE for @angular 🧑💻 https://t.co/VtNDLYi6jy 🧑💻 https://t.co/LKA6yTu2d8 🎥 YT: https://t.co/AT9ZCGrygT ✉️ Newsletter: https://t.co/1Zjb0EoxPw
Juri · juri.dev @juristr
17K Followers 3K Following Working @nxdevtools · 🥚 @eggheadio · 🎓 https://t.co/t26LF8a5h3 · 📺 https://t.co/nOssZER1QD · 🦋 @juri.dev · dad of 👦👦👧
Jeff Cross @jeffbcross
21K Followers 2K Following CEO of @nxdevtools. I ❤️ scale, performance, and security.
Jason Warner @xocomil_1
2K Followers 513 Following I love all things code-related. I also enjoy helping other developers succeed. #Angular GDE
Artur Akopian @ArturAkopian7
0 Followers 32 Following
Khaled Al-Noami @knoami
16 Followers 3K Following
Ankit Singh @ankitsingh_11
8 Followers 366 Following
Till Collapse @TCollapse11261
0 Followers 13 Following
Jamie Barnes @jamiebarnes878
70 Followers 28 Following Christ follower, husband, father, and grandfather.
Prashant Chauhan @prashantc9902
0 Followers 132 Following
Prabhakar Marella @_prabhakar_
24 Followers 522 Following User Experience Architect, Usability Consultant and Web Developer.
Jomson Johny @jomso63658
0 Followers 10 Following
Jesus Arockia Sankara... @5110jas
56 Followers 168 Following
arav21 @arav21x6
1 Followers 47 Following
Alexandre A.I @alenetoof
0 Followers 30 Following
Vivek Pillai @VivkPillai
1 Followers 28 Following
Matesx @Matesx4
33 Followers 302 Following
Alex Rangelov @rangelovv2
8 Followers 252 Following 🚀 Building apps & documenting the journey 🌍 Learning, sharing & connecting along the way
fluxtrend @cdkatnews
811 Followers 3K Following Technology Content Creator | Long-form tech articles & video scripts | Covering AI to Zero-day exploits | Building tech literacy one post at a time
Arnor Ameti @NolixAmt
3 Followers 62 Following
Dhanashri Lambade @dhanashri_2610
71 Followers 249 Following 🔬 "Engineer at heart 💡 Innovating solutions, not problems 🚀 Forever a techie 🌐" Software Engg | Angular| Java | NodeJS | JSP| Servlet | Hibernate | Spring.
Ragnar Lothbrok @RagnarLoth49837
1 Followers 10 Following
Levin @LevinBaenninger
1 Followers 92 Following
Steven Ricardo @stevenricardoq
25 Followers 254 Following I'm a systems engineering student, I like the backend but also have to do the frontend 😅
Sameer Shrestha @sameer_00002
0 Followers 24 Following
Arnaud Lebon @alebon_pro
0 Followers 29 Following
Trương Minh @mink_truong
0 Followers 26 Following
Gunasekhar19 @Archana_199
8 Followers 306 Following
Said Djelmo @saiddjelmo
3 Followers 59 Following
Varvara Kozhura @kozhuraVA
3 Followers 37 Following
BuilderKit @builderkitdev
18 Followers 28 Following Built by @sercan - the developer of Fuse Angular. BuilderKit is the next step: a modern Starter Kit for building real applications faster.
David Hernandez @Vsjeee
0 Followers 56 Following
Pushkal @pushkalsingh
133 Followers 301 Following
Hossam samir @hossam18200
60 Followers 226 Following حبيبي ي اوسو الله يرحمك 🤲 وحشني اوي والله حاسس اني واحد ي صديقي من بعدك لا صديق بعدك ولا رفيق 😭😭نتقابل ف الأخرة ي صديقي 😭😭
Walid Trabelsi @Trabelsi_7777
0 Followers 35 Following
Satyendra Singh @satyendranegi31
16 Followers 61 Following
Vitor Travassos @VigoMeos
0 Followers 18 Following
AS-or-JS @As3script
23 Followers 115 Following दुश्मन खेमें में हाहाकार मच जाय तो समझो हम सही दिशा में बढ रहे है
Harioiisj @harioiisj37709
5 Followers 275 Following
faias @nagurfaias
0 Followers 7 Following
Angular CodeSpotlight @ngCodeSpotlight
3 Followers 95 Following Empowering @Angular Developers, Expanding Possibilities
RickyRick @rickyrick1119
180 Followers 3K Following
Minko Gechev @mgechev
57K Followers 220 Following Improving developer productivity @Google Opinions are my own 🇧🇬🇺🇸
NG Tutorial 🔥 @NG_Tutorial
10K Followers 42 Following
Enea Jahollari 🅰 @Enea_Jahollari
11K Followers 1K Following Software Engineer @ https://t.co/a51CwQtlPH Angular GDE. Core Contributor: ngxtension & rx-angular. ❤️ web performance & reactive programming. How can I help you?
Mosh @moshhamedani
148K Followers 786 Following Software Eng. | No-Fluff Coding Courses | Build Skills, Land Your Tech Job 🚀 Browse my courses: https://t.co/bsPuxDaXGG
Santosh Yadav @SantoshYadavDev
27K Followers 2K Following Staff Engineer, GoogleDevExpert @angular, @github star, MVP, https://t.co/tfyaRJNZEw
Brandon Roberts @brandontroberts
18K Followers 2K Following OSS maintainer, Creator of AnalogJS, Angular GDE, NgRx Maintainer, Nx Champion, sports ranter, and gif slinger. prev: @saucedopen, @appwrite, @NxDevtools
Brecht Billiet @brechtbilliet
6K Followers 380 Following I make stuff... LLM whisperer, BBQ Chef, Interior Art Creator 💵 📈 Mentor 🤓 Public speaker 🔈 NX Champion! Follow me for #genai tips
Matt Pocock @mattpocockuk
200K Followers 737 Following I teach devs for a living. Author of Total TypeScript and AI Hero. Ex-@vercel. Used to be a voice coach.
Tomas Trajan @tomastrajan
11K Followers 938 Following 👋 I build, teach, write & speak about #Angular & #NgRx for enterprises 👨💻️ Google Developer Expert #GDE 👨🏫️ @AngularZurich meetup co-organizer
Maximilian @maxedapps
63K Followers 131 Following I teach & love coding: https://t.co/4MBHNMbLCG. I also do podcasts and YouTube. Find me on https://t.co/BMtYrpUy5q.
Deborah Kurata | yout... @DeborahKurata
23K Followers 999 Following YouTube content creator | https://t.co/s46UL59PHx Software developer | @deborahkurata.bsky.social Microsoft MVP Google GDE Pluralsight author speaker
Kent C. Dodds ⚡ @kentcdodds
293K Followers 383 Following Improving 🌎 with quality software · Husband, 5x Dad, Latter-day Saint, Dev Educator, MVP ⚡️ https://t.co/X8fNGbdL2y 🌌 https://t.co/pPQmnZS6rR 🚀 https://t.co/NYn5aJVGve 🏆 https://t.co/U5KafpJTZp
nivek @nivekcode
6K Followers 412 Following Google Developer Expert in Angular | @angularexperts_ | Frontend Engineer 🚀 | Sharing on YouTube 🎥 & Twitch 🎮 | Open-source enthusiast | Madrid ⚽
Manfred Steyer @ManfredSteyer
18K Followers 1K Following Speaker, Trainer, Consultant and Author with focus on Angular. Google Developer Expert (GDE) and Microsoft MVP.
Chau Tran @Nartc1410
8K Followers 1K Following Sr Engineer @NxDevTools | GDE @angular | I use @neovim btw
Netanel Basal @NetanelBasal
15K Followers 61 Following A FrontEnd Tech Lead, blogger, and open source maintainer. The founder of ngneat, husband and father.
Nx @NxDevTools
33K Followers 75 Following Smart Repos · Fast Builds 💬 https://t.co/HB1Qfm2Kkb 📺 https://t.co/1HM2Zfv8kt 🐙 https://t.co/1wSfBqfBwz 🦋 https://t.co/vRJPAzxdoX
Josh Morony @joshuamorony
13K Followers 492 Following GDE for @angular 🧑💻 https://t.co/VtNDLYi6jy 🧑💻 https://t.co/LKA6yTu2d8 🎥 YT: https://t.co/AT9ZCGrygT ✉️ Newsletter: https://t.co/1Zjb0EoxPw
Thomas 🅰️🇨�... @laforge_toma
4K Followers 269 Following Sr Engineer @HealthRosa | @GoogleDevExpert for angular 🅰️ | #AngularChallenges creator
Whales's Intern @whalesintern
4K Followers 74 Following Chief Premarket Officer (CPO) @whalesmarket - MemeMaster
Whales Market 🐳 @WhalesMarket
107K Followers 690 Following The first and only trustless OTC DEX. Ask our agent @whalesintern https://t.co/T1dJSEHa7K
WLFI @worldlibertyfi
769K Followers 21 Following WLFI is building the future of finance. USD1 is just the beginning—trusted by users, institutions, and everyone in between. 🦅☝️
Mayra A. Rodriguez M @mayrascript
3K Followers 2K Following Mom, Developer and Speaker / @GoogleDevExpert at @angular and Web / @WomenTechmakers / Computer Engineer / Founder of @rovistack Venezuelan🇻🇪
Kristiyan Velkov @krisvelkov
84 Followers 517 Following Tech Lead • Front-End Advocate • Mentor & Educator • Tech Blogger • Published Author • 100+ IT Certifications • 30K+ Followers • Expert in React.js, Next.js, An
On-Chain Mind @OnChainMind
4K Followers 143 Following Bitcoin On-Chain Analyst • Newsletter & Full Indicator Suite: https://t.co/jb43Y8s5K0 🧠
Colin Talks Crypto �... @ColinTCrypto
83K Followers 155 Following https://t.co/DAoxZ0TyT0 @cbbi_daily “All paper money eventually returns to its intrinsic value – ZERO” (Voltaire 1729) “Fiat is the scam that enables all other scams.”
Pablo 📐 @pablo_veyrat
4K Followers 287 Following Co-Founder @AngleProtocol 📐, @merkl_xyz 🥨 Proud European citizen building an open financial ecosystem 🇪🇺
Patrick Hansen @paddi_hansen
58K Followers 952 Following Crypto, Tech & Europe | Senior Director, EU Strategy & Policy @circle | All views are my own
Angle 📐 @AngleProtocol
50K Followers 62 Following A capital-efficient, decentralized, over-collateralized stablecoin protocol behind EURA 💶 and USDA 💵 — Account powered by Angle Labs
dasiek.js @dasiekjs
18 Followers 103 Following fullstack by profession, frontend by love. 😻 Angular | React Native | Symfony. Can't (much) SQL. Gaming too.
Cult.Repo (formerly H... @CultRepo
14K Followers 3K Following 🎬 Creators of OSS Origin Stories | Our mission—to document the complete history of every major open source language ever created. Subscribe on YouTube
Coinfessions @coinfessions
221K Followers 1 Following anonymous crypto confessions by @illustratealpha THERE IS NO COIN. THERE IS NO DISCORD. Supported by @rollbit
Angular.Schule @angular_schule
711 Followers 261 Following #Angular-Workshops von den @angular_buch Buchautoren und Google Developer Experts (#GDE) @JohannesHoppe und @fmalcher01!
Benjamin Cowen @intocryptoverse
1.1M Followers 1K Following CEO/Founder @ITC_Crypto @ITC_Stocks @ITC_Macro PhD Engineering https://t.co/VwxEaJxIl8
Andrew D. Huberman, P... @hubermanlab
1.6M Followers 2K Following Professor of Neurobiology and Ophthalmology at Stanford Medicine • Host of Huberman Lab • Focused on science and health research and public education
Google Cloud Tech @GoogleCloudTech
1.3M Followers 2K Following Follow along for how-tos, demos, product news, and more. For company updates, check out @GoogleCloud. Watch #GoogleCloudNext on demand ⬇️
Google Cloud @googlecloud
567K Followers 1K Following Welcome to the new way to cloud. Questions? ➡️ https://t.co/BFKBu3t6xk For do-ers & makers ➡️ @GoogleCloudTech Watch #GoogleCloudNext on demand ⬇️
TANSTACK @tan_stack
38K Followers 83 Following 🌎 Open Source Software for the Web👨🏽💻TypeScript 👻 Headless ⚒️ Start, Router, Query, Table, DB, Form, Virtual, Pacer, Store
Angular Query @AngularQuery
189 Followers 13 Following Server State Synchronization made easy Official port of @Tan_Stack Query
Vadim Savin @notJust.... @VadimNotJustDev
7K Followers 510 Following 🧑🏻💻 Helping developers build impactful mobile apps with React Native & Exp! • 🚀 125k+ on YouTube #notJustDev 📈 • Follow me for value-packed dev content 💡
Tyler McGinnis @tylermcginnis
41K Followers 196 Following https://t.co/rv2wQf1ulF | https://t.co/tVgZpnix3d | https://t.co/vDsyv7As6e | https://t.co/M6n1ksrTI9 | https://t.co/QFQpFi9wWm | https://t.co/vUanbArfLj
Emma Twersky @twerske
7K Followers 298 Following staff developer relations @ google (future goat farmer) she/her
K.O.O @Dominus_Kelvin
18K Followers 212 Following Teaching fullstack JS @sails_casts. Building @usehagfish for the modern creator. Writing @TheAfricanEng. Lead maintainer @sailsjs. Email: [email protected].
Gui @goenning
4K Followers 231 Following Building https://t.co/ZgZ5LW7seI and https://t.co/DCi5jAG8rb
dax @thdxr
61K Followers 228 Following building https://t.co/eVz8bbXqxp https://t.co/A7BKeXDXKQ https://t.co/KFQgBnHJQy https://t.co/ZjFDwZeABC
ThePrimeagen @ThePrimeagen
297K Followers 1K Following skill issues: 🟩⬛️⬛️⬛️⬛️⬛️(69/420) https://t.co/qWJnB6p4EP https://t.co/IwY3FTx1ZE https://t.co/TYJ6aSpwYs
Daniel Cranney 🇬�... @danielcranney
24K Followers 3K Following 🥑 Dev Advocate @WeAreDevs 🎓 Ex Teacher 💻 Building https://t.co/PaLaKevFAe 🙎♂️ Create a GitHub profile at https://t.co/iQLBpXyttL
Adrian Twarog 🦘 @adrian_twarog
35K Followers 88 Following I'm Adrian from Australia, I enjoy Design, Dev, UI, UX, Creator of https://t.co/7Me4vVSnDj - Design for Developers Youtube: https://t.co/HQj14iC0hr
Brygida Fiejdasz @brydziaf
230 Followers 175 Following Lead of Frontend Competence Center at Avenga Poland 🚀💡💪 | Angular GDE 🅰️🧑💻| Angular Space Mentor | Speed Date With Angular on YouTube
Leonardo Freire @lfreiredev
953 Followers 188 Following Burned out 2x while in the corporate world. Now I work on my own terms and help other devs do the same.
Gabriel Visconti @gabrielvisconti
2K Followers 2K Following
Jeffrey Bosch @jefiozie
890 Followers 1K Following Proud Dad, Lead organizer of @angulardutch, member of the @xLayers_ core team, Author of ngx-aws-deploy. Open DM for questions.
Stefan Haas @StefanvHaas
839 Followers 375 Following Senior Software Engineer at Microsoft | Nx Champion
Devon Govett @devongovett
39K Followers 1K Following Creator of @parceljs. Engineer @adobe working on React Aria and React Spectrum.
César @CesarDemi81
32 Followers 244 Following
Krzysztof Platis @KrisPlatis
241 Followers 205 Following I'm Javascript Enthusiast • Fascinated with internals of Vue, React and Angular • Architect @ SAP Spartacus (https://t.co/yLlvOoFJOo). Opinions R my own
qupaya technologies @qupaya
140 Followers 108 Following Angular | IT Services | Consulting | Project Jump Starts 💻 _______ Get in touch with us: [email protected] ✉️ _______ ‼️ WE ARE HIRING ‼️
Peter Müller @BaggersIO
756 Followers 733 Following Co-founder of @qupaya. Founder & organizer of @ngdeconf & @FrankenJS. 🏈 🥾 🥩 🍺
Andrew Red 🥑 @AndrewRedUK
3K Followers 517 Following Building open-sourced developer's future. Join me on this path! Ex-CTO at a few Fintech Startups, open-source contributor, speaker🎙
Paul Mead @bodyofcode
264 Followers 336 Following Frontend Architect | Angular | Nrwl Nx | C# | GCP | Husband | Father | Hockey/Fitness Nut - I like to pick up heavy shit and put it back down.
Arnoud de Vries @Arnoud_dv
368 Followers 126 Following Dad of two 👦👦, frontend developer, mostly #Angular and #React. I ❤️ TypeScript. Author and maintainer of the Angular adapter for #TanStack Query. 🇳🇱🇪🇺