Juan Flores

  • GitHub
  • Twitter

TDD, what do you expect?

Think about what do you expect when doing TDD (and a few other thoughts along the way)
Reading time: 18 min

Do not WIP

Why you shouldn't commit WIP
Reading time: 4 min

A lightweight GraphQL (Part I)

Let's see how Relay works under the hood to fetch data for us.
Reading time: 17 min

Learn your tools well

Professional software developers need to know their tools well.
Reading time: 5 min

Unit testing Legacy code

Unit testing Legacy code, Boy Scout rule and more
Reading time: 8 min

Don't mock what you don't own

How to integrate unit testing with third party libraries
Reading time: 7 min

Don't fail to fail

Don't fail
Reading time: 2 min

Introduction to Elixir

Basics to start playing with Elixir in the Interactive shell
Reading time: 9 min

Using Pattern Matching to write a more idiomatic functional code

Use pattern matching to change your Object Oriented Programming mindset
Reading time: 4 min

Getting up and running with Phoenix and Elixir

Using Vagrant to get a basic environment to run Phoenix and Elixir
Reading time: 4 min