Latest posts

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

Brocue master

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

hey, i'm gromax

just a lazy programmer looking for some fun.

NETWORKING THEORY : FROM START TO MODERN

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

COMPILER & INTERPRETER

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