RMRico Maricar F.inrai08.hashnode.dev·Oct 13, 2024 · 2 min readActivity #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 Repository Structure: index.html (Main Navigation Page): ...00
RMRico Maricar F.inrai08.hashnode.dev·Oct 13, 2024 · 3 min readActivity#30: HTTP Status CodesHTTP Status Codes in RESTful APIs: A Comprehensive Guide HTTP status codes are essential for RESTful APIs, providing a standardized way for servers to communicate the outcome of a client's request. These codes are three-digit numbers, categorized int...00
RMRico Maricar F.inrai08.hashnode.dev·Oct 13, 2024 · 4 min readActivity #29: HTTP MethodsUnderstanding HTTP Methods in RESTful APIs RESTful APIs rely on HTTP methods to define the type of action a client wants to perform on a server resource. Here's a detailed breakdown of the most commonly used methods: 1. GET Purpose: Retrieves data fr...00
RMRico Maricar F.inrai08.hashnode.dev·Oct 13, 2024 · 3 min readActivity #26: CSS FLEXApply CSS Flexbox on 5 pages (e.g., product layout, employee cards, student profiles, etc.) Name your repository CSS_FLEX Add documentation in the README.md file of your repository Submit the GitHub repository link Deadline: December 5 2024 Pr...00
RMRico Maricar F.inrai08.hashnode.dev·Oct 13, 2024 · 3 min readActivity#28: Research Rest APIREST API: The Foundation of Modern Web Services REST API, short for Representational State Transfer Application Programming Interface, is a powerful architectural style for designing web services. It enables different software applications to communi...00