-
Notifications
You must be signed in to change notification settings - Fork 0
Module 01 Angular Overwiew
Daniel Olano edited this page Feb 3, 2021
·
12 revisions
- Overview of full stack web development.
-
Understand what is meant by full stack in the context of web development
-
Often use the three-tier architure for web development. This is organize into three diferent layers.
- Presentation: Delivering the information to the user, usually the UI.
- Business Logic: Concerned about the data, data validation, dynamic content processing and generating content to the user.
- Data Persistance or Data Access: Concerned about how to store the data, in the form a database or through and API.
-
In a traditional web development is tipically implemented using technologies like Java, PHP, Python, Ruby, etc. So an Front End specalist would be well-versed in HTML, CSS and JS. An Back End specialist would be well-versed in technologies for implementing business logic and database management systems.
-
-
Distinguish between front-end, back-end and full stack web development
-
- Quick overview of JavaScript frameworks and Angular in particular. Some basics of Angular and how to configure an Angular App using the Angular-CLI.
- Understand the architecture of an Angular application
- Scaffold out a starter Angular application using angular-cli
- How construct Angular component and design it views.
- Use Angular-CLI to scaffold an Angular component
- Construct the Angular component code and the template html