I'm passionate about writing and enjoy participating in innovation challenges and events.
I host a weekly "Shut Up & Write!" meetup in Guadalajara.
In my writing, I explore topics like software development, nature and languages.
2023-09-21
Juan Paulo presented on using Ruby for Generative AI applications at an Apex Systems event. He likely covered Ruby's strengths in AI development, integration with AI libraries, and code examples. The talk aimed to showcase Ruby's potential in Generative AI to both Ruby enthusiasts and AI developers.
2023-07-18
Juan Paulo Pérez Tejada Ladrón de Guevara and his team won first place in Wizeline's AI Hackathon. They created M.A.G.I.A., an app automating product descriptions for e-commerce. Their innovation targets the booming e-commerce sector, expected to reach $5.9 trillion in global sales by 2023.
2024-03-04
J.P. Pérez-Tejada introduces Timecop, a Ruby gem for managing time-dependent tests. The author describes how Timecop allows developers to control time in tests, solving issues with date-sensitive test cases. He explains key Timecop methods and provides examples of its implementation in Ruby projects.
2023-07-28
J.P. Pérez-Tejada explores the differences in string handling between Ruby and Python. While both languages share similarities, Python treats strings as iterable and immutable, whereas Ruby considers them mutable but not iterable. The author, proficient in Ruby, discovered these distinctions while refreshing his Python knowledge.