Skip to content

Instantly share code, notes, and snippets.

View igords-goncalves's full-sized avatar
🚀
If u do it right, once is enough

Igor Gonçalves igords-goncalves

🚀
If u do it right, once is enough
View GitHub Profile
# 📋 Documentação de Problema de Negócio
## **Cenário: Plataforma de Streaming de Vídeo**
---
## 🎯 **Visão Geral do Negócio**
A **StreamFlix** é uma plataforma de streaming de vídeo que oferece filmes, séries e documentários sob demanda. Com o crescimento exponencial de usuários, a arquitetura monolítica atual não consegue mais suportar:

Semantic Branch Names

See how a minor change to your branch name style can make you a better programmer.

Format: <type>/#<issueNumber>-<alias>

Example

@igords-goncalves
igords-goncalves / md
Created May 11, 2025 21:41
Desafio técnico magalu e BTG
https://brunograna.notion.site/Desafio-Backend-Magalu-Build-Run-2de506125eb1467f97b8daea66d83917
https://brunograna.notion.site/Desafio-Backend-BTG-Pactual-Build-Run-3f48048e3e594fbea580c006eac6ff08
@igords-goncalves
igords-goncalves / md
Created May 11, 2025 21:40
Desafio técnico Magalu
## Bem-vindo(a) ao nosso processo seletivo
### Cenário
O Magalu tem o desafio de desenvolver uma plataforma de comunicação. Você foi
escolhido(a) para iniciar o desenvolvimento da primeira sprint.
### Objetivo
O objetivo nesta sprint é o de prover 3 serviços (endpoints) relativos ao envio de comunicação
da empresa.
@igords-goncalves
igords-goncalves / postgres-cheatsheet.md
Created April 22, 2025 18:00 — forked from Kartones/postgres-cheatsheet.md
PostgreSQL command line cheatsheet

PSQL

Magic words:

psql -U postgres

Some interesting flags (to see all, use -h or --help depending on your psql version):

  • -E: will describe the underlaying queries of the \ commands (cool for learning!)
  • -l: psql will list all databases and then exit (useful if the user you connect with doesn't has a default database, like at AWS RDS)