LALawal Ayobamiindudeyouhavenoidea.hashnode.dev·Apr 11 · 4 min readBit Manipulation in C: Setting, Clearing, Toggling, and Checking BitsA computer is a device that performs mathematical computations very fast. Just like humans compute using 10 digits (decimal), a computer computes using 1s and 0s (binary). You might be wondering why c00
LALawal Ayobamiindudeyouhavenoidea.hashnode.dev·Apr 10 · 4 min readDynamic Memory Allocation in CMemory in computer programming generally refers to Random Access Memory (RAM). A computer needs to store data (information) during the execution of a program in RAM. For example, when you create a var00
LALawal Ayobamiindudeyouhavenoidea.hashnode.dev·Apr 8 · 3 min readHosting a Static website with NginxNginx is a web server and reverse proxy server that can be used to serve static content and dynamic content on the web. That means that with Nginx you can make your computer live and accessible to the00
LALawal Ayobamiindudeyouhavenoidea.hashnode.dev·Jul 16, 2023 · 2 min readCreating a Server(Computer) with AWSPrerequisite An AWS account The forces backing you up A Server is a computer ( a regular computer like the one you are viewing this on). Traditionally, one could buy a physical computer in a hardware store, but AWS( and other cloud providers) pro...02EZ
LALawal Ayobamiindudeyouhavenoidea.hashnode.dev·May 15, 2022 · 3 min readCommunication: HTTP and WebSocketNo man is an island, humans need to exchange information and communicate to survive and thrive. Just as humans communicate with themselves, computers also need to communicate with themselves (you may wonder why), well let's say you watch movies and y...00