Skip to content
View Allysson-Rodrigues's full-sized avatar

Block or report Allysson-Rodrigues

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

Allysson Rodrigues

AI-assisted engineering workflows | Backend systems, tooling, and scoped automation

Typing SVG

Portfolio

I build software with a strong bias toward explicit contracts, predictable delivery, and reviewable automation. I am currently studying Systems Development at SENAI PR, with a focus on backend systems, developer tooling, and AI-assisted workflows that stay useful under real engineering constraints.


Principles

  • Explicit contracts over implicit behavior.
  • Validation should be part of the workflow, not a cleanup step.
  • Automation is only useful when scope, permissions, and failure modes are clear.
  • Reliable delivery depends on repeatable systems, not improvised heroics.

Workflow

I use AI tooling as part of a disciplined engineering loop rather than as a substitute for judgment. The objective is faster iteration with small diffs, legible decisions, and concrete validation at every meaningful step.

Typical approach:

  1. Explore with research-first tooling and map the problem space.
  2. Plan with explicit constraints, success criteria, and validation paths.
  3. Implement in small, reviewable changes with local verification.
  4. Escalate to specialist agents only when the task genuinely benefits from them.
  5. Close with concrete checks and a clear record of tradeoffs.

Core surfaces:

Surface Role
Gemini CLI Research, exploration, and first-pass synthesis
Claude Code Deep reasoning, structural review, and hard debugging passes
Codex Local implementation, refactors, validation loops, and focused edits
Antigravity Scoped sessions, routing, and bounded decomposition
MCP Explicit connectivity between project context, services, and tools

Selected Work

  • Petshop Small Breeds Premium - full-stack system with admin operations, auth flows, booking requests, and deployment discipline.
  • Voice Note AI - Windows-first dictation workflow with Azure Speech-to-Text, safe text injection, and adaptive suggestions.
  • Clean Express API - API structure centered on validation, consistent errors, and explicit architectural boundaries.
  • Backend TS Foundations - Node.js and TypeScript practice focused on consistency, contracts, and delivery fundamentals.
  • TradingView Indicator - Pine Script experiments for structured technical analysis and trading automation.

MCP Surface

Supabase TestSprite Stripe Sentry Clerk Gemini

I use MCP surfaces where they improve context transfer, reduce manual friction, and keep tool boundaries explicit.


Technical Stack

Category Technologies
Languages & Runtime JavaScript (ES6+), TypeScript, Node.js
Frontend React, Next.js, Tailwind CSS, shadcn/ui
Backend Express.js, REST APIs, Clean Architecture
Databases SQLite, PostgreSQL, Prisma
Infra & Delivery Docker, Linux CLI, Git, GitHub, Vercel

Roadmap (2026)

  • Strengthen end-to-end projects with auth, observability, and deployment discipline.
  • Publish sharper backend baselines with better contracts and operational safeguards.
  • Keep refining AI-assisted workflows without relaxing verification standards.
  • Keep profile and project documentation aligned with active delivery work.

Workspace Snapshot

A live view of my current local workspace architecture, optimized for agentic development:

projetos/
├── 01-projetos/        # Active projects (frontend & backend apps)
├── 02-pacotes/         # Shared packages (e.g., UI kits, libraries)
├── 03-playground/      # Sandboxes and experiments
├── 04-docs/            # Auxiliary or legacy material
├── 05-arquivo/         # Historical, paused, and temporary material
├── 06-scripts/         # Workspace automation and CLI tooling
├── 07-github/          # Local mirror of external repositories
├── 08-operacional/     # Backups, artifacts, and operational logs
├── docs/               # Canonical documentation hub
├── tests/              # End-to-end and governance testing
├── tasks/              # Active sprint, lessons, and progress tracking
├── plans/              # Transient implementation plans (TDP mode)
├── skills/             # Antigravity/Agent extensions and specific toolsets
├── .agent/             # Agent rules and workflows (Antigravity/Gemini/Claude)
└── mcp-servers/        # Local Model Context Protocol servers

Links

Website Google Dev Email X

Pinned Loading

  1. petshop-small-breeds-premium petshop-small-breeds-premium Public

    Full-stack premium pet shop platform for small breeds with React, Express, Prisma, JWT auth, RBAC dashboard, and automated tests.

    TypeScript

  2. voice-note-ai voice-note-ai Public

    Windows-first desktop dictation app with Azure Speech-to-Text, safe text injection, adaptive suggestions, and privacy controls.

    TypeScript

  3. clean-express-api clean-express-api Public

    Professional Node.js API boilerplate implementing Clean Architecture, TypeScript, and TDD. Features premium OLED dashboards and native ESM support.

    TypeScript

  4. backend-ts-foundations backend-ts-foundations Public template

    Professional TypeScript & Express Boilerplate. Pre-configured for architectural consistency, modern typing, and high performance.

    TypeScript

  5. tradingview-indicator tradingview-indicator Public

    Algorithmic trading tools and custom Pine Script scripts for structured technical analysis on TradingView.

    2 1