network_call
Outbound network call
Outbound network call
Line 204Snippets
row = await conn.fetchrow("SELECT * FROM users WHERE id = $1", user_id) row = await conn.fetchrow("SELECT * FROM users WHERE email = $1", email)When the `Ordering` context must fetch product data from the `Catalog` context, it should never use `Catalog`'s domain model directly. An ACL translates between the two models: row = await conn.fetchrow("SELECT * FROM users WHERE id = $1", user_id) row = await conn.fetchrow("SELECT * FROM users WHERE email = $1", email)Trust Score
Updated há 6 dias
Analisado
31 de mar. de 2026, 15:58
+ 2 previous scans
Compatível com
Skill details
Updated há 6 dias
Analisado 31 de mar. de 2026, 15:58
Descricao
Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use this skill when designing clean architecture for a new microservice, when refactoring a monolith to use bounded contexts, when implementing hexagonal or onion architecture patterns, or when debugging...
Scans recentes
31 de mar. de 2026, 15:58
Latest analysis
31 de mar. de 2026, 15:13
Run 2
27 de mar. de 2026, 15:54
Run 1