Flutter is Google's bet on multi-platform development, and has been out there for a while. I have got some dozens of flight-hours with it, and I can speak about the development experience that I have had. Here are 5 reasons I think Flutter deserves a try.
Read more
In this series of posts we will create an application using react and redux, in which we will handle relational data. In this third part we will be fetching data from an API and storing it in the store, caching the data and using it from different components.
Read more
In this post I will introduce Detox as a tool for end-to-end testing for React Native. Detox helps us reduce our reliance on manual QA.
Read more
In this post I will present some tricks that I learned creating demo sites for blog posts and PoCs. You will learn how to configure a JSON-server API and deploy it on the same Heroku site than the frontend app. You will also learn how to use Faker to generate fake data for your JSON server.
Read more
This post shows how to use git hooks, to prevent commit or push under certain circumstances, and particularly how to version those git hooks.
Read more