FIRST SIGNAL
2022 — a practical curiosity for how digital products are assembled, tested and made useful.
CARDBOARD PROTOCOL
ISSUE 001
2022 — PRESENT
FULL-STACK SOFTWARE ENGINEER
& SYSTEMS ARCHITECT
A graphic novel about systems, code and ideas.
LUANDA / WORLDWIDE

CHAPTER 01
A short record of how an interest in software became an interest in systems.
2022 — a practical curiosity for how digital products are assembled, tested and made useful.
Web applications opened into databases, networks, infrastructure and the boundaries between services.
I design and build scalable digital systems, combining software engineering, product thinking and technical architecture.
CHAPTER 02
Capabilities mapped as a working system, not a list of percentages.
2022–2023
2023–2024
2024–2025
2025–Present
CHAPTER 03
Public evidence first. Each case is presented as a system, with its current state stated plainly.
Civic technology / mobile
MVPA community mobile application for reporting and following urban occurrences in Angola.
A community mobile application for reporting and following urban occurrences in Angola.
A focused mobile flow for reporting, map visibility and lightweight community status instead of an overbuilt municipal dashboard.
A public MVP that frames civic reporting as a clear, mobile-native workflow.
Distributed infrastructure / research
Foundation scaffoldAn experimental decentralized network ecosystem built above existing internet transport.
An experimental decentralized network ecosystem built above existing internet transport.
Establish typed protocol, identity, transport and runtime boundaries before pursuing a polished application surface.
A documented Phase 1 foundation with node, CLI, chat and browser shells; presented accurately as exploratory infrastructure.
Local-first communication
v0.1.1An offline-first decentralized communication system for local networks, with optional direct and relay paths.
An offline-first decentralized communication system for local networks, with optional direct and relay paths.
Separate protocol, transport, security, persistence and operator UI into explicit Rust crates.
A modular local-network communication system with public documentation and release artifacts.
Enterprise platform / monorepo
Foundation in progressA digital ecosystem conceived for African businesses to operate and grow from one coordinated platform.
A digital ecosystem conceived for African businesses to operate and grow from one coordinated platform.
Define domain, permissions, events, observability and infrastructure as first-class platform concerns.
An executable monorepo and substantial enterprise documentation; broader business modules remain intentionally out of scope.
Public finance systems
Full-stack systemA system for the management, execution, monitoring and auditing of public finance operations.
A system for the management, execution, monitoring and auditing of public finance operations.
Model fiscal workflows, access control and auditability across a dedicated frontend and Java backend.
A public codebase with documented domain boundaries and validation commands.
CHAPTER 04
A repeatable investigation sequence for products that cannot be solved with a template.
SYSTEM MAP / 01
WEBAPI GATEWAYSERVICE BOUNDARYPOSTGRESEVENT QUEUEWORKERValidate at the edge. Emit events after persistence. Observe every boundary.
Every handoff receives an explicit constraint, an observable boundary and a validation path.
type Event = { id: string; kind: "report.created" };
export async function publish(event: Event) {
validate(event);
await outbox.store(event);
await queue.enqueue(event.id);
}CHAPTER 05
Smaller files pinned to the research wall: useful signals, not filler.
Learning infrastructure
Research productA knowledge-base workflow for video courses, transcription, curriculum reconstruction and search.
Included as an experiment because its asynchronous ingestion architecture broadens the systems narrative.
Queue management / PWA
ExperimentA digital queue-management concept for physical establishments.
Placed in experiments: the public repository documents a coherent scope, but it is not presented as a flagship system.
This issue documents public work only. Each entry links to evidence that can be independently reviewed.
CHAPTER 06
End of issue. Beginning of a difficult system.
I work on digital products, platforms and technical ideas that require more than a standard template.
START A CONVERSATION OPEN FOR THE RIGHT BRIEF