1. | ChatGPT just built my entire app in minutes... | 1,976 | Tutorial |
|
2. | A cautionary tale about ChatGPT for advanced developers | 992 | Tutorial |
|
3. | GPT-4 just did 85% of my work for me (why you shouldn't use it) | 341 | Tutorial |
|
4. | Can Angular apps be cool again? | 303 | Tutorial |
|
5. | Now AI is DESIGNING my entire app in minutes... | 287 | Tutorial |
|
6. | Should this be the future of Angular applications? | 239 | |
|
7. | Introducing... the NEW Angular framework | 215 | Tutorial |
|
8. | Angular is about to get its most IMPORTANT change in a long time... | 197 | Tutorial |
|
9. | A "simplified" approach to Angular components? | 175 | Tutorial |
|
10. | Why didn't the Angular team just use RxJS instead of Signals? | 171 | Tutorial |
|
11. | Why I decided to switch to the inject() function in Angular | 163 | Tutorial |
|
12. | Using Custom Components on Multiple Pages in Ionic | 156 | Tutorial |
|
13. | Is Angular changing TOO much? | 153 | Tutorial |
|
14. | The most compelling reason to learn Angular in 2023 | 140 | Tutorial |
|
15. | I bet you can understand NgRx after watching this video | 138 | Tutorial |
|
16. | WTF is "modern" Angular development? | 137 | Tutorial |
|
17. | I used Angular's signals to build an actual app | 134 | Tutorial |
|
18. | The easier way to code Angular apps | 133 | Tutorial |
|
19. | How to ACTUALLY switch from VS Code to Neovim | 121 | Tutorial |
|
20. | I've been using the new Angular control flow syntax for templates (it's good) | 110 | Tutorial |
|
21. | Angular developers can learn Svelte so fast... | 105 | Tutorial |
|
22. | Angular's missing piece is coming... | 105 | Tutorial |
|
23. | How to structure your Angular apps like a Googler | 99 | Tutorial |
|
24. | ngTemplateOutlet is WAY more useful than I realised | 96 | Tutorial |
|
25. | Why I use a view model stream for my Angular templates | 92 | Tutorial |
|
26. | I only ever use *these* RxJS operators to code reactively | 92 | Tutorial |
|
27. | Why does the average app kind of suck? | 88 | Tutorial |
|
28. | What most devs don't get about declarative code (I didn't either) | 87 | Tutorial |
|
29. | Why does building an Angular app with INJECTION TOKENS feel so good?! | 86 | Tutorial |
|
30. | Git bisect is insanely good (and so easy) | 85 | |
|
31. | WTF is "Zone.js" and is it making your app slow? | 82 | Tutorial |
|
32. | The end of Angular's "service with a subject" approach? | 82 | Tutorial |
|
33. | Creating DESKTOP apps with Angular is easier than you think | 78 | Tutorial |
|
34. | Server rendered Angular websites in literal minutes... | 77 | Tutorial |
|
35. | My NEW default for state management in Angular | 75 | Tutorial |
|
36. | Will this new signals approach ACTUALLY work? | 74 | Tutorial |
|
37. | I bet you can write an Angular UNIT TEST after this video | 74 | Tutorial |
|
38. | The CLEANEST authentication I've ever built with Angular | 73 | Tutorial |
|
39. | Should we really NEVER subscribe in Angular apps? | 64 | Tutorial |
|
40. | Styling a Shadow DOM in Ionic #ionic #angular | 64 | Tutorial |
|
41. | Here's what I've figured out about Angular signals | 60 | Tutorial |
|
42. | Why you actually need RxJS (even if you don't realise it) | 60 | Tutorial |
|
43. | The problem with going "full declarative" in Angular | 60 | Tutorial |
|
44. | Why I finally decided to use Single File Components in Angular | 59 | Tutorial |
|
45. | Full stack reactive CRUD in Angular with Go (or any REST API) | 59 | Tutorial |
|
46. | The mindset you need for a DECLARATIVE code refactor | 59 | Tutorial |
|
47. | [OUTDATED] Ionic 2: Build a Todo List Application from Scratch | 58 | |
|
48. | This random PR taught me how to strongly type my generic Angular component | 57 | Tutorial |
|
49. | I tried to build my dream (simple) state management for Angular | 57 | Tutorial |
|
50. | My most unhinged idea yet... URLtown Devlog #1 | 57 | Tutorial |
|
51. | My go to way to manage state in Angular applications | 56 | Tutorial |
|
52. | How to casually change the entire way Angular components work | 56 | Tutorial |
|
53. | Loading Remote JSON Data with HTTP in Ionic | 55 | |
|
54. | Is complex RxJS still useful with Angular signals? | 55 | Tutorial |
|
55. | THIS is how to code declaratively in Angular | 53 | Tutorial |
|
56. | Why Neovim nerds are so obsessed with the terminal | 53 | Tutorial |
|
57. | This is why you need TypeScript type guards in Angular | 53 | Tutorial |
|
58. | How to use the ASYNC PIPE effectively in Angular Templates | 52 | Tutorial |
|
59. | There was a flaw in my Angular mental model | 52 | Tutorial |
|
60. | How I code in Angular when nobody is watching | 50 | Tutorial |
|
61. | Can You Build iOS Apps WITHOUT a Mac? #ionic #ios | 50 | Tutorial |
|
62. | How Angular plans to survive the next 10 years | 49 | Tutorial |
|
63. | Passing Data Between Pages in Ionic | 48 | |
|
64. | The hidden gotcha with async in Angular forms | 48 | Tutorial |
|
65. | Is this how we will handle errors reactively with signals in Angular? | 48 | Tutorial |
|
66. | Understanding Firestore Security Rules with Examples | 48 | Tutorial |
|
67. | RxJS made my code 5x shorter... but is it better? | 47 | Tutorial |
|
68. | Don't use effects/don't subscribe (it's the same advice) | 47 | |
|
69. | Getting Started with Google Maps in Ionic | 45 | |
|
70. | The secret to understanding piped operators in RxJS (Advanced) | 45 | Tutorial |
|
71. | An Introduction to Nx Workspaces - Understanding Nx & Monorepos #1 | 44 | Tutorial |
|
72. | It's OK/NOT OK to subscribe in Angular | 44 | Tutorial |
|
73. | Refactoring my ugliest code with signal view queries | 44 | Tutorial |
|
74. | What happened to Analog's experimental ".ng" format? | 44 | Vlog |
|
75. | Why use OnPush in Angular? Not for performance... | 44 | Tutorial |
|
76. | This ONE function makes RxJS + Signals in Angular so much better | 43 | Tutorial |
|
77. | When over engineering with Nx in Angular pays off... URLTown Devlog #2 | 42 | Tutorial |
|
78. | The Biggest Misconception of PROMISES vs OBSERVABLES | 41 | Tutorial |
|
79. | Saving Data in Ionic | 40 | |
|
80. | Create a Dynamic Reactive Angular Form with JSON | 39 | Tutorial |
|
81. | What I learned from this crazy RxJS stream in my Angular app | 39 | Tutorial |
|
82. | How to handle errors REACTIVELY with the async pipe | 39 | Tutorial |
|
83. | The inject function in Angular is not just a toy | 38 | Tutorial |
|
84. | Why signal INPUTS in Angular are such a big deal | 38 | Tutorial |
|
85. | Why you *should* use NgRx if you're learning Angular | 38 | Tutorial |
|
86. | A visual guide to why DECLARATIVE code is better | 37 | Tutorial |
|
87. | The trick to make any IMPERATIVE code DECLARATIVE instantly | 37 | Tutorial |
|
88. | This is what your Ionic app looks like on Nx | 37 | |
|
89. | I turned my trash Angular prototype into a legit app... RMC Devlog #2 | 36 | Tutorial |
|
90. | Why we NEED these missing Signals APIs in Angular | 36 | Tutorial |
|
91. | RxJS makes everything easier (Instagram story pausable stream) | 36 | Tutorial |
|
92. | The first time AI has made me feel 10x more productive | 36 | Tutorial |
|
93. | How billionaire Charles Munger fixed my Angular app | 35 | Tutorial |
|
94. | WTF is a HOT observable? | 35 | Tutorial |
|
95. | Make advanced Signals + RxJS state management easier WITH this new API | 34 | Tutorial |
|
96. | A simple approach to displaying form validation messages in Angular | 34 | Tutorial |
|
97. | This made me NOT hate note taking (as a developer) | 33 | Tutorial |
|
98. | Web3 Login with MetaMask and Firebase in Angular | 33 | Tutorial |
|
99. | [OUTDATED] Ionic 2: How to Use Google Maps & Geolocation | 33 | Tutorial |
|
100. | ANIMATED CARD LAYOUT - Ionic UI Challenge #1 | 33 | Tutorial |
|