CCCristina Coronelinmischii.hashnode.dev·Nov 29, 2024 · 2 min readActivity 30: HTTP Status CodesHTTP Status Codes in RESTful APIs RESTful APIs use HTTP status codes to communicate the outcome of requests between clients and servers. Here's a detailed look at the main categories: 1xx: Informational These codes indicate that the request has been ...00
CCCristina Coronelinmischii.hashnode.dev·Nov 29, 2024 · 3 min readActivity 29: HTTP MethodsHTTP Methods in RESTful APIs RESTful APIs rely on HTTP methods to perform actions on resources. Each method corresponds to a specific type of operation. Below is an overview of the most commonly used methods: GET Purpose: Retrieve data from a ser...00
CCCristina Coronelinmischii.hashnode.dev·Nov 29, 2024 · 4 min readActivity 28: Research Rest APIA REST API is a set of web-based guidelines and principles for creating scalable and efficient web services. It follows the REST architectural style and is widely used for building and integrating software applications. Key Principles of REST APIs S...00
CCCristina Coronelinmischii.hashnode.dev·Nov 29, 2024 · 1 min readActivity 27: CSS GRIDKey CSS Grid Properties display: grid;: Enables the grid layout. grid-template-columns: Defines column structure (e.g., repeat(3, 1fr)). grid-template-rows: Defines row structure. gap: Adds spacing between grid items. auto-fit and auto-fill: Aut...00
CCCristina Coronelinmischii.hashnode.dev·Nov 29, 2024 · 1 min readActivity 26: CSS FLEXApplying CSS Flexbox on 5 pages. Product Layout Employee Cards Student Profile Blog Layout Contact Form Github Link: https://github.com/mischiii22/CSS_FLEX.git00