JBJerome Berisoinjeromeberiso.hashnode.dev·Nov 26, 2024 · 1 min readActivity 35: Personal Portfoliothis the High Fidelity https://youtu.be/ZPMyZO1NVJ0 FIREBASE LINK : https://beriso-portfolio.web.app GITHUB LINK : https://github.com/jerome09232/porfolio00
JBJerome Berisoinjeromeberiso.hashnode.dev·Nov 21, 2024 · 3 min readActivity 33: Angular Recipe GridThis documentation outlines the structure and functionality of the Recipe Application, a simple application that manages recipe data. The application is built using TypeScript and Angular, and consists of the following components: 1. recipe.service.t...00
JBJerome Berisoinjeromeberiso.hashnode.dev·Nov 21, 2024 · 3 min readActivity 32: Angular Library GridThis documentation outlines the structure and functionality of the Book Application, a simple application that manages book data. The application is built using TypeScript and Angular, and consists of the following components: 1. book.service.ts: Pu...00
JBJerome Berisoinjeromeberiso.hashnode.dev·Nov 21, 2024 · 5 min readActivity 31: Angular Ecommerce Product Listproduct.service.ts This is a TypeScript file that defines a service called ProductService. This service is responsible for managing a list of products. It has a private property called productList which is an array of Product objects. Each Product ob...00
JBJerome Berisoinjeromeberiso.hashnode.dev·Nov 19, 2024 · 22 min readActivity 25: SOLID PRINCIPLES in AngularThe acronym SOLID stands for: S: Single Responsibility Principle O: Open/Closed Principle L: Liskov Substitution Principle I: Interface Segregation Principle D: Dependency Inversion Principle In this article, we will explore each of these prin...00