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

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

About Me

With over 15 years of experience in developing web, desktop, and mobile applications, I specialize in web and mobile development and business automation. I transform ideas into innovative web solutions to boost digital presence and optimize business processes.

Expertise

  • Web Development: Crafting responsive and dynamic websites.
  • Mobile Development: Creating user-friendly mobile applications.
  • Desktop Applications: Building robust desktop software.
  • Business Automation: Streamlining processes to enhance efficiency.

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', 'chess'],
    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: ['Typescript','Webpack', 'GatsbyJS', 'Storybook', 'Styled Components', 'Emotion', 'ChakraUI','Tailwind']
        },
        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: 'python'
};

Pinned Loading

  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 1

  4. react-invoices react-invoices Public

    Web aplication that manage invoice of a clockstore.

    JavaScript 2 1

  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