Skip to content
View EddCode's full-sized avatar
:shipit:
Happy coding
:shipit:
Happy coding

Block or report EddCode

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

Hello there. I`m Edgar Figueroa

Fullstak javascript developer
Software Developer at Altimetrik Mexico

Linkedin: EdgarFigueroa Linkedin: Website Waka Readme

A little more about me...

const edgar = {
  pronouns: "he" | "his",
  askMeAbout: ["web dev", "tech", "app dev"],
  code: [Javascript, Typescript, HTML, CSS, GoLang],
  tools: [Redux, Node, Storybook, Styled-Components, Jest, Docker],
  technologies: {
       frontEnd: {
           js: ["Vue", "React"],
           css: ["materialize", "ant-design"]
       },
       backEnd: {
           js: ["node", "express"],
           go: ["gorilla/mux"]
       },
       databases: ["mongo", "MySql", "Postgres"],
  },
  architecture: [
    "Single page applications", 
    "design system pattern", 
    "Hexagonal arquitecture"
  ]
}

Popular repositories Loading

  1. dotfiles dotfiles Public

    Shell 1

  2. EddCode.github.io EddCode.github.io Public

    landigng page

    CSS 1 1

  3. learnyounode learnyounode Public

    Forked from workshopper/learnyounode

    Learn You The Node.js For Much Win! An intro to Node.js via a set of self-guided workshops.

    HTML 1

  4. planetproto planetproto Public

    Forked from sporto/planetproto

    Understanding JavaScript Prototypes - Workshop

    JavaScript 1

  5. stream-adventure stream-adventure Public

    Forked from workshopper/stream-adventure

    go on an educational stream adventure!

    JavaScript 1

  6. CLRS CLRS Public

    Forked from gzc/CLRS

    📓Solutions to Introduction to Algorithms

    C++