Buenos días,
Ya están disponibles los vídeos de las últimas charlas de Madrid.rb (perdonad por el retraso!!).
Marzo 2025: Intro to the TimescaleDB gem, por Jônatas Davi Paganini
Mayo 2025: Roundtable: "Real world usage of LLMs and AI in software development", con Rafael de Castro, German Del Zotto e Izel Nakri
Por otro lado, siento mucho anunciar que el vídeo de la sesión de Abril, que organizamos conjuntamente con el grupo de usuarios de Elixir en Madrid, no se grabó correctamente y no podremos publicarlo. Desde aquí pido disculpas a Ángel Herranz y a Michael Koper. Las dos sesiones fueron interesantísimas, la sede fantástica, la asistencia muy alta, pero la técnica falló (bueno, el técnico, que fui yo) y no hay una buena grabación.
Para acabar con mejor tono, os recuerdo que este jueves tenemos Madrid.rb otra vez!! (Atención, que es en la nueva sede de Lingokids, en c/ San Bernardo, 17, Madrid!!)
Building a ruby gem for OpenFGA
Cuándo: Jueves, 30 de Octubre de 2025, a las 19:30
Dónde: Oficinas de Lingokids, en c/ San Bernardo, 17, de Madrid
Quién: Carla Urrea Stabile
In this talk, I'll share my experience comparing hand-written and generated code, exploring the trade-offs between automation and readability. We'll discuss how any approach might have an impact on developer experience-- how it affects maintainability, debugging and long-term sustainability.
But how did I get here? Well, after working for a bit with OpenFGA, an open source authorization solution, I learned that you could use SDK generators, this is something OpenAPI does, for example.
When I tried to use it, the code felt like a foreign language. You could tell it was machine-made rather than human- friendly. So I tried to implement the gem myself, and that led me to ask myself the question: which is better? generated code or human written code? Whether you're deciding between writing your own gem or letting a generator do the work for you, this talk will give you the insights to make an informed decision and improve the developer experience along the way.
Nos vemos el jueves!!