2 Articles
6975 Words
How Computers Speak: Assembly to AST
August 25, 2020
hardwarejavascriptcomputer scienceHave you wondered how programming languages are able to be ran on your hardware? This article explains how your code is processed and ran
Networking 101: A Basic Overview of Packets and OSI
March 11, 2020
networkingYou use networking every day - even to read this! Let's dive into explaining how we send data across a network and what the OSI model is.