From eea61f891bd156269d1cd248fc6464b8eb8aa745 Mon Sep 17 00:00:00 2001 From: Michael van der Luit <3525053+mvdluit@users.noreply.github.com> Date: Fri, 3 Mar 2023 00:05:29 +0100 Subject: [PATCH 1/7] chore: setup document structure --- README.md | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 81 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39b9b2c..9b8b32c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,81 @@ -# resources -A curated list of Angular resources +# Resources + +A crowd-sourced curated list of Angular resources. + +## Table of Contents + +- [Official Angular resources](#official-angular-resources) +- [Beginners Journey](#beginners-journey) +- [Angular](#angular) + - [Angular Blogs/Articles](#angular-blogs) + - [Angular Books](#angular-books) + - [Angular Courses](#angular-courses) + - [Angular Example Applications](#angular-example-applications) + - [Angular Videos](#angular-videos) +- [TypeScript](#typescript) + - [TypeScript Blogs/Articles](#ts-blogs) + - [TypeScript Books](#ts-books) + - [TypeScript Courses](#ts-courses) + - [TypeScript Videos](#ts-videos) +- [RxJS](#rxjs) + - [RxJS Blogs/Articles](#rxjs-blogs) + - [RxJS Books](#rxjs-books) + - [RxJS Courses](#rxjs-courses) + - [RxJS Videos](#rxjs-videos) +- [Libraries](#libraries) + - [NgRx](#ngrx) + +### Official Angular resources + +- [Angular Website.](https://angular.io/) - The web development framework for building the future. +- [Angular Blog](https://blog.angular.io/) - News and Tips from the Angular Team. +- [Angular Github](https://github.com/angular) - Angular is developed in public, take a look at the Angular repositories. +- [Angular Twitter](https://twitter.com/angular) - Follow @angular on twitter. +- [Angular Youtube](https://www.youtube.com/@Angular) - Videos and Shorts from the Angular Team. + +### Beginners Journey + +### Angular + +
Blogs/Articles
+ +
Books
+ +
Courses
+ +
Example Applications
+ +
Videos
+ +### TypeScript + +- [TypeScript Website](https://www.typescriptlang.org/) +- [TypeScript Playground](https://www.typescriptlang.org/play) - The Playground lets you write TypeScript or JavaScript online in a safe and sharable way. + +
Blogs/Articles
+ +
Books
+ +
Courses
+ +
Videos
+ +### RxJS + +- [RxJS Website](https://rxjs.dev/) + +
Blogs/Articles
+ +
Books
+ +
Courses
+ +
Videos
+ +### Libraries + +Resources for some of the most used libraries in the Angular ecosystem + +##### NgRx + +- [NgRx Website](https://ngrx.io/) - Reactive State for Angular From 69019d49f2f539b0c238ab87725cfb6a35f427f4 Mon Sep 17 00:00:00 2001 From: Michael van der Luit <3525053+mvdluit@users.noreply.github.com> Date: Sun, 5 Mar 2023 22:42:41 +0100 Subject: [PATCH 2/7] fix: change sub-category headings --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 9b8b32c..91b0c39 100644 --- a/README.md +++ b/README.md @@ -37,40 +37,40 @@ A crowd-sourced curated list of Angular resources. ### Angular -
Blogs/Articles
+

Blogs/Articles

-
Books
+

Books

-
Courses
+

Courses

-
Example Applications
+

Example Applications

-
Videos
+

Videos

### TypeScript - [TypeScript Website](https://www.typescriptlang.org/) - [TypeScript Playground](https://www.typescriptlang.org/play) - The Playground lets you write TypeScript or JavaScript online in a safe and sharable way. -
Blogs/Articles
+

Blogs/Articles

-
Books
+

Books

-
Courses
+

Courses

-
Videos
+

Videos

### RxJS - [RxJS Website](https://rxjs.dev/) -
Blogs/Articles
+

Blogs/Articles

