menu-bar All the categories

573,00 kr

Learning a front-end framework is hard. 'Getting started' tutorials cover the basics but you leave thinking, 'Okay, now how do I build something with this?'The truth is, getting started tutorials aren't all that great for beginners. They're demos to highlight as many features as quickly as possible.They're great for showing off what a framework can do. They aren't so great for teaching you how to build web apps.The end result is a basic application that doesn't mimic what it's like building real applications as a front-end developer.

You'll work with a mocked API and database. Application architecture isn't covered. Automated testing is skipped altogether.Trust me, I've been there. But those days are over.

With The Angular Tutorial, you'll learn how to build applications using a real API and database. You'll leverage 3rd party APIs like Zomato, Google Places, and open-source libraries just as you would in a real job.The Angular Tutorial assumes you have no previous knowledge of the Angular framework. It starts at the very beginning.Every piece of code is explained and tested to make you interview ready.

You'll begin with an introduction to how web applications work followed by an introduction to Angular to give you a good grasp on the basics.

Then you'll learn how to setup a real database and API just as I've done at numerous companies ranging from venture capital, startups, Fortune 500 companies, and digital agencies working with companies like CNN, Turner Broadcasting System, NBC, Mazda, AutoTrader and The Home Depot.

After that is a deeper dive into Angular where you'll build a real application with features like a signup page, a login page, a dashboard for authenticated users, and a calendar displaying lunch dates which you can show off on your resume or to your friends.

You'll deploy this application to the web using Heroku so the proof of your work will be accessible to anyone.

Forms - Template-driven forms or reactive forms? Don't worry, both are covered.

E2E Testing - Fast and easy end-to-end testing of your application with Cypress.

Unit Testing - Unit test your code with Karma and Jasmine.

Services - Communicate with a backend using Angular's HttpClient and write your own interceptors.

Authentication - Secure your application with JSON Web Tokens (JWT).

Authorization - Learn to restrict sections of your application to authorized users.

Module Architecture - Create dumb components, feature modules, and learn to break down an application into smaller parts.

OSS Integration - Why re-invent the wheel? Learn to use open-source libraries to your advantage ju