Modules and Libraries in C

Modules and Static Libraries in C

Understanding what Modules are and how to create static libraries in C

February 15, 2021 8 min
OISC

OISC - Programming Language with one instruction

OISC There is a programming language that has only one function. It is known as Single Instruction Programming Language or One Instruction Set Compiler (OISC) or Ultimate Reduced Instruction Set Computer (URISC). Before diving deep, what is “Instruction Set” ? An instruction set, or instruction set architecture (ISA), is the part of the computer architecture related to programming, including the native data types, instructions, registers, addressing modes, memory architecture, interrupt and exception handling, and external I/O....

February 8, 2021 5 min
Building HTTP server from scratch using Ruby

Building HTTP server from scratch using Ruby

Understanding the fundamentals of an HTTP server and then building one using Ruby

January 27, 2021 7 min
Google Drive upload w/ Google API in React

Google Drive upload w/ Google API in React

Step by step process to upload a file to Google drive with the Google API using React

January 6, 2021 7 min
Docker and Containers

Docker and Containers

Understanding Docker, Containers and Virtual Machines with examples.