Skip to content
View SavioCodes's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report SavioCodes

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

Savio Filho

Software engineer specializing in backend product systems, operational SaaS, and applied AI. Focused on architectural boundaries, reliable execution, and production-grade discipline.

Portfolio · Case Studies · Writing · LinkedIn · Email


🇧🇷 Procurando a versão em Português?
Clique para expandir

Eu projeto e implemento sistemas de backend, plataformas SaaS e soluções de IA aplicada com limites arquiteturais claros, execução confiável e rigor de produção. Trabalho com foco em contratos de API rígidos, validação de esquemas e comportamento pós-lançamento previsível.

Focus & Core Philosophy

I design systems that remain explainable and resilient under real-world constraints—such as network timeouts, rate limits, billing failures, and non-deterministic LLM outputs. My approach favors strong schema contracts, idempotent operations, and thorough runbook documentation over hype-driven engineering.


Featured Projects (Ready to Run)

Multi-tenant customer onboarding SaaS featuring schema isolation, queue-backed automation jobs, and stripe billing.
Next.js · TypeScript · PostgreSQL · Prisma · Stripe

git clone https://github.com/SavioCodes/OnboardPulse.git
cd OnboardPulse
npm install
# Set up DATABASE_URL in .env
npx prisma migrate dev
npm run dev

Lightweight email risk validation API designed around strict OpenAPI contract discipline.
Node.js · TypeScript · OpenAPI · Docker

git clone https://github.com/SavioCodes/MailSieve.git
cd MailSieve
npm install
npm run test

Educational implementation of a neural network from scratch using raw NumPy matrix math.
Python · NumPy

git clone https://github.com/SavioCodes/rede-neural-do-zero.git
cd rede-neural-do-zero
python -m unittest discover tests/

Systems Architecture (Private Case Studies)

Detailed technical reports and workflows are published at saviofilho.dev/work.

  • VOWGRID — Trust and guardrail layer for LLM agents utilizing policy dry-runs, authorization gates, and rollback systems.
  • AcessoQR — Mobile auditing platform with weighted scoring, content moderation, and physical QR certification.
  • ORCEI — Mobile quote builder with native WhatsApp delivery and inline business AI assistants.

Core Stack & Rationale

  • TypeScript & Node.js: For unified type safety from API contracts down to the database client.
  • PostgreSQL & Prisma: To enforce relational integrity and strict database isolation boundaries for multi-tenant SaaS.
  • Docker: To guarantee containerized runtime consistency across local development and production.
  • Python: For deterministic mathematical evaluations, scripting, and AI integrations.

Technical Writing

I write about real-world software constraints and systems design.


How I Work

  • Explainability Over Cleverness: If a system fails in production at 3 AM, it should be simple to debug. I write code that is easy to reason about and trace.
  • Operational Handoff: Code is only half the job. Complete systems require migration scripts, trade-off documentations (ADRs), and clear disaster recovery procedures.
  • Production over Demos: I prioritize well-tested, bounded behaviors over complex features that cannot survive real-world edge cases.

Popular repositories Loading

  1. rede-neural-do-zero rede-neural-do-zero Public

    Neural network from scratch with deterministic evaluation and reproducible logs.

    Python 3

  2. SavioCodes SavioCodes Public

    GitHub profile README and portfolio highlights for Savio Filho.

  3. OnboardPulse OnboardPulse Public

    Multi-tenant onboarding SaaS with billing, follow-up automation, and product operations docs.

    TypeScript

  4. MailSieve MailSieve Public

    Signup risk analysis API with OpenAPI, API key auth, and deploy verification scripts.

    TypeScript

  5. saviofilho.dev saviofilho.dev Public

    Editorial portfolio and case studies for Savio Filho.

    TypeScript

  6. .github .github Public

    Shared community health files and issue templates for public repositories.