allthingstechie.hashnode.devReliable TCP Data StreamsWhy is TCP termed "reliable"? The simple answer is that it overcomes the effects of packet loss or receiving packets out of order. Let's elaborate more, shall we? Packet loss occurs when data fails to reach its destination typically because of data t...Jan 8, 2024·4 min read
allthingstechie.hashnode.devNetworking Basics - Topology, OSI, and TCP/IPA computer network is a connection between two or more devices, or nodes, that allows each node to share data. The organization of nodes in a network is called its Topology. Topology falls into six (6) categories: Point-to-Point Daisy Chain Bus R...Nov 5, 2023·7 min read
allthingstechie.hashnode.devLet's talk Linux 102 - Linux File System and PermissionThis article is a continuation of my previous article on Linux. If you are looking to get your feet wet with Linux, make sure to check out my previous article - Let's talk Linux 101 - Kernel, Terminal, Desktop The Linux File System Files are used to ...Feb 24, 2023·3 min read
allthingstechie.hashnode.devLet's talk Linux 101- kernel, terminal, and desktopI'm sure you are interested to learn about using Linux for one of the following reasons: you may be an aspiring kernel developer, system administrator, software developer, or someone who wants to build robots, home automation, or self-driving cars. I...Feb 22, 2023·3 min read
allthingstechie.hashnode.devUsing Git Hooks with DatreeDatree is an excellent command-line tool that helps identify misconfiguration in Kubernetes files and integrates perfectly with most CI/CD tools. Datree creates automated policy checks and prevents misconfiguration in your Kubernetes file from reachi...Feb 22, 2023·3 min read