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 hace 6 días
Analizado
31 mar 2026, 15:58
+ 2 previous scans
Compatible con
Skill details
Updated hace 6 días
Analizado 31 mar 2026, 15:58
Descripcion
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 recientes
31 mar 2026, 15:58
Latest analysis
31 mar 2026, 15:13
Run 2
27 mar 2026, 15:54
Run 1