1.9K followers
Postgraduate in Cyber Security with experience in Software Engineering and DevOps Operations.
The Domain Name System (DNS) is a hierarchical and decentralized naming system for computers, services, or other resources connected to the Internet...
SSL (Secure Sockets Layer) and TLS (Transport Layer Security) are cryptographic protocols designed to provide a secure communication channel over the...
VLAN stands for Virtual Local Area Network. It's a network protocol used to create logically segmented networks within a physical network. Each VLAN...
Subnetting is the practice of dividing an IP network into smaller network segments or subnets. This is typically done to manage and allocate IP...
The git checkout-index command is a lesser-known but occasionally useful Git command. It allows you to check files out of the index (the staging area)...
git read-tree is a lower-level command that provides foundational functionality upon which more user-friendly commands are built. At its core, git...