Read More 3 minute read RRuby on Rails 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…
Read More 4 minute read RRuby How to take advantage of Ruby blocksbymickeytglJuly 8, 2019 Reading Time: 3 minutesBlocks in ruby are a very powerful aspect of the language. They are often less used in when…
Read More 4 minute read RRuby on Rails Clearing the air: How to test new features with Rails?bykevinnioJune 10, 2019 Reading Time: 4 minutesFeature specs are integral to a good test suite. Whenever we add new features to a web application,…
Read More 4 minute read RRuby What are ruby contracts and how we can use them?bygerardo.lopezApril 9, 2019 Reading Time: 4 minutesWhat are Ruby Contracts? The gem author defines them as follows: Contracts which let you clearly and beautifully…
Read More 4 minute read DDevelopment Roles and permissions in SolidusbyOzmar UgarteFebruary 19, 2019 Reading Time: 4 minutesFew days ago I was working on adding new roles with their permissions into a Solidus application, it…
Read More 3 minute read BBest Practices Using serialized fields in railsbyOzmar UgarteJuly 27, 2018 Reading Time: 2 minutesHi everybody, in the past days I stored some codes for a model called: Activity. I did this…
Read More 5 minute read RReact Native Set up your CI and CD for React Native Part 2byFrancisco ChaconJune 28, 2018 Reading Time: 4 minutesGenerate signed builds for your mobile project Why do we have to sign our APK/IPA files? As I’ve…
Read More 6 minute read RReact Native React Native VS Ionic: Specific casesbyomarandstuffJune 5, 2018 Reading Time: 6 minutesAs technology increases, we have more and more access to a lot of alternatives for building many kinds…
Read More 2 minute read DDevelopment A quick look into the JCR Search API (AEM)byCarlos GutierrezMay 15, 2018 Reading Time: 2 minutesThe JCR Search API allows us to query data located in the AEM Java Content Repository (JCR) using…
Read More 3 minute read AAEM Having a glimpse at the WCM Search API and the Query Builder (AEM)byCarlos GutierrezMay 2, 2018 Reading Time: 3 minutesSearch Class The searching capabilities of the com.day.cq.wcm.foundation package are exposed through the Search class. According to the…