JKJames Kent Taayinitsmekent.hashnode.dev·Nov 29, 2024 · 3 min readData Structure AgainProduct Table List - is an ordered collection of individual items. Each row in the Product Table can be seen as a list of values. These lists contain all the properties of a product. Object - is a collection of key-value pairs where each key repres...00
JKJames Kent Taayinitsmekent.hashnode.dev·Nov 29, 2024 · 1 min readAngular Recipe GridCreate a List of Object Data Structures recipe.service.ts recipe.model.ts recipe.component.ts recipe.component.html recipe.service.ts recipe.model.ts recipe.component.ts recipe.component.html OUTPUT: Mobile view Tablet view Desktop view ...00
JKJames Kent Taayinitsmekent.hashnode.dev·Nov 29, 2024 · 1 min readAngular Ecommerce Product GridCreate a List of Object Data Structures product.service.ts product.model.ts product.component.ts product.component.html product.service.ts product.model.ts product.component.ts product.component.html OUTPUT: Mobile view Tablet view Website vi...00
JKJames Kent Taayinitsmekent.hashnode.dev·Nov 29, 2024 · 1 min readAngular Library Gridbook.service.ts book.model.ts book.component.ts book.component.html OUTPUT: Mobile view Tablet view Desktop view Github Link:https://github.com/itsmekent/library-grid00
JKJames Kent Taayinitsmekent.hashnode.dev·Nov 8, 2024 · 4 min readHTTP Status CodesHTTP status codes play a vital role in RESTful APIs, providing crucial feedback to clients about the result of their requests. These codes are divided into five primary categories, each serving distinct functions in client-server communication. In th...00