Skip to content
View GiancarlosIO's full-sized avatar
🔥
Making the web faster!
🔥
Making the web faster!
Block or Report

Block or report GiancarlosIO

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

"The most successful dev work smart, not hard."

Hey there

Giancarlos Isasi (Mr. N) | Twitter Mr.N | Discord Channel Giancarlos Isasi (Mr. N) | Steam

visitors

Image by metinseven

Hi, I'm Giancarlos Isasi (Mr N), a javascript engineer currently working as a Frontend Eng at Crehana.

I have a strong background in:

  • ⚡ Making the web fast! by increasing the core website performance metrics (LCP, FID, and CLS, etc) in large react applications.
  • 😃 Improving the developer experience! by configuring, creating, and integrating custom javascript toolings needed to generate, run and test javascript. I have also created custom cli, scripts, generators and libraries to automatize common project tasks.
  • 🏗️ Creating Scalable Frontend Architectures for large organizations.
  • 🖋️ Writing readability and maintainability Frontend code: My code is not perfect, but in my last years as a developer, I have found some patterns that help me to write reusable and readable code.

I have also experience with server-side languages like ruby and python. Right now, I'm learning about golang.

My Github Stats

Mr. Nexus

Top language used in my repos

Interesting Projects that I have

  • webpack-nexus: A CRA-like CLI to scaffold my personal projects.
  • english-typing-learning: A simple app to improve your typing skills while you practice english vocab for gre/toefl/ielts etc.
  • generate-next-app: Just a wrapper on top of create-next-app cli to create nextjs applications with my own custom packages and configurations
  • go-react-serverless-ssr-boilerplate: A fullstack boilerplate that integrates go, webpack, react and serverless framework.
  • xstate-react-calculator: Calculator build with react and xstate.
  • generate-index-file: A CLI to generate a index.ts file with the exported-values from a list of files or folders.
  • nexus-changelog-generator: Generate a changelog file with your git commit history.
  • react-apollo-generator: An experimental library that uses graphql-codegen to generate types and react-hooks with support for multiples graphql schemas.
  • gorainbow: Go package to get a rainbow string ready to print it to the terminal.

Pinned

  1. webpack-nexus webpack-nexus Public

    🐨 Scaffold your project in a couple of seconds. Webpack, Babel, Typescript, React, syled-components, Eslint, Prettier and VSCode config out of the box.

    JavaScript 14 4

  2. generate-next-app generate-next-app Public

    Just a wrapper on top of create-next-app cli to create nextjs applications with my own custom packages and configurations

    JavaScript 3

  3. xstate-react-calculator xstate-react-calculator Public

    TypeScript 20 6

  4. generate-index-file generate-index-file Public

    Automatic creation of index.ts file with export-values from a list of files or folders

    TypeScript 7 2

  5. gorainbow gorainbow Public

    Format your text to print a rainbow color text in the console

    Go 1

  6. go-react-serverles-ssr-boilerplate go-react-serverles-ssr-boilerplate Public template

    Go