Blog

This is my collection of blog posts at medium and mimacom.

End-to-end testing in React Native with Detox

October 31st, 2021

In this post I will introduce Detox as a tool for end-to-end testing for React Native. Detox...

"No Más Colas" kick off

October 18th, 2021

Today I am starting a new project. I will call it for now "No Más Colas" -Spanish translatio...

Deploy a demo site with a JSON API on Heroku

July 31st, 2021

In this post I will present some tricks that I learned creating demo sites for blog posts an...

Adding git hooks

June 29th, 2021

This post shows how to use git hooks, to prevent commit or push under certain circumstances,...

Using redux with relational data (2/3)

January 26th, 2021

In this series of posts we will create an application using react and redux, in which we wil...

Using redux with relational data (1/3)

November 3rd, 2020

In this post, I will show you how to create a simple Chrome extension, using just JavaScript...

Creating a Chrome extension

June 1st, 2020

In this post, I will show you how to create a simple Chrome extension, using just JavaScript...

Circular Design SPRINT

June 25th, 2019

In this post I tell you about the experience of participating in a Design Sprint, and how Ec...

Using Stencil Built Web Components with Ionic

September 12th, 2018

This post aims at providing clear instructions on how to use components created and compiled...

Versioning features in an angular app

April 24th, 2018

Versioning components and instantiating the appropriate version dynamically is not only poss...

Deploying an Angular CLI project on Github Pages and Stackblitz

March 26th, 2018

Learn how to easily deploy an angular CLI project on Github Pages, as well as sharing a live...