PCI HIPAA Certification
PCI HIPAA Certification Below is the list of topics and the respective questionaire for which evidence is requested from an organisation to get PCI HIPAA certified. Scoping Que...
PCI HIPAA Certification Below is the list of topics and the respective questionaire for which evidence is requested from an organisation to get PCI HIPAA certified. Scoping Que...
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...
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...