Nelson Ochoa

Nelson OchoaNelson Ochoa

Follow me on twitter Nelson Ochoa
We are what we repeatedly do. Excellence then, is not an act, but a habit. - Aristotle

Tags

Design
Fundamentals
Testing
Refactoring
React
Typescript
Types
  1. To branch or not to branch?

    August 01, 2021

    Pushing directly to master?

    Design
  2. Logarithms

    July 02, 2021

    Could you explain to your kid what a logarithm is? and why should you care if you are a software developer.

    Fundamentals
  3. Testing doesn't have to be complicated

    June 02, 2021

    Have you ever felt sick when you hear the word test?

    Testing
  4. Refactoring

    May 23, 2021

    Refactoring and some techniques

    Refactoring
  5. React Generic Components

    May 16, 2021

    Building reusable components with composition and generics

    React, Typescript
  6. Type Driven Development

    May 03, 2021

    Using types to represent your domain

    Types, Design
  7. Are you primitively obssesed?

    April 20, 2021

    Avoiding the primitive obsession code smell

    Types, Typescript
  8. Using the type system to your advantage

    April 15, 2021

    Using your compiler and type system to become a better developer

    Types, Typescript
  9. Why/How -
    Test Driven Development

    December 13, 2020

    Test driven development, hell yeah!

    Testing