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