RRails Read More 6 minute read Searching with Ransack in Ruby on RailsbyJuan Carlos LópezMarch 12, 2019 Reading Time: 6 minutesSometimes we need or we want to develop a module quickly and easily that includes filters, sorting, pagination…
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…
JJavascript Read More 5 minute read Write better Javascript, EP 1: ConditionalsbyMario GómezOctober 15, 2018 Reading Time: 5 minutesWrite better Javascript, EP 1: Conditionals This is the first “episode” of one of many series I intend…
RRails Read More 5 minute read Dealing with your first scheduled background job.byadminSeptember 25, 2018 Reading Time: 5 minutesAre you new with background jobs and you don’t know where to start? Do you sometimes don’t understand…
WWeb dev Read More 3 minute read Background job for uploading an image from a remote URL using paperclip and sidekiqbyedmanAugust 14, 2018 Reading Time: 2 minutesSometimes, we need to upload images to our servers to avoid dependencies on third parties also, for instance,…
WWeb dev Read More 3 minute read Background job for uploading an image from a remote URL using paperclip and sidekiqbyadminAugust 14, 2018 Reading Time: 2 minutesSometimes, we need to upload images to our servers to avoid dependencies on third parties also, for instance,…
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…
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…
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…
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…