@jerome0905
programing and designing
Nothing here yet.
Nothing here yet.
Nov 21, 2024 · 3 min read · This 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...
Join discussionNov 21, 2024 · 3 min read · This 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...
Join discussionNov 21, 2024 · 5 min read · product.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...
Join discussionNov 19, 2024 · 22 min read · The 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...
Join discussion