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?...…
RRuby on Rails Read More 6 minute read How to Prevent Sequence Race Conditions when Using Rails ActiveJobbyfernando.trasvinaMarch 22, 2023 Reading Time: 5 minutes This article describes using the Ruby on Rails web application framework along with an external service. It is…
CCybersecurity Read More 3 minute read Protect Your Business: The Big Deal of Cybersecurity in a Digital WorldbyMagmaLabs TeamMarch 6, 2023 Reading Time: 4 minutes Alongside performance and usability, you should always focus on security when creating any web application. Keep in mind…
RRuby on Rails Read More 4 minute read Ruby on Rails Advantages For Your Business in 2023byMagmaLabs TeamDecember 6, 2022 Reading Time: 5 minutes There are multiple reasons why Ruby on Rails is gaining so much popularity in the market. Basically, RoR…
SSoftware Engineering Read More 3 minute read Modern Web Applications with HotwirebyJennifer LedezmaJuly 8, 2021 Reading Time: 3 minutes Hotwire is a new HTML-over-Websockets framework developed by Basecamp. Its purpose is to perform real-time DOM-patching using ActionCable…
RRuby on Rails Read More 2 minute read Debugging RubyGemsbyCarlos GutierrezDecember 10, 2020 Reading Time: 2 minutes Sometimes we can run into bugs in our application that seem to come up out of nowhere. Even…
RRuby on Rails Read More 2 minute read Approaching Rails Legacy Systems Chapter 4: Understand your testsbyVictor VelazquezNovember 25, 2020 Reading Time: 2 minutes There are many different kinds of testing you can use in your projects, but in this last chapter,…
EEcommerce Read More 3 minute read How Pricing Selection works in SolidusbyEdwin CruzOctober 22, 2020 Reading Time: 2 minutes Solidus is known for its flexibility, but some stores need special rules to chose what price to use.…
RRails Read More 4 minute read Approaching Rails Legacy Systems Chapter 2: Become a Git HistorianbyVictor VelazquezJuly 2, 2020 Reading Time: 4 minutes To keep track of how a project has been changing through time is key to provide a big…
SSolidus Read More 2 minute read Improving Inventory Units Creation in SolidusbyEdwin CruzJune 18, 2020 Reading Time: 2 minutes To keep track of the right inventory, Solidus needs to create one inventory unit record for every single…