┌──────────────────────────────────────────────────────────────┐
│ JOÃO VICTOR // DEV │
├──────────────────────────────────────────────────────────────┤
│ STATUS : ONLINE │
│ ROLE : SOFTWARE ENGINEERING STUDENT │
│ FOCUS : BACKEND + FULL STACK │
│ PRIMARY : JAVA / SPRING BOOT │
│ FRONTEND : TYPESCRIPT / REACT │
│ DATABASE : SQL / POSTGRESQL │
│ NEXT LEVEL : CLOUD / DATA / AI ENGINEERING │
│ MODE : BUILD → LEARN → REFACTOR → REPEAT │
└──────────────────────────────────────────────────────────────┘
public final class JoaoVictor {
private final String role = "Software Engineer in progress";
private final String primaryStack =
"Java + Spring Boot";
private final String frontendStack =
"TypeScript + React";
private final String database =
"SQL + PostgreSQL";
private final String philosophy =
"Understand the problem before writing the code.";
private final String mission =
"Build reliable software that solves real problems.";
public String status() {
return "Learning. Building. Improving.";
}
}🎓 Estudante de Engenharia de Software, construindo minha carreira com foco em desenvolvimento de software e engenharia de sistemas.
🧠 Minha especialização principal está sendo construída em Java + Spring Boot, enquanto mantenho TypeScript + React como base para desenvolvimento frontend e full stack.
🗄️ Também estudo SQL/PostgreSQL, arquitetura de software, Clean Code, SOLID, Git, APIs REST, testes e boas práticas de engenharia.
🚀 Meu objetivo não é apenas aprender frameworks. É entender como software profissional é projetado, desenvolvido, testado, escalado e mantido.
The goal isn't to write more code. The goal is to solve better problems.
| Domain | Technologies |
|---|---|
| ☕ Backend | Java, Spring Boot, REST APIs |
| ⚛️ Frontend | TypeScript, JavaScript, React |
| 🗄️ Database | SQL, PostgreSQL, MongoDB |
| 🐍 Data / AI | Python, Pandas, ML, LLM, RAG |
| 🧱 Engineering | Clean Code, SOLID, Design Patterns |
| 🔧 DevOps | Git, GitHub, Docker, Bash, YAML |
| 🎨 UI / UX | Figma, UI/UX principles |
| 🧪 API / Testing | Postman, REST, automated testing |
| ☁️ Cloud | AWS fundamentals |
$ whoami
joao-victor
$ mission --current
[01] ████████████████████ Java + Spring Boot
[02] ██████████████████░░ Software Architecture
[03] ████████████████░░░░ SQL + PostgreSQL
[04] ██████████████░░░░░░ TypeScript + React
[05] ████████████░░░░░░░░ Docker + Cloud
[06] ██████████░░░░░░░░░░ Python + Data + AI
$ objective
Become a Software Engineer capable of building
reliable, maintainable and scalable systems.
$ next
Build → Test → Deploy → Observe → Improve┌───────────────────────────────────────────────────────────┐
│ SOFTWARE PRINCIPLES │
├───────────────────────────────────────────────────────────┤
│ │
│ 01 Understand the problem │
│ 02 Design before implementing │
│ 03 Keep responsibilities small │
│ 04 Prefer readable code │
│ 05 Test important behavior │
│ 06 Measure before optimizing │
│ 07 Document decisions │
│ 08 Refactor continuously │
│ │
└───────────────────────────────────────────────────────────┘
The snake animation is generated automatically through a GitHub Actions workflow.