Joseph Hjbrosdev.hashnode.dev·Sep 14, 2024Making A Virtual Machine - Binary to Assembly to C - All in RustIntroduction Why? This project has really shown me how a computer works at a binary level. It turned a computer from a magical box to an electrical circuit that you can study and learn how it works. I was researching stuff for this project and I came...51 readsinstruction set architecture
Faisal Halid Deneprocessor911.hashnode.dev·Mar 23, 2024Creating An Aws Ec2 Instance In 2024What is an EC2? EC2 refers to Elastic Compute Cloud which is a virtual computing service offered by amazon web services (AWS). EC2s behave exactly like our normal computers except that they are cloud based and they could be accessed from anywhere. Li...29 readsVirtual computer