Skip to content
View wansolanso's full-sized avatar

Highlights

  • Pro

Block or report wansolanso

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.

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
wansolanso/README.md

Atalho

$ whoami — multi-tenant, zero-trust, infra-as-code

uptime: building since day 0  •  region: br-south  •  status: 🟢 shipping

cat identity.tf # about

resource "human" "matheus" {
  role        = "Founder / Platform Engineer"
  building    = "Atalho — multi-tenant SaaS, infra to UI"
  obsessed_by = ["secure isolation", "clean abstractions", "systems that don't page you at 3am"]

  philosophy {
    infra    = "cattle, not pets"
    secrets  = "never at rest, never in git"
    tenants  = "isolated by design, not by convention"
  }

  lifecycle {
    prevent_destroy = true   # still shipping
  }
}

systemctl status matheus # status

● matheus.service — full-stack engineer who owns the platform
     Loaded: loaded (/etc/founder/matheus.service; enabled)
     Active: active (running) — ships infra + product, solo when it counts
   Main PID: 1 (relentless)
     Memory: multi-tenant architecture, Vault, IaC, ERP/CRM internals
     CGroup: platform → cloud → security → product

terraform state list # stack

module.languages     TypeScript · Node.js · Python · Go
module.infra         Terraform · Oracle Cloud (OCI) · Vault · Docker · GitHub Actions
module.data          PostgreSQL · SQLite
module.doctrine      zero-trust · instance-per-tenant · crypto-shred · IaC everything

TypeScript Go Python Terraform Oracle Cloud Vault Docker PostgreSQL

atalho.dev — legal-tech SaaS   email matheus@atalho.dev

Building Atalho — software & automation for the legal sector.

# EOF — still running. don't Ctrl+C.

Pinned Loading

  1. claude-coord claude-coord Public

    Conflict-free multi-agent coordination for Claude Code — file-based message rooms + optional watcher, zero dependencies.

    Python