Latest posts

New articles and guides from Brocue on building, coding, and deploying projects.

Brocue coding

History of Storage

Before SSDs, computers stored data using paper holes, sound waves, and tiny magnets — every step bringing us closer to modern storage.

Understanding How Computers Really Work

My notes and learnings on computer architecture, covering CPUs, memory, registers, cache, control units, and instruction execution. A beginner's exploration of

http in GO tutorial

Go's standard library provides robust, built-in support for both creating HTTP servers and making HTTP requests as a client via the net/http package.

"everything is a file theory" unix physcology

treats diverse system resources—regular files, directories, devices, network sockets, and inter-process communication channels—using a unified file interface wh

NETWORKING THEORY : FROM START TO MODERN

Cold War fears, ARPANET, and the core building blocks of modern computer networking explained simply.

Python Flask Cheatsheet

a cheatsheet so you dont have to remember everything

COMPILER & INTERPRETER

Programs written in high-level languages like C must be translated into machine-readable instructions before they can execute on a computer.