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
12K 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 783 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 942 Following 👋 I build, teach, write & speak about #Angular & #NgRx for enterprises 👨💻️ Google Developer Expert #GDE 👨🏫️ @AngularZurich meetup co-organizer
nivek @nivekcode
6K Followers 413 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 490 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 4K Following Working @nxdevtools · 🥚 @eggheadio · 🎓 https://t.co/t26LF8a5h3 · 📺 https://t.co/nOssZER1QD · 🦋 @juri.dev · martial arts ⋅ 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
Deepak Palpandi @deepak_palpandi
0 Followers 45 Following
Sivian_Kiev @Rimuru_Sivian
4 Followers 246 Following
Free Engineer @Free_Engineer4
0 Followers 23 Following
Soumyadeep Dey @soumyadeep87467
1 Followers 80 Following
Sherif Elgendy @elgendy_sh24348
0 Followers 42 Following
V.K.M. @VKM1143944
0 Followers 61 Following
STV Fouz @STVFouz
0 Followers 38 Following
Daniel Lee @CloudCodeCraft
1 Followers 62 Following
Igor Monteiro @igornmsng
0 Followers 31 Following
balnk4319 @blank431919
9 Followers 99 Following
David Panibra @dpanibra0
2 Followers 254 Following
eduardo philip @eduardophilipBR
3 Followers 81 Following
Peter ピョートル... @docmammoth
108 Followers 621 Following Frontend Engineer, Master of Arts in Piano performance, 日本語教師, golf player, proud father, Alfa Romeo driver. @Uni__Augsburg graduate. I like to take photos.
Isaac Assogba @IsaacAssogba1
48 Followers 225 Following
Ezequiel Rodríguez T... @ezequiel_code
3 Followers 191 Following
Seigneur des Mouches @sdmouches
1 Followers 23 Following
Dom elvis Guitar @DomelvisGuitar1
143 Followers 2K Following 🎸 Músico & dev full stack | Java, Kotlin, Flutter, PHP, MySQL, Spring Boot | TI & Web | Curioso por IA e tech | Vida simples, mente gigante
Karna Venkatesh @KVenkatesh66223
4 Followers 237 Following
Dylan Collins @DylanColli87699
1 Followers 32 Following
Evgeny Gonokhov @gonokhov19558
0 Followers 5 Following
Mukesh Singh Thakur @msthakur0064
18 Followers 81 Following If you don't throw yourself into something, you'll never know what you could have had.
Subhrangsu Bera 💻�... @SubhrangsuBera
36 Followers 300 Following Web development enthusiast 🚀💻 | PG VU '23 🎓 | Actively learning & growing 🌱 | Open to opportunities 🤝 | Let's build the web! #WebDeveloper #100DaysOfCode
Siham Said @SihamSaid_1
0 Followers 68 Following
Tecnual @Tecnual
243 Followers 1K Following Eterno junior developer. 🐧 #devops #Scrum #Angular #Node #js #ciberseguridad Ninguno de tus derechos está reservado.
Othman Shbeir @OShbeir
194 Followers 4K Following CS Valedictorian 🎓 | Teaching Assistant 👨🏫 | AI & Computer Vision specialist 🤖👁️ | Innovator 💡 | Hackathon Winner 🏆
Artur Akopian @ArturAkopian7
0 Followers 34 Following
Khaled Al-Noami @knoami
16 Followers 3K Following
Ankit Singh @ankitsingh_11
9 Followers 367 Following
Till Collapse @TCollapse11261
0 Followers 15 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 524 Following User Experience Architect, Usability Consultant and Web Developer.
Jomson Johny @jomso63658
0 Followers 10 Following
Jesus Arockia Sankara... @5110jas
54 Followers 170 Following
arav21 @arav21x6
2 Followers 51 Following
Alexandre A.I @alenetoof
0 Followers 32 Following
Minko Gechev @mgechev
57K Followers 222 Following Improving developer productivity @Google Opinions are my own 🇧🇬🇺🇸
NG Tutorial 🔥 @NG_Tutorial
10K Followers 42 Following
Enea Jahollari 🅰 @Enea_Jahollari
12K 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 783 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
206K Followers 743 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 942 Following 👋 I build, teach, write & speak about #Angular & #NgRx for enterprises 👨💻️ Google Developer Expert #GDE 👨🏫️ @AngularZurich meetup co-organizer
Maximilian @maxedapps
63K Followers 135 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 1K Following YouTube content creator | https://t.co/s46UL59PHx Software developer | @deborahkurata.bsky.social Microsoft MVP Google GDE Pluralsight author speaker
Kent C. Dodds ⚡ @kentcdodds
295K Followers 389 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 413 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 74 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 490 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 84 Following Chief Premarket Officer (CPO) @whalesmarket - MemeMaster
Whales Market 🐳 @WhalesMarket
111K Followers 742 Following The Leading Pre-market DEX for OTC Token Deals. Ask our agent @whalesintern https://t.co/XsWptT9Xir
WLFI @worldlibertyfi
775K 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
82 Followers 523 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 144 Following Bitcoin On-Chain Analyst • Newsletter & Full Indicator Suite: https://t.co/jb43Y8s5K0 🧠
Colin Talks Crypto �... @ColinTCrypto
85K Followers 156 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 961 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 260 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 Google's AI Builders Forum on demand ⬇️
Google Cloud @googlecloud
567K Followers 1K Following Welcome to the new way to cloud. Qs? ➡️ https://t.co/BFKBu3t6xk For do-ers & makers ➡️ @GoogleCloudTech Watch Google's AI Builders Forum on demand ⬇️
TANSTACK @tan_stack
40K Followers 97 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 518 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 197 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 297 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
63K Followers 248 Following building https://t.co/eVz8bbXqxp https://t.co/A7BKeXDXKQ https://t.co/KFQgBnHJQy https://t.co/ZjFDwZeABC
ThePrimeagen @ThePrimeagen
300K 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 89 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
238 Followers 179 Following Lead of Frontend Competence Center at Avenga Poland 🚀💡💪 | Angular GDE 🅰️🧑💻| Angular Space Mentor | Speed Date With Angular on YouTube
Leonardo Freire @lfreiredev
949 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
840 Followers 376 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 250 Following
Krzysztof Platis @KrisPlatis
243 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
141 Followers 108 Following Angular | IT Services | Consulting | Project Jump Starts 💻 _______ Get in touch with us: [email protected] ✉️ _______ ‼️ WE ARE HIRING ‼️
Peter Müller @BaggersIO
755 Followers 733 Following Co-founder of @qupaya. Founder & organizer of @ngdeconf & @FrankenJS. 🏈 🥾 🥩 🍺
Andrew Red 🥑 @AndrewRedUK
3K Followers 516 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
260 Followers 335 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
379 Followers 130 Following Dad of two 👦👦, frontend developer, mostly #Angular and #React. I ❤️ TypeScript. Author and maintainer of the Angular adapter for #TanStack Query. 🇳🇱🇪🇺