SSoftware Engineering Read More 1 minute read Stimulus: Cross-Controller Coordination With EventsbyJonathan TapiaJanuary 10, 2023 Reading Time: 2 minutes A controller is the basic organizational unit of a Stimulus application. They are instances of JavaScript classes that…
RRails Read More 2 minute read How To Install Stimulus In a Rails AppbyJonathan TapiaOctober 27, 2022 Reading Time: 2 minutes In this tutorial, you will install Stimulus using Webpacker and Rails 7. If your Rails app is is…
AAWS Read More 5 minute read How to Create Your First Lambda Function on AWSbyJonathan TapiaJuly 16, 2020 Reading Time: 5 minutes In the beginning, the documentation for AWS LAMBDAS can be intimidating at times, but don't worry, in this…
RRails Use Rails URL Helper with JavascriptbyJonathan TapiaJanuary 30, 2015 Reading Time: 2 minutes Sometimes in some projects that I worked on I needed to use Rails URLs inside my JS, but…
RRails How to add custom attributes in SpreebyJonathan TapiaJune 24, 2014 Reading Time: < 1 minute Having had the chance to work with Spree 2.2, the latest version at the moment, I noticed that…
JJavascript How to send web notificationsbyJonathan TapiaJanuary 16, 2014 Reading Time: 2 minutes Introduction Web notifications have been there for a while, they provide a really interesting way to present information…
RRails How to run a Rails engine with PowbyJonathan TapiaDecember 12, 2013 Reading Time: 2 minutes If you are a beginner and you ever had the need to run a Rails engine separately from…
TTesting Using RSpec with Capybara 2byJonathan TapiaAugust 13, 2013 Reading Time: 2 minutes Using RSpec with Capybara 2 As you probably know by now, the new version of Capybara has been…
EEcommerce Read More 2 minute read Payments Received With StripebyJonathan TapiaNovember 16, 2012 Reading Time: 2 minutes There are some applications to help you receive payments online. Some of them are really complex and complete…
TTesting Read More 1 minute read Parallel: Running Your TestbyJonathan TapiaJuly 16, 2012 Reading Time: < 1 minute Have you ever felt like running more than one kind of test at the same time, because your…