Skip to content
View ivanlhz's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report ivanlhz

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
ivanlhz/README.md

Hi there 👋

I'm Iván López Hdez frontend developer from Canary Islands(Spain)

Twitter Follow Linkedin: ivanlhz GitHub followers

A little more about me...

const ivanlhz = {
    pronouns: 'He' | 'Him',
    code: ['Javascript', 'PHP', 'Java', 'C#', '.Net', 'GOLang'],
    askMeAbout: ['web dev', 'tech', 'app dev', 'photography'. 'fantasy books', 'TV shows'],
    technologies: {
        frontEnd: {
          frameworks: ['Angular+2', 'NextJS'],
          libraries : ['ReactJS', 'Vue', 'AngularJS'],
          css: ['SCSS', 'LESS'],
          testing: ['Jest','Testing Library', 'Enzyme', 'Cypress'],
          stateManagement: ['React Context API','Redux'],
          misc: ['Webpack', 'GatsbyJS', 'Storybook', 'Styled Components', 'Emotion', 'ChakraUI']
        },
        backEnd: {
            frameworls: [ 'NestJS'],
            js: ['Node', 'Express'],
            misc: ['GraphQL', 'RabbitMQ']
        },
        mobileApp: {
            native: ['Android Development'],
            js:['React Native', 'Ionic']
        },
        databases: ['mongo', 'MySql', 'sqlite'],
        misc: ['Firebase', 'Socket.IO', 'Contentfull', 'Strapi']
    },
    currentLearning: 'bun',
};

Pinned

  1. pokeqwik pokeqwik Public

    Simple aplication using #qwik #pokeapi #tailwind #TDD

    TypeScript

  2. react-highlight-text react-highlight-text Public

    A component that makes bold all occurrences of highlight text

    TypeScript

  3. react-pokedex react-pokedex Public

    Pokedex project using React and Atomic Design.

    JavaScript 3

  4. react-invoices react-invoices Public

    Web aplication that manage invoice of a clockstore.

    JavaScript 2

  5. Base eslint + prettier + jest confi... Base eslint + prettier + jest config no typescript
    1
    {
    2
        "parser": "babel-eslint",
    3
        "env": {
    4
            "browser": true,
    5
            "jest": true,
  6. react-atomic-tasker react-atomic-tasker Public

    This application is based on the classic learning project TodoList. But this contains advance features like webpack configuration (No create-react-app), testing (testing-library/react), atomic comp…

    JavaScript