jhayr1231.hashnode.devActivity 34: Test API in POSTMANPOSTMAN Add 6 Collection Add Collection 1: User Add Collection 2: Restaurant Category Add Collection 3: Restaurant Add Collection 4: Menu Category Add Collection 5: Menu Hello World (GET) Step-by-Step Procedure : Open Postman Launch Postman...Nov 29, 2024·2 min read
jhayr1231.hashnode.devActivity 33: Angular Recipe GridStep-by-Step Documentation Create a List of Object Data Structures: recipe.service.ts recipe.model.ts recipe.component.ts recipe.component.html Creating recipe.service.ts Purpose: To centralize data operations for managing recipes. Key Meth...Nov 24, 2024·5 min read
jhayr1231.hashnode.devActivity 32: Angular Library GridCreate a List of Object Data Structures: book.service.ts book.model.ts book.component.ts book.component.html Step 1: Create the Book Model Create a Book model that includes the necessary fields for each book, including the rating. export inter...Nov 24, 2024·8 min read
jhayr1231.hashnode.devActivity 31: Angular Ecommerce Product ListStep-by-Step Documentation Create a List of Object Data Structures Product Service: To manage product data. Product Model: To define the structure of the product data. Product Component: To display and interact with the product list. Product C...Nov 24, 2024·6 min read
jhayr1231.hashnode.devActivity 30: HTTP Status CodesUnderstanding HTTP status codes is crucial for developing and interacting with RESTful APIs, as they communicate the outcome of an API request. Here's an overview of the various categories of HTTP status codes and their significance: 1xx (Information...Oct 14, 2024·4 min read