JCJohn Carlo Regalainthelastweaboo.hashnode.dev·Nov 29, 2024 · 3 min readActivity 30: HTTP Status CodesIn RESTful APIs, HTTP status codes are essential for conveying the outcome of client requests. They are categorized into five classes, each indicating a specific type of response: 1xx (Informational): These codes indicate that the request was receive...00
JCJohn Carlo Regalainthelastweaboo.hashnode.dev·Nov 29, 2024 · 2 min readActivity 29: HTTP MethodsIn RESTful APIs, HTTP methods define the actions that can be performed on resources. The primary methods are GET, POST, PUT, DELETE, and PATCH. Here's an overview of each: 1. GET: Retrieve Data The GET method is used to retrieve data from a server. I...00
JCJohn Carlo Regalainthelastweaboo.hashnode.dev·Nov 29, 2024 · 3 min readActivity 28: Research Rest APIA REST API (Representational State Transfer Application Programming Interface) is an architectural style for designing networked applications. It utilizes HTTP requests to perform operations on resources, which are identified by URIs (Uniform Resourc...01I
JCJohn Carlo Regalainthelastweaboo.hashnode.dev·Nov 28, 2024 · 2 min readActivity 22: Research SMACSS - Scalable and Modular Architecture for CSSUnderstanding SMACSS (Scalable and Modular Architecture for CSS) SMACSS is a CSS architecture aimed at organizing and scaling CSS for large projects. By categorizing styles into Base, Layout, Module, State, and Theme, developers can create manageable...00
JCJohn Carlo Regalainthelastweaboo.hashnode.dev·Nov 28, 2024 · 2 min readAct 21 Research OOCSS - Object-Oriented CSSUnderstanding OOCSS (Object-Oriented CSS) OOCSS (Object-Oriented CSS) is a CSS methodology designed to make styles reusable and modular. By separating structure from appearance and detaching content from containers, developers can create scalable and...00