Open in app
Home
Notifications
Lists
Stories

Write
Alberto Jose Aragon Alvarez
Alberto Jose Aragon Alvarez

Home

Apr 12, 2021

Pair Programming and Mob Programming Rules and Best Practices

A simple guide on how to do it right What is Pair Programming (PP) If you have being a software developer for sometime you should probably have heard about Pair Programming. …

Software Development

7 min read

Pair Programming and Mob Programming Rules and Best Practices
Pair Programming and Mob Programming Rules and Best Practices

Jun 22, 2020

How to add a custom domain to your Heroku app

Recently I was faced with the following scenario, one of our clients had it’s DNS hosted on Digital Ocean but the main app was hosted on Heroku. The landing page, on the other hand, was hosted on Hover, so we needed to add a link on the landing page that…

Heroku

3 min read

How to add a custom domain to your Heroku app
How to add a custom domain to your Heroku app

Mar 25, 2020

How to setup your Git, Github account on another computer

Let’s imagine that you need to use another computer to do some development work on one of your Github projects but you don’t have your computer at hand to copy your private key over. What to do then? Generate a new SSH key The first step is to generate a new key in your console…

Git

3 min read

How to setup your Git, Github account on another computer
How to setup your Git, Github account on another computer

Mar 15, 2020

Native Base UI Components: Solve issue with Roboto font on Android.

fontFamily ‘Roboto_medium’ is not a system font and has not been loaded through Exponent.Font.loadAsync Hello everyone. Today’s story is about an error that I faced recently when developing a React Native app using the Native Base UI Components library. A fellow developer suggested that for my next project on React Native I should use Native Base because it’s a great library for UI components…

React Native

2 min read

Native Base UI Components: Solve issue with Roboto font on Android.
Native Base UI Components: Solve issue with Roboto font on Android.

Published in AlturaSoluciones

·Sep 18, 2018

:has_many relations in Active Admin

In this post we are going to explain how to setup a :has_many relation in Active Admin for a Rails application. Let’s assume that we have a couple of models: Articles and Categories with the following fields each one: #Article Model :title :author :description and #Categories Model :name Normally you…

Ruby On Rails

2 min read

:has_many relations in Active Admin
:has_many relations in Active Admin

Published in AlturaSoluciones

·Aug 21, 2018

Background delivery of emails in Rails

On this post we are going to learn how to deliver emails in background using the Resque library and Redis database. Setup On the Gemfile of your project just add: gem ‘resque’ and then execute bundle install to install all gems needed for resque to work properly. Installing Redis If you are using…

Ruby On Rails

3 min read

Background delivery of emails in Rails
Background delivery of emails in Rails

Published in AlturaSoluciones

·Aug 6, 2018

Creating a React Native/Redux application for searching posts on Medium

Setting up Let’s create a new React Native project with the following command: create-react-native-app medium-searcher Important Note: If npm ask you to update the project to React Native 0.56.0, don’t do it. Until they fix the issue if you update to the latest version it breaks the project entirely. After that let’s…

React

11 min read

Creating a React Native/Redux application for searching posts on Medium
Creating a React Native/Redux application for searching posts on Medium

Published in AlturaSoluciones

·Jun 15, 2018

Setting up Rails 5 Active Storage with Amazon S3

On this tutorial we are going to see all the necessary steps to setup an S3 Amazon Bucket and use it in Rails Active Storage. Amazon S3 Setup Creating the bucket The first thing we need to do is to create a Bucket in S3. Although is pretty simple to do it it could be a…

AWS

5 min read

Setting up Rails 5 Active Storage with Amazon S3
Setting up Rails 5 Active Storage with Amazon S3

Published in AlturaSoluciones

·May 11, 2018

Eslint Basic Configuration

How to configure ESLint for Javascript Development and setup in Visual Studio Code, WebStorm, Atom and Sublime. If you don’t use it already, ESLint is arguably one of the most used linting plugins or tools for Javascript projects to help increase quality of code by enforcing certain rules in your…

Java Script

6 min read

Eslint Basic Configuration
Eslint Basic Configuration

Published in AlturaSoluciones

·Apr 25, 2018

Medium Feed Integration on Rails App

How to get your stories to show up in your Rails Site Recently I was working on AlturaSoluciones’ new website and we needed to add a Medium feed to the page so the visitors could see the recent articles that the company has published on this platform. …

Rails

3 min read

Medium Feed Integration on Rails App
Medium Feed Integration on Rails App
Alberto Jose Aragon Alvarez

Alberto Jose Aragon Alvarez

Sr. Full-stack Web and Mobile Developer

Following
  • Em

    Em

  • Darius Foroux

    Darius Foroux

  • Sam Holstein

    Sam Holstein

  • Bonnie Schulkin

    Bonnie Schulkin

  • Alexander Kuttig

    Alexander Kuttig

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable