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
In this series of posts we will create an application using react and redux, in which we will handle relational data. In this second part we will be implementing the store.
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 first part we will be modelling the store.
Read more
In this post, I will show you how to create a simple Chrome extension, using just JavaScript, HTML and CSS. I will also summarize all what a Chrome extension can do, and I will introduce how to create more complex extensions based on modern JavaScript frameworks like React, Angular or Vue.
Read more