Advanced Search
Search Results
2 total results found
LVM/Linux Boot
Technical Overview
Β Linux Boot ProcessThe diagram below shows the steps.Step 1 - When we turn on the power, BIOS (Basic Input/Output System) or UEFI (Unified Extensible Firmware Interface) firmware is loaded from non-volatile memory, and executes POST (Power On Self Test).St...
API Design
API
π₯π²ππΌππΏπ°π²-ππ²π»ππΏπΆπ° ππ²ππΆπ΄π»:β’ Nouns in URLs:Β Β Use descriptive nouns (e.g., /πππππ, /ππππππππ) to represent resources, not verbs indicating actions.β’ HTTP Verbs:Β Β Leverage HTTP verbs (GET, POST, PUT, DELETE) to denote actions on resources (GET: retrieve,Β Β POST: cre...