Read More 5 minute read SSoftware Engineering Introduction to Turbo: Speed up your Rails Apps with HotwirebyCarlos GutierrezAugust 16, 2024 Reading Time: 5 minutesWhat is Turbo? Turbo is a technology developed by the creators of the Ruby on Rails framework whose…
Read More 4 minute read SSoftware Engineering Stimulus: Speed up your Rails Apps with Hotwire…byCarlos GutierrezJuly 22, 2024 Reading Time: 3 minutesIntroduction to Stimulus Stimulus is a Javascript framework designed to enhance static or server-rendered HTML by connecting JavaScript…
Read More 4 minute read RRuby on Rails Integrate Ruby on Rails with language models like OpenAI’s…byVictor VelazquezJuly 11, 2024 Reading Time: 4 minutesHave you ever wondered, how to build a Ruby on Rails app for PDF analysis with OpenAI API?……
Read More 6 minute read SSoftware Engineering Mastering the Observer pattern in JavaScriptbyfernando.trasvinaMarch 24, 2024 Reading Time: 6 minutesMastering the Observer pattern in JavaScript Introduction The Observer pattern is a design pattern that allows an object…
Read More 9 minute read JJavascript Functional Programming in a Nutshell (in JS)byCarlos AlcalaJuly 9, 2020 Reading Time: 9 minutesFunctional Programming (FP) is a great tool to add to your toolbox! It enables you to write simple,…