José Ney GuerreroDeshabilitar las advertencias de deprecación de Ruby ≥ 2.7 (tip)Cuando utilizas cualquier versión de ruby se realizan validaciones de API’s que serán deprecadas, actualmente en la última versión de Ruby…May 7, 2020May 7, 2020
José Ney GuerreroinDAK42Tip: Phasing Out old legacy models in Rails — Read Only MethodMost of the time, when you’re working with a legacy project or database is necessary to access those old models until a full migration is…Nov 6, 2019Nov 6, 2019
José Ney GuerreroinDAK42Tip: Clean Relative Path Imports in ReactWhen you’re developing a React application, is very common to have a src folder with subfolders likecomponents styles etc and having…Mar 22, 2019Mar 22, 2019
José Ney GuerreroinDAK42Improve PRY and IRB Ruby Console OutputThe default output of PRY or IRB isn’t the most legible experience, there’s a way to improve it using a gem.Jan 30, 2019Jan 30, 2019
José Ney GuerreroinDAK42Using ZSH functions to improve your terminal experienceThe shell I love is zsh and it brings some functions that we can use to change the behavior of the shell, in this case I’m going to use…Nov 12, 2018Nov 12, 2018
José Ney GuerreroinDAK42Mejora el UX animando el botón al enviar un formulario en RailsAlgo muy importante en la experiencia de usuario es dar retroalimentación inmediata luego de una acción, en este caso me gusta mostrar…Nov 11, 2018Nov 11, 2018
José Ney GuerreroinDAK42Swift Beginner: How to run code only in development modeSometimes when we are programming, we wan to run some code only in development mode, for example changing the URL of an API from…Oct 22, 2018Oct 22, 2018
José Ney GuerreroinDAK42Swift Beginner: Storyboardless Apps — I dropped storyboards and reused more Swift code and styles!Six months ago while I was checking a Github repo, I realized that the repo didn’t have any Storyboard and all design was defined in code.Oct 19, 2018Oct 19, 2018
José Ney GuerreroinDAK42Swift Beginner: UICollectionView — Different Methods to Reload the DataI love CollectionView, is one of the most versatile components of UIKit. In this short post I’ll share the different methods that we can…Oct 17, 20181Oct 17, 20181
José Ney GuerreroinDAK42Rails transactions and locks… a failed storyIn a Rails app I’m currently working on (an ERP software), I recently tracked a nasty bug that affected the way the software handled the…Oct 7, 20171Oct 7, 20171