Skip to content
View ivanbtrujillo's full-sized avatar
Block or Report

Block or report ivanbtrujillo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ivanbtrujillo/README.md

Iván Trujillo

I'm a developer focused on Javascript and it's ecosystem but I also enjoy learning other technologies and programming languages.

I love to learn, follow good practices and add value to the teams I work with.

I think the best code is those that is easy to read (declarative), easy to change and easy to delete (decoupled and tested).

Get this is not an easy thing and requires a lot of practice, but if you achieves it you will be adding a lot of value to the product you are building, and most important thing, to the team you are working with.

Get in touch

Pinned

  1. create-react-app-tailwindcss create-react-app-tailwindcss Public

    A base create-react-app project enhanced with TailwindCSS

    CSS 5

  2. Avoid mutations using Readonly in Ty... Avoid mutations using Readonly in Typescript
    1
    interface User {
    2
      id: number;
    3
      name: string;
    4
    }
    5
    
                  
  3. ivanbtrujillo.com ivanbtrujillo.com Public

    Blog using Next

    TypeScript

  4. Marvel-ReactNative Marvel-ReactNative Public

    An IOS app built using React Native

    JavaScript 1

  5. appointments-tdd appointments-tdd Public

    Appointments system built using TDD approach + React + TailwindCSS

    JavaScript

  6. jsdaycan2017.movies-client jsdaycan2017.movies-client Public

    React + apollo application developed during the workshop in the JSDay Canarias 2017

    JavaScript