Skip to content
View archstrap's full-sized avatar

Block or report archstrap

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
archstrap/README.md

archstrap — backend · distributed systems

typing headline


ARCHSTRAP/1.0 — handshake

HELLO archstrap
role:     backend software engineer
focus:    distributed systems
accept:   go · concurrency · storage · caches · postgres
strategy: build the primitive → keep the intuition

I learn systems by implementing them — caches, shells, storage paths — then carrying that intuition into real backends.


Skills

Languages & runtimes

languages

Systems & data

systems

Tooling

tooling

Go · Redis / caching · Postgres · concurrency · C / C++ · shell / CLI · Linux · Docker


Services on the mesh

Redis-style cache server in Go — implement core semantics (commands, expiry, persistence intuition) to understand them for real.

Minimal interactive Unix-style shell in Go — prompts, builtins, process control. The CLI as a systems playground.

Personal Neovim / AstroNvim config in Lua — the editor treated as infrastructure, not a toy.

lab (private)

Deep dives not published as products: database engines & storage internals, Bustub-style systems coursework, Rust practice tracks.


archstrapctl status

CLUSTER     archstrap
MODE        systems-first / learning-in-public
HEALTH      green
SERVICES    cache-server · gosh · astro-nvim
BACKLOG     databases · runtimes · editors

Telemetry

streak

trophies


profile views

personal mesh only — org work lives elsewhere

Pinned Loading

  1. cache-server cache-server Public

    This cache server is intended to understand the core functionality of redis

    Go

  2. gosh gosh Public

    A minimal, interactive Unix-style shell written in Go

    Go