Activity 35: Personal Portfoliothis the High Fidelity https://youtu.be/ZPMyZO1NVJ0 FIREBASE LINK : https://beriso-portfolio.web.app GITHUB LINK : https://github.com/jerome09232/porfolioNov 26, 2024·1 min read
E. Functional RequirementsFunctional Requirement CategoryRequirementDescription User Registration and AuthenticationEasy SignupThe registration process should be simple and require minimal information. Social LoginsAllow users to sign up or log in using their existing soc...Oct 20, 2024·4 min read
Activity 30: HTTP Status CodesNavigating the Landscape of HTTP Status Codes in RESTful APIs RESTful APIs utilize HTTP status codes to provide clear and concise feedback to clients about the outcome of their requests. These codes act as a standardized language for communication be...Oct 13, 2024·4 min read
Activity 29: HTTP MethodsUnderstanding HTTP Methods in RESTful APIs RESTful APIs, which follow the Representational State Transfer architectural style, rely on HTTP methods to define the actions performed on resources. These methods, also known as CRUD operations (Create, Re...Oct 13, 2024·4 min read
Activity 28: Research Rest APIREST API: A Comprehensive Guide Introduction: REST API (Representational State Transfer Application Programming Interface) has become the dominant architectural style for building web services, revolutionizing how applications communicate and share d...Oct 13, 2024·5 min read
Activity 24: POSTMANDownloading and Installing Postman Postman is a powerful tool for interacting with APIs, making it a valuable asset for developers, testers, and anyone working with web services. This guide will walk you through the process of downloading, installing...Oct 13, 2024·4 min read
Activity 23: Research Angular ServicesWhat are Angular Services? Angular services provide a way for you to separate Angular app data and functions that can be used by multiple components in your app. To be used by multiple components, a service must be made injectable. Services that are ...Oct 10, 2024·21 min read