I recently gave a talk at the North West Ruby User Group about how I use LLMs for software development. This was an update on a previous demo I had given on Claude Code. We didn't record the talk, but here are my (adapted) notes. LLMs for Software Developers This| The Art && Science of Ruby
Cuando desarrollamos una aplicación, surge una pregunta clave: ¿en qué idioma deben estar sus términos, documentación y código? Aunque el inglés es el estándar global en tecnología, en contextos donde el negocio no opera en inglés, la decisión no es tan simple.| JMFLORESZAZO
Don't try to build a single, unified model for a large domain. Instead DDD advises us to divide such a domain into many bounded contexts with explicit relationships between them.| martinfowler.com
Systems are constrained to follow the communication patterns of their designers.| martinfowler.com
The cognitive load theory can help us learn more effectively our codebases, and make them easier to understand.| The Valuable Dev