Skip to content
View miguelromerogutierrez's full-sized avatar
🤓
Always learning!
🤓
Always learning!

Block or report miguelromerogutierrez

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

Miguel Romero

Principal Software Engineer at Globant

About Me

Miguel is an efficient developer, has a strong knowledge of javascript language and web development from DB, Backend Services and Front end development. The principal frameworks that him works are: React, NodeJS, Webpack, Gulp, Handlebars, Typescript. He feels secure with any challange about web programming, the major project that he has been worked was Cars.com, one of the biggest web page in America that offers a marketplace that creates connections between cars sellers and buyers. In that proyect Miguel developed the web app "turbo cars" that offers a search of used cars and the connection with the dealer. The proyect contains a Server Rendering technique that offers SEO and an Angular client that performs funcionality to the web components.

Recent Experience

July 2019 - 2020 LendingClub. Lending club is a peer to peer lending company. I help them to develop new Web UI experiences for Borrowers with Personal Loans.

January 2021 - Present MissionLane. MissionLane is a company that provide credit cards to customer with low credit history. I worked on develop new customer ui experiences, integrating flows with microservices and third parties services like tracking tools, a/b testing.

Skills

I can teach:

  • Javascript
  • React
  • Typescript
  • Programming Patterns
  • Programming Principles
  • Css styles
  • Search optimization
  • Leadership
  • Clear thinker
  • Focus
  • Self-taught

I can perform:

  • Express
  • Kotlin
  • Bundlers

Pinned Loading

  1. easy-assertions easy-assertions Public

    Tiny library to make easier the form validations

    JavaScript 2

  2. Example of a simple Loader implement... Example of a simple Loader implementation.
    1
    function Loader() {
    2
      return <div>Waiting....</div>;
    3
    }
    4
    
                  
    5
    class ContentsList extends React.Component {
  3. react-redux-async-view.js react-redux-async-view.js
    1
    import React, { Component } from 'react';
    2
    import { connect } from 'react-redux';
    3
    import './App.css';
    4
    import { bindFetchUser } from './actions';
    5
    import Grid from './grid.svg';
  4. FetchDataHOC.js FetchDataHOC.js
    1
    function withLoader(Component) {
    2
      return class extends React.Component {
    3
        state = {
    4
          isLoading: false;
    5
        }
  5. react-redux-async-actions.js react-redux-async-actions.js
    1
    import { FETCH_USER } from "./constants";
    2
    import { getUserById, postRegisterUser } from "./services";
    3
    
                  
    4
    
                  
    5
    // acciones planas
  6. redux-tips-3.js redux-tips-3.js
    1
    const { createStore } = require("redux");
    2
    const { Provider, connect } = require("react-redux");
    3
    const ReactDOM = require('react-dom');
    4
    
                  
    5
    // constants