Building Enterprise Angular Applications with Domain Driven Design
https://medium.com/@jonatan.melzer/building-enterprise-angular-applications-with-domain-driven-design-a9079d6a9420
#angular #domain #driven #pattern
https://medium.com/@jonatan.melzer/building-enterprise-angular-applications-with-domain-driven-design-a9079d6a9420
#angular #domain #driven #pattern
Medium
Building Enterprise Angular Applications with Domain Driven Design
Domain-Driven Design (DDD) is an approach originated from the idea that complex software systems should be built around a deep…
Angular Drag and Drop Files Upload Made Simple
https://dev.to/tabernerojerry/angular-drag-and-drop-files-upload-made-simple-jb6
---
Angular Signals: Streamline Data Flow and Boost Maintainability
https://dev.to/keshavkhatri/angular-signals-streamline-data-flow-and-boost-maintainability-1ogc
#angular #upload #dragdrop #signal
https://dev.to/tabernerojerry/angular-drag-and-drop-files-upload-made-simple-jb6
---
Angular Signals: Streamline Data Flow and Boost Maintainability
https://dev.to/keshavkhatri/angular-signals-streamline-data-flow-and-boost-maintainability-1ogc
#angular #upload #dragdrop #signal
DEV Community
Angular Drag and Drop Files Upload Made Simple
NO drag and drop dependency and directives needed. Simple just input file that's it! ...
Navigating Angular Apps: A Guide to RedirectCommand
https://netbasal.com/navigating-angular-apps-a-guide-to-redirectcommand-1675e890349d
—-
Stop Using TypeScript Interfaces
https://levelup.gitconnected.com/stop-using-typescript-interfaces-973401f99920
#angular
https://netbasal.com/navigating-angular-apps-a-guide-to-redirectcommand-1675e890349d
—-
Stop Using TypeScript Interfaces
https://levelup.gitconnected.com/stop-using-typescript-interfaces-973401f99920
#angular
Medium
Navigating Angular Apps: A Guide to RedirectCommand
Since Angular introduced the capability to return a UrlTree in router guards, it has become a preferred method for implementing redirects…
Angular Features You Probably Didn’t Know About, But Should Definitely Try!
https://medium.com/@Evelyn.Taylor/angular-features-you-probably-didnt-know-about-but-should-definitely-try-dbfbd622ee62
—-
Exploring Angular’s afterRender and afterNextRender Hooks
https://netbasal.com/exploring-angulars-afterrender-and-afternextrender-hooks-7133612a0287
#angular #render #feature
https://medium.com/@Evelyn.Taylor/angular-features-you-probably-didnt-know-about-but-should-definitely-try-dbfbd622ee62
—-
Exploring Angular’s afterRender and afterNextRender Hooks
https://netbasal.com/exploring-angulars-afterrender-and-afternextrender-hooks-7133612a0287
#angular #render #feature
Medium
Angular Features You Probably Didn’t Know About, But Should Definitely Try!
You know, there are some really cool tricks in Angular that not many folks know about. But they can seriously jazz up the stuff you’re…
Code A Chess Game with AI Opponent
https://www.freecodecamp.org/news/code-a-chess-game-with-ai-opponent/
—-
How Using Angular’s inject() Function Has Saved Me 1000 Lines of Code
https://javascript.plainenglish.io/how-using-the-angulars-inject-function-has-saved-me-1000-lines-of-code-82b699183da8
#angular #chess #game
https://www.freecodecamp.org/news/code-a-chess-game-with-ai-opponent/
—-
How Using Angular’s inject() Function Has Saved Me 1000 Lines of Code
https://javascript.plainenglish.io/how-using-the-angulars-inject-function-has-saved-me-1000-lines-of-code-82b699183da8
#angular #chess #game
freeCodeCamp.org
Code A Chess Game with an AI Opponent
Are you interested in combining your love for chess with your passion for coding? We just posted a comprehensive video course on the freeCodeCamp.org YouTube channel that will teach you how to code your own chess game with JavaScript and Angular. Eve...
Angular and Supabase Course – Build a Realtime Chat Application
https://www.youtube.com/watch?v=Dg7bZUFopUo
#angular #supabase
https://www.youtube.com/watch?v=Dg7bZUFopUo
#angular #supabase
YouTube
Angular and Supabase Course – Build a Realtime Chat Application
Create and deploy a powerful real-time chat application using Angular 17 and Supabase in this full course.
Initial Setup: https://github.com/desoga10/ng-chat-ui-setup
Final Implementation: https://github.com/desoga10/ng-chat-v
Demo Link: https://ng-chat…
Initial Setup: https://github.com/desoga10/ng-chat-ui-setup
Final Implementation: https://github.com/desoga10/ng-chat-v
Demo Link: https://ng-chat…
Angular Design Patterns: Strategy Pattern
https://vugar-005.medium.com/angular-design-patterns-strategy-pattern-ace359ae77b3
—-
Angular Coding Best Practices
https://medium.com/@alokkumar.nayak2009/angular-best-practices-fbe91f7d96db
—-
#angular #patterns #tips
https://vugar-005.medium.com/angular-design-patterns-strategy-pattern-ace359ae77b3
—-
Angular Coding Best Practices
https://medium.com/@alokkumar.nayak2009/angular-best-practices-fbe91f7d96db
—-
#angular #patterns #tips
Medium
Angular Design Patterns: Strategy Pattern
A mechanism to select an algorithm at runtime from a family of algorithms, and make them interchangeable
The ‘paradox’ of Angular signals’ effect()s
https://levelup.gitconnected.com/the-paradox-of-angular-signals-effect-s-b30978f8cc4c
—-
Exploring Angular’s New @let Syntax: Enhancing Template Variable Declarations
https://netbasal.com/exploring-angulars-new-let-syntax-enhancing-template-variable-declarations-40487b022b44
—-
Data fetching patterns in Angular
https://medium.com/medialesson/data-fetching-patterns-in-angular-185da4cfbcde
—-
Advanced Angular Interview Questions
https://tusharghosh09006.medium.com/advanced-angular-interview-questions-d1573f1b350b
—-
#angular #signals #interview #fetch
https://levelup.gitconnected.com/the-paradox-of-angular-signals-effect-s-b30978f8cc4c
—-
Exploring Angular’s New @let Syntax: Enhancing Template Variable Declarations
https://netbasal.com/exploring-angulars-new-let-syntax-enhancing-template-variable-declarations-40487b022b44
—-
Data fetching patterns in Angular
https://medium.com/medialesson/data-fetching-patterns-in-angular-185da4cfbcde
—-
Advanced Angular Interview Questions
https://tusharghosh09006.medium.com/advanced-angular-interview-questions-d1573f1b350b
—-
#angular #signals #interview #fetch
Medium
The ‘paradox’ of Angular signals’ effect()s
Changes of ‘unchanged’! — Not an obvious behavior of an array of objects signal.
Angular Routing Strategies — Hash Or No Hash URIs made easy.
https://faun.pub/angular-routing-strategies-hash-or-no-hash-uris-made-easy-a671d9024654
—-
Angular Error Handling Made Easy: Implementing a Global Error Handler and Robust Logging with ngx-logger
https://levelup.gitconnected.com/angular-error-handling-made-easy-implementing-a-global-error-handler-and-robust-logging-with-7eaa901c4c40
—-
Maximizing Angular Charts Performance with Lazy Loading
https://www.syncfusion.com/blogs/post/lazy-loading-angular-charts/
#angular #router #errohandling
https://faun.pub/angular-routing-strategies-hash-or-no-hash-uris-made-easy-a671d9024654
—-
Angular Error Handling Made Easy: Implementing a Global Error Handler and Robust Logging with ngx-logger
https://levelup.gitconnected.com/angular-error-handling-made-easy-implementing-a-global-error-handler-and-robust-logging-with-7eaa901c4c40
—-
Maximizing Angular Charts Performance with Lazy Loading
https://www.syncfusion.com/blogs/post/lazy-loading-angular-charts/
#angular #router #errohandling
Medium
Angular Routing Strategies — Hash Or No Hash URIs made easy.
Let’s talk routing because it is a topic which is important and can be a barrier of entry for many professionals.
How to Make Your TypeScript Code More Elegant
https://javascript.plainenglish.io/how-to-make-your-typescript-code-more-elegant-73645401b9b1
—-
Typescript Was A Mistake
https://andrewzuo.com/typescript-was-a-mistake-be68adeafc0d
—-
Deep Dive into TypeScript’s Keyof Operator for Safer and More Flexible Code
https://javascript.plainenglish.io/deep-dive-into-typescripts-keyof-operator-for-safer-and-more-flexible-code-f5bf678d1a0b
—-
Angular Tips & Tricks: Initialize SignalStore from Resolver
https://itnext.io/angular-tips-tricks-initialize-ngrx-signalstore-from-resolver-738c9ff58369
—-
Angular Signals: Best Practices
https://medium.com/@eugeniyoz/angular-signals-best-practices-9ac837ab1cec
—-
#angular #typescript
https://javascript.plainenglish.io/how-to-make-your-typescript-code-more-elegant-73645401b9b1
—-
Typescript Was A Mistake
https://andrewzuo.com/typescript-was-a-mistake-be68adeafc0d
—-
Deep Dive into TypeScript’s Keyof Operator for Safer and More Flexible Code
https://javascript.plainenglish.io/deep-dive-into-typescripts-keyof-operator-for-safer-and-more-flexible-code-f5bf678d1a0b
—-
Angular Tips & Tricks: Initialize SignalStore from Resolver
https://itnext.io/angular-tips-tricks-initialize-ngrx-signalstore-from-resolver-738c9ff58369
—-
Angular Signals: Best Practices
https://medium.com/@eugeniyoz/angular-signals-best-practices-9ac837ab1cec
—-
#angular #typescript
Medium
How to Make Your TypeScript Code More Elegant
TypeScript, as a superset language, encompasses all the features of JavaScript and builds upon them by offering more powerful…
Angular Directive composition API + Signals = 💛
https://medium.com/@bmfyfz/angular-directive-composition-api-signals-ff5b87374a14
#angular #signals
https://medium.com/@bmfyfz/angular-directive-composition-api-signals-ff5b87374a14
#angular #signals
Medium
Angular Directive composition API + Signals = 💛
If you’re seeking a composable, testable, reactive, type-safe, and pure method to handle state in Angular applications, leveraging the…
Optimizing Angular Performance with HttpInterceptor Caching
https://blog.openreplay.com/optimizing-angular-performance-with-httpinterceptor-caching/
#angular #interceptor
https://blog.openreplay.com/optimizing-angular-performance-with-httpinterceptor-caching/
#angular #interceptor
Openreplay
Optimizing Angular Performance with HttpInterceptor Caching
Get better speeds out of your Angular code
Create a Custom Loading Screen in Your Angular App
https://medium.com/@mrbriantreese/angular-tutorial-creating-a-custom-loading-screen-28c0f9dca098
——
Introducing @let in Angular
https://blog.angular.dev/introducing-let-in-angular-686f9f383f0f
#angular #loading #screen
https://medium.com/@mrbriantreese/angular-tutorial-creating-a-custom-loading-screen-28c0f9dca098
——
Introducing @let in Angular
https://blog.angular.dev/introducing-let-in-angular-686f9f383f0f
#angular #loading #screen
Medium
Create a Custom Loading Screen in Your Angular App
If you’ve built apps in angular in the past, I’m sure you’ve experienced the blank screen while you wait for the app to be bootstrapped. In…