-
Books
+

Books

-
Courses
+

Courses

-
Videos
+

Videos

### Libraries From 533312f050ee51a35df7c6d3ca118713fe6bd809 Mon Sep 17 00:00:00 2001 From: Michael van der Luit <3525053+mvdluit@users.noreply.github.com> Date: Wed, 8 Mar 2023 15:21:59 +0100 Subject: [PATCH 3/7] chore: add some more resources --- README.md | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 91b0c39..3b42a9d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ A crowd-sourced curated list of Angular resources. ### Official Angular resources -- [Angular Website.](https://angular.io/) - The web development framework for building the future. +- [Angular Website.](https://angular.io/) - Official Angular documentation. - [Angular Blog](https://blog.angular.io/) - News and Tips from the Angular Team. - [Angular Github](https://github.com/angular) - Angular is developed in public, take a look at the Angular repositories. - [Angular Twitter](https://twitter.com/angular) - Follow @angular on twitter. @@ -35,34 +35,58 @@ A crowd-sourced curated list of Angular resources. ### Beginners Journey +We recommend beginners to start with the [Tour of Heroes tutorial](https://angular.io/tutorial/tour-of-heroes) to get introduced to basic Angular concepts. + ### Angular

Blogs/Articles

+- [Ninja squad blog](https://blog.ninja-squad.com/tags.html#Angular-ref) - Stay up to date with new features in Angular releases. +

Books

+- [Become a ninja with Angular](https://books.ninja-squad.com/angular) - (PAID / pay what you want) This ebook helps you get the philosophy of Angular, the new tools, and each part of the framework in a pragmatic way. Always kept up-to-date with the latest Angular release! +

Courses

+- [Elite Ionic](https://eliteionic.com/) (PAID) - Learn to build next level native web aplications with Angular and Ionic +- [Ultimate Courses - Angular](https://ultimatecourses.com/courses/angular) - (PAID) Everything you need to become an Angular expert. +

Example Applications

+- [Realworld sample applications](https://realworld.io/) - Building a medium clone with different frontend and backend technologies. + - [Angular](https://github.com/khaledosman/angular-realworld-example-app) - A medium clone build with Angular. + - [Angular + Nx + NgRx](https://github.com/stefanoslig/angular-ngrx-nx-realworld-example-app) - A medium clone build with Angular, Nx and NgRx. + - [Angular Standalone Components + NgRx Component Store + Unit Testing](https://github.com/nartc/ng-conduit) - A medium clone build with Angular Standalone components andNgRx component store, with unit testing included. +

Videos

+- [Decoded Frontend - Dmytro Mezhenskyi](https://www.youtube.com/@DecodedFrontend) - A source of advanced, in-depth, and pragmatic video tutorials about Angular and Web Development. +- [Joshua Morony](https://www.youtube.com/@JoshuaMorony) - Collection of videos about general Angular topics, reactive programming and state management. + ### TypeScript -- [TypeScript Website](https://www.typescriptlang.org/) +- [TypeScript Website](https://www.typescriptlang.org/) - Official TypeScript documentation. - [TypeScript Playground](https://www.typescriptlang.org/play) - The Playground lets you write TypeScript or JavaScript online in a safe and sharable way.

Blogs/Articles

+- [Typescript Deep Dive](https://basarat.gitbook.io/typescript/) - Explanation sto common issues people run into when starting to learn TypeScript. +

Books

+- [TypeScript in 50 lessons](https://typescript-book.com/) - (PAID) Everything you need to know about TypeScript in 50 short lessons. +

Courses

+- [Total TypeScript beginners tutorial](https://www.totaltypescript.com/tutorials/beginners-typescript) - (FREE) Get hands-on interactive TypeScript practice and learn foundational knowledge and skills. +- [Ultimate Courses - TypeScript](https://ultimatecourses.com/courses/typescript) - (PAID) Everything you need to become a TypeScript expert. +

Videos

### RxJS -- [RxJS Website](https://rxjs.dev/) +- [RxJS Website](https://rxjs.dev/) - Official RxJS documentation

Blogs/Articles

@@ -70,6 +94,8 @@ A crowd-sourced curated list of Angular resources.

Courses

+- [Ultimate Courses - RxJS](https://ultimatecourses.com/courses/rxjs) (PAID) Everything you need to become a RxJS expert. +

Videos

### Libraries From 0ffa4b9a4afcdad06fad421ec40a4d7a4c7958a3 Mon Sep 17 00:00:00 2001 From: Michael van der Luit <3525053+mvdluit@users.noreply.github.com> Date: Mon, 13 Mar 2023 09:28:48 +0100 Subject: [PATCH 4/7] fix: typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b42a9d..8a21f95 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ We recommend beginners to start with the [Tour of Heroes tutorial](https://angul - [Realworld sample applications](https://realworld.io/) - Building a medium clone with different frontend and backend technologies. - [Angular](https://github.com/khaledosman/angular-realworld-example-app) - A medium clone build with Angular. - [Angular + Nx + NgRx](https://github.com/stefanoslig/angular-ngrx-nx-realworld-example-app) - A medium clone build with Angular, Nx and NgRx. - - [Angular Standalone Components + NgRx Component Store + Unit Testing](https://github.com/nartc/ng-conduit) - A medium clone build with Angular Standalone components andNgRx component store, with unit testing included. + - [Angular Standalone Components + NgRx Component Store + Unit Testing](https://github.com/nartc/ng-conduit) - A medium clone build with Angular Standalone components and NgRx component store, with unit testing included.

Videos

@@ -71,7 +71,7 @@ We recommend beginners to start with the [Tour of Heroes tutorial](https://angul

Blogs/Articles

-- [Typescript Deep Dive](https://basarat.gitbook.io/typescript/) - Explanation sto common issues people run into when starting to learn TypeScript. +- [Typescript Deep Dive](https://basarat.gitbook.io/typescript/) - Explanations to common issues people run into when starting to learn TypeScript.

Books

From 9770466c7e12cb1f585fa6c9628c97daf8190046 Mon Sep 17 00:00:00 2001 From: Michael van der Luit <3525053+mvdluit@users.noreply.github.com> Date: Mon, 13 Mar 2023 09:40:50 +0100 Subject: [PATCH 5/7] chore: more resources added --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8a21f95..7c61212 100644 --- a/README.md +++ b/README.md @@ -42,15 +42,16 @@ We recommend beginners to start with the [Tour of Heroes tutorial](https://angul

Blogs/Articles

- [Ninja squad blog](https://blog.ninja-squad.com/tags.html#Angular-ref) - Stay up to date with new features in Angular releases. +- [This is Angular - Dev.to](https://dev.to/this-is-angular) - Free, open and honest Angular education on the dev.to platform.

Books

-- [Become a ninja with Angular](https://books.ninja-squad.com/angular) - (PAID / pay what you want) This ebook helps you get the philosophy of Angular, the new tools, and each part of the framework in a pragmatic way. Always kept up-to-date with the latest Angular release! +- [Become a ninja with Angular](https://books.ninja-squad.com/angular) - (PAID :dollar: / pay what you want) This ebook helps you get the philosophy of Angular, the new tools, and each part of the framework in a pragmatic way. Always kept up-to-date with the latest Angular release!

Courses

-- [Elite Ionic](https://eliteionic.com/) (PAID) - Learn to build next level native web aplications with Angular and Ionic -- [Ultimate Courses - Angular](https://ultimatecourses.com/courses/angular) - (PAID) Everything you need to become an Angular expert. +- [Elite Ionic](https://eliteionic.com/) (PAID :dollar:) - Learn to build next level native web aplications with Angular and Ionic +- [Ultimate Courses - Angular](https://ultimatecourses.com/courses/angular) - (PAID :dollar:) Everything you need to become an Angular expert.

Example Applications

@@ -75,12 +76,12 @@ We recommend beginners to start with the [Tour of Heroes tutorial](https://angul

Books

-- [TypeScript in 50 lessons](https://typescript-book.com/) - (PAID) Everything you need to know about TypeScript in 50 short lessons. +- [TypeScript in 50 lessons](https://typescript-book.com/) - (PAID :dollar:) Everything you need to know about TypeScript in 50 short lessons.

Courses

-- [Total TypeScript beginners tutorial](https://www.totaltypescript.com/tutorials/beginners-typescript) - (FREE) Get hands-on interactive TypeScript practice and learn foundational knowledge and skills. -- [Ultimate Courses - TypeScript](https://ultimatecourses.com/courses/typescript) - (PAID) Everything you need to become a TypeScript expert. +- [Total TypeScript beginners tutorial](https://www.totaltypescript.com/tutorials/beginners-typescript) - Get hands-on interactive TypeScript practice and learn foundational knowledge and skills. +- [Ultimate Courses - TypeScript](https://ultimatecourses.com/courses/typescript) - (PAID :dollar:) Everything you need to become a TypeScript expert.

Videos

@@ -94,7 +95,8 @@ We recommend beginners to start with the [Tour of Heroes tutorial](https://angul

Courses

-- [Ultimate Courses - RxJS](https://ultimatecourses.com/courses/rxjs) (PAID) Everything you need to become a RxJS expert. +- [RxJS Fundamentals](https://this-is-learning.github.io/rxjs-fundamentals-course/) - An Open Learning course by This is Learning. +- [Ultimate Courses - RxJS](https://ultimatecourses.com/courses/rxjs) (PAID :dollar:) Everything you need to become a RxJS expert.

Videos

@@ -104,4 +106,5 @@ Resources for some of the most used libraries in the Angular ecosystem ##### NgRx -- [NgRx Website](https://ngrx.io/) - Reactive State for Angular +- [NgRx Documentation](https://ngrx.io/) - Official NgRx documentation +- [NgRx fundamentals](https://this-is-angular.github.io/ngrx-essentials-course/) - An Open Learning course by This is Learning. From af8441fbeda8c60ca9f9cb2c2262c28bdd41e978 Mon Sep 17 00:00:00 2001 From: Michael van der Luit <3525053+mvdluit@users.noreply.github.com> Date: Mon, 13 Mar 2023 09:44:48 +0100 Subject: [PATCH 6/7] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c61212..209c3c3 100644 --- a/README.md +++ b/README.md @@ -107,4 +107,4 @@ Resources for some of the most used libraries in the Angular ecosystem ##### NgRx - [NgRx Documentation](https://ngrx.io/) - Official NgRx documentation -- [NgRx fundamentals](https://this-is-angular.github.io/ngrx-essentials-course/) - An Open Learning course by This is Learning. +- [NgRx Fundamentals](https://this-is-angular.github.io/ngrx-essentials-course/) - An Open Learning course by This is Learning. From 8a0b7be3a3256065f784593267c69eb0a9aa58b3 Mon Sep 17 00:00:00 2001 From: Michael van der Luit <3525053+mvdluit@users.noreply.github.com> Date: Mon, 13 Mar 2023 10:24:28 +0100 Subject: [PATCH 7/7] fix: link to updated basics course --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 209c3c3..08de931 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ We recommend beginners to start with the [Tour of Heroes tutorial](https://angul

Courses

- [Elite Ionic](https://eliteionic.com/) (PAID :dollar:) - Learn to build next level native web aplications with Angular and Ionic -- [Ultimate Courses - Angular](https://ultimatecourses.com/courses/angular) - (PAID :dollar:) Everything you need to become an Angular expert. +- [Ultimate Courses - Angular Basics](https://ultimatecourses.com/learn/angular-basics) - (PAID :dollar:) Everything you need to become an Angular expert.

Example Applications