Mario Fernandez

  • About
  • Talks
  • Blog

Replacing ESLint with prettier

2018/08/29
JavaScriptprettiereslint
I've started using Prettier for formatting my code. ESLint is now purely a linter. Both of them work together beautifully

Angular from the perspective of a React fan - Part 3

2018/07/07
JavaScriptReactAngularTypeScriptangular-cliredux
Third part of my series on Angular, coming from a React background. This article focus on state management

Angular from the perspective of a React fan - Part 2

2018/04/29
JavaScriptReactAngularTypeScriptangular-cli
Second part of my series on Angular, coming from a React background. This article focus on testing

Angular from the perspective of a React fan - Part 1

2018/03/25
JavaScriptReactAngularTypeScriptangular-cli
First part of my series on Angular, coming from a React background. This article is about bootstrapping and TypeScript