Architecture Process
Introduction Below are the steps followed to desing an architecture: 1. Understand the System’s Requirements Description: This initial step involves understanding what the system should ...
Introduction Below are the steps followed to desing an architecture: 1. Understand the System’s Requirements Description: This initial step involves understanding what the system should ...
Company: Dunderly Sells Paper Supplies (Printer Paper, Envelopes, etc) Needs a new HR System for Managing Employess Salaries Vacations Payments Architect...
Artificial Intelligence (AI): a. Image Recognition: Identifying objects, people, and patterns in images. b. Natural Language Processing (NLP): Understanding and processing human language. c. Rob...
Vim Editor To search a keyword in the file: /keyword To replace a string in the file: :%s/oldstring/newstring/g
Problem: How to fix the annoying Udemy video black screen problem. Solution: Go into Chrome Settings/system/ and then disable graphics/hardware acceleration. Relaunch the Chrome browser.
Problem: Received an error while trying to debug an Azure Function locally in VSCode. Error: Failed to verify “AzureWebJobsStorage” connection specified in “local.settings.json”. Is the local emul...
Prerequisities Operating System MacOS OS Architecture Arm64 Tools Docker Desktop Step-by-Step Instruction to install Gitl...
Introduction to AWS IAM AWS Identity and Access Management (IAM) is a web service that helps you securely control access to AWS resources. It allows you to manage users, groups, and permission...
Cluster Management kubectl cluster-info Display endpoint information about the master and services in the cluster kubectl version Display the Kubernetes ...
Shell Get a single column from an array: az ad app list --query "[].displayName" Get multiple columns from an array az ad app list --query "[].{Name:displayName, Created:create...