Activity 36: Angular CRUD with API IntegrationAngular API Learn how to integrate APIs into an Angular project Objectives Learn how to apply APIs in an Angular. Understand how to create, read, update, and delete (CRUD) data using APIs. Customize and enhance the design of the application using ...Nov 30, 2024·2 min read
Activity 33: Angular Recipe GridCreate a List of Object Data Structures recipe.service.ts recipe.model.ts recipe.component.ts recipe.component.html document it on hashnode.com include firebase hosting link and github link * { box-sizing: border-box; margin: 0; padding: 0; } ...Nov 22, 2024·2 min read
Activity 25: SOLID PRINCIPLES in AngularApplying SOLID Principles in Angular We are going to start with the most vague concept that is the least obvious in terms of how we should actually apply it to our Angular development: SOLID principles. The reason it is vague and not immediately obvi...Oct 14, 2024·13 min read
Activity 30: HTTP Status Codes1xx (Informational) These codes indicate that the request was received and is being processed, but there is no final response yet. 100 Continue: Indicates that the initial part of a request has been received and the client should continue sending th...Oct 13, 2024·3 min read
Activity 29: HTTP MethodsUnderstanding Common HTTP Methods in RESTful APIs RESTful APIs rely heavily on HTTP methods to define the type of action a client wants to perform on a server resource. This guide explores the five most common methods: GET, POST, PUT, DELETE, and PAT...Oct 13, 2024·3 min read
Actiity 28: Research Rest APIGather detailed information about REST API (Representational State Transfer Application Programming Interface). Understand its key principles, architecture, how it works, and its common use cases. Include examples of how REST APIs are used in softwar...Oct 13, 2024·8 min read
Activity 27: CSS GRIDapply it on 5 pages (ex. list of products,list of employees, list of students, etc) - name your repo CSS_GRID - add documentation on README.md of your repo - Submit github repositories HTML Structure Overview Each page follows a common ...Oct 13, 2024·3 min read