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…
EEcommerce Read More 2 minute read VTex Speed ConfigurationbyadminJuly 24, 2018 Reading Time: 3 minutesVTex is a SAAS E-commerce platform that has tons of modules that help out with the implementation of…
EEcommerce Read More 2 minute read VTex Speed Configurationbyalberto.mendozaJuly 24, 2018 Reading Time: 3 minutesVTex is a SAAS E-commerce platform that has tons of modules that help out with the implementation of…
TTesting Read More 2 minute read What is the Role of an SDET?byJuan Carlos LópezJuly 11, 2018 Reading Time: 2 minutesWhat does SDET stand for? Software Development Engineer in Test is a Software Engineer who can work just…
RRuby Read More 3 minute read How to use devise and devise_token_authbyJuan NegreteJuly 3, 2018 Reading Time: 2 minutesHave you ever had difficulties adding authentication to an API which had already set up devise authentication? I…
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…
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…
RReact Native Read More 5 minute read Hey user, what are you up to?bydanielMay 8, 2018 Reading Time: 6 minutesWhat are users of my app doing with it? Our pieces of technology shine with the latest tools,…
DDevelopment Read More 4 minute read Adding Docker to your Rails workflowbyJuan Carlos RuizApril 24, 2018 Reading Time: 5 minutesOne of the challenges we face when we are developing an application, is having a uniform development stack…
RReact Native Read More 3 minute read Setup your CI and CD for React Native Part 1byFrancisco ChaconApril 11, 2018 Reading Time: 4 minutesWhat is Continuous Integration and Continuous Delivery? Continuous Integration (CI) and Continuous Delivery (CD) are now necessary concepts…