SSoftware Engineering Read More 3 minute read Speed Up Your Startup with Hidden Ruby on Rails 8 FeaturesbyFlow VelazquezApril 24, 2025 Reading Time: 3 minutesIntroduction In the fast-moving world of startups, speed can make or break your product’s success. That’s why choosing…
CCybersecurity Read More 3 minute read Protect Your Business: The Big Deal of Cybersecurity in a Digital WorldbyFlow VelazquezMarch 6, 2023 Reading Time: 4 minutesAlongside performance and usability, you should always focus on security when creating any web application. Keep in mind…
RRails Read More 2 minute read How To Install Stimulus In a Rails AppbyJonathan TapiaOctober 27, 2022 Reading Time: 2 minutesIn this tutorial, you will install Stimulus using Webpacker and Rails 7. If your Rails app is is…
RRails Read More 4 minute read Data Encryption with Rails 7byemmanuelMarch 3, 2022 Reading Time: 4 minutesThere are massive amounts of sensitive information managed and stored online in the cloud or connected servers. Encryption…
RRails Read More 4 minute read Approaching Rails Legacy Systems Chapter 3: Where to start?byVictor VelazquezNovember 12, 2020 Reading Time: 5 minutesWell, where to start? If you are reading this article, you must have read Chapter 1 and Chapter…
RRails Read More 4 minute read Approaching Rails Legacy Systems Chapter 2: Become a Git HistorianbyVictor VelazquezJuly 2, 2020 Reading Time: 4 minutesTo keep track of how a project has been changing through time is key to provide a big…
RRuby on Rails Read More 2 minute read How to use ERB syntax as a selector on DefacebyDiego MendozaMay 15, 2020 Reading Time: 2 minutesHaving trouble finding a selector to override a view? Here in this blog post, we show you a…
TTesting Read More 5 minute read Rails + RSpec + Turnip = <3byOzmar UgarteMarch 19, 2020 Reading Time: 4 minutesIntegration tests are used to ensure that all software components work together. In the RoR world, Cucumber is…
RRuby on Rails Read More 3 minute read Best practices using Rails SeedsbyOzmar UgarteNovember 25, 2019 Reading Time: 2 minutesRails offer us a mechanism through the db/seeds.rb file, which allows us to write Ruby code and use…
SSolidus Read More 3 minute read Getting Started with Solidus Series 1: SetupbyjaimelrNovember 4, 2019 Reading Time: 2 minutesSolidus is an open-source eCommerce solution built with Ruby on Rails and maintained by a community of passionate developers.…