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…
RRuby Read More 4 minute read 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…
RRuby on Rails Read More 4 minute read 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,…
RRuby Read More 4 minute read 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…
DDevelopment Read More 4 minute read 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…
BBest Practices Read More 3 minute read 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…
RReact Native Read More 5 minute read 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…
RReact Native Read More 6 minute read 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…
DDevelopment Read More 2 minute read 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…
AAEM Read More 3 minute read 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…