Activity #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): ...Oct 13, 2024·2 min read
Activity #25: Solid Principles in AngularSolid Principles in Angular: Building Robust and Maintainable Applications The solid principles are a set of guidelines for writing clean, maintainable, and extensible object-oriented code. They were first introduced by Robert C. Martin (Uncle Bob) a...Oct 13, 2024·4 min read
Activity #24: PostmanDownload And Install Postman Download Postman Visit the Official Website: Go to Postman's download page. Select Your Platform: Choose the appropriate version for your operating system (Windows, macOS, or Linux) and click the download button. Insta...Oct 13, 2024·2 min read
Activity #23: Research Angular ServicesAngular Services are classes in Angular used to share data and logic across different components of an application. They are particularly useful for handling tasks like fetching data from APIs, business logic, or managing state. Services can be injec...Oct 4, 2024·4 min read
Activity #22: Research SMACSS - Scalable and Modular Architecture for CSS1.What is SMACSS? SMACSS is a CSS architecture designed to help developers write scalable and modular CSS. It breaks down styles into manageable categories to make large projects easier to maintain. SMACSS, which stands for Scalable and Modular Archi...Oct 4, 2024·3 min read
ACTIVITY#21: Research OOCSS - Object-Oriented CSSWhat is OOCSS?: OOCSS (Object-Oriented CSS) is a CSS methodology that focuses on separating the structure of HTML from its appearance. It encourages code reuse and modularity by treating UI components as objects. Core Principles: Separation of St...Oct 4, 2024·1 min read
ACTIVITY #20: Research BEM - Block, Element, Modifier - ArchitectureWhat is BEM?: BEM is a popular naming convention used in CSS to organize code in a modular and reusable way. It stands for: Block: A standalone entity like a button or menu (.button). Element: A part of the block that has a specific function (.bu...Oct 4, 2024·1 min read