Mario Fernandez

  • About
  • Talks
  • Blog
  • Tags

Applications Instead of Libraries

2021/11/20ArchitectureReactMicro frontendsJavaScript
Using module federation to implement micro frontends

Replacing ESLint with prettier

2018/08/29JavaScriptprettiereslint
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/07JavaScriptReactAngularTypeScriptangular-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/29JavaScriptReactAngularTypeScriptangular-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/25JavaScriptReactAngularTypeScriptangular-cli
First part of my series on Angular, coming from a React background. This article is about bootstrapping and TypeScript