Activity 35: Personal PortfolioHigh Fidelity A screenshot of your final output (on the live website) FIREBASE LINK : https://gerlie-porfolio.web.app/GITHUB LINK: https://github.com/Gerliedao-ayan/porfolioNov 26, 2024·1 min read
Activity 30: HTTP Status CodesIn RESTful APIs, HTTP status codes are essential for indicating the result of a request. Here’s an overview of the main categories of HTTP status codes and their common uses: 1xx: Informational These codes let the client know that the request was rec...Oct 13, 2024·4 min read
Activity 29: HTTP MethodsHere’s an overview of the main HTTP methods commonly used in RESTful APIs, along with examples and guidance on when to use each: 1. GET Purpose: The GET method retrieves data from a server without altering its state. This method is idempotent, meani...Oct 13, 2024·3 min read
Activity 28: Research Rest APIA REST API (Representational State Transfer Application Programming Interface) is a widely used method in software development for enabling communication between client and server applications. Originally defined by Dr. Roy Fielding in 2000, REST pro...Oct 13, 2024·3 min read
Activity 24: POSTMANStep-by-Step Guide to Installing and Using Postman Postman is a popular API development and testing tool that allows you to make HTTP requests, test API endpoints, and handle various API workflows. Here's how to download, install, and use Postman for...Oct 13, 2024·3 min read
Activity 23: Research Angular ServicesWhat are Angular Services? Reusable Logic: Services allow you to define functions and logic that can be shared across multiple components in your application. This avoids code duplication and promotes consistency. Data Management: They can manage a...Oct 11, 2024·17 min read
Activity 17: Data Structure AgainThis activity focuses on revisiting fundamental concepts in data structures. We'll delve into various aspects of data organization, including arrays, linked lists, heaps, and their applications. bookstable.component.html / bookstable.component.ts ...Oct 4, 2024·1 min read