Back to Blog PostsHeader image for post

Angular Resources

Helpful resources for Angular Developers.

Ian Rose

July 12, 2024

Table of Contents

  1. Angular Workshops/ Courseware Sites
  2. Coding Practice Sites
  3. Staying Up-To-Date
  4. Youtube Channels
  5. Conventions
  6. Docs

Angular Workshops/ Courseware Sites

  1. Angular Training: https://www.angulartraining.com/
  • Writer: Alain Chautard (Google Developer Expert in Angular and Maps)
  • Blog Site: https://blog.angulartraining.com/
  • Based out of Rancho Cordova, CA
  • Offers free monthly webinars
  • Offers Code Reviews
  • Offers Angular Level 1,2, and 3 Certifications

  1. FireShip: https://fireship.io/
  • You will need to search specifically for Angular courses
  • Many free courses and tutorials

  1. Angular University: https://angular-university.io/
  1. Angular Love: https://angular.love/
  • Over 20 team members, 3 Angular GDEs
  • Hosts free coding camps, one Angular workshop a month

  1. Angular Architects: https://www.angulararchitects.io/en/
  1. Angular's Blog: https://blog.angular.io/
  • Shares new features prior to release

  1. Hero Devs: https://herodevs.com/
  1. NgRx Blog/ Workshops: https://ngrx.io/
  • Blog Site: https://dev.to/ngrx
  • Paid for Workshops, they might have some free ones
  • Team of 3 Angular GDEs

  1. Angular Community: https://angularcommunity.net/home
  • English meetups on the 4th tuesday of each month
  • Spanish meetups on the 2nd tuesday of each month


Coding Practice Sites

  1. LeetCode: https://leetcode.com/
  • Many free problems with community solutions
  • Freemium JavaScript Problem set
  • Daily programming problem prompts with test cases and a "judge"
  • Gives Time and Space Complexity analysis
  • Problems sorted by category


Staying Up-to-date

  1. Angular SubReddit: https://www.reddit.com/r/Angular2/
  • Community news
  • Code Examples
  • Discussions about best practices

  1. In-Depth Angular: https://angularindepth.com/
  • Peer Reviewed Angular Articles

  1. Dev Community Angular tags: https://dev.to/t/angular
  • Find Blogs/ Articles about Angular and follow to stay up to date

  1. Angular Master Podcast: https://podcasters.spotify.com/pod/show/angular-master/
  • PodCast about Angular and the community as a whole
  • No Set release schedule

  1. The Angular Plus Show Podcast: https://www.spreaker.com/podcast/the-angular-plus-show--4175221
  • PodCast about Angular and the community as a whole
  • No Set release schedule

  1. Lists of Angular Components/ Libraries:
  1. Made with Angular: https://www.madewithangular.com/sites/
  • List of popular websites that are built with Angular
  • Lists sits and the versions of Angular they use (possibly out of date)

  1. Find Angular GDEs: https://developers.google.com/community/experts/directory?specialization=angular


YouTube Channels

  1. Angular Air Podcast: https://www.youtube.com/AngularAirPodcast
  2. Angular Love: https://www.youtube.com/@angularlove


Conventions

  1. NG-conf: https://ng-conf.org/
  • Angular's primary US-based conference
  • In Person (Salt Lake City, UT) and Online workshops
  1. dotJS: https://www.dotjs.io/
  • JavaScript's largest conference in the world
  • Offers Digital and In Person (Paris) tickets
  1. JSNation: https://jsnation.com/
  • Large JavaScript conference
  • In Person (New York & Online)
  • Free Online workshops


Docs

  1. New Angular Docs: https://angular.dev/
  2. Old Angular Docs: https://angular.io/
  3. Angular Material: https://material.angular.io/components/categories
  4. RxJS: https://rxjs.dev/api
  5. NgRx: https://ngrx.io/docs
  6. JavaScript: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference
  7. TypeScript: https://www.typescriptlang.org/docs/
  8. ECMAScript: https://262.ecma-international.org/5.1/
  9. AG Grid: https://www.ag-grid.com/angular-data-grid/getting-started/
Back to Blog Posts