Skip to content
View gdlazcano's full-sized avatar

Highlights

  • Pro

Block or report gdlazcano

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

Hi 👋, I'm Gabriel Lazcano

About me

const me = {
  name: 'Gabriel Lazcano',
  title: 'Full Stack Developer',
  location: 'Mexico, Mexico City'
}

const skills = {
  languages: ['javascript', 'golang'],
  frameworks: ['React', 'Node'],
  english: 'C1 Level from the British Council :)'
}

const blogging = {
  at: "gabriellazcano.com",
  about: ['react', 'web design','tutorials'],
}

Blog posts

GitHub Streak

Connect with me

twitter/ github

Pinned Loading

  1. datsgabs.github.io datsgabs.github.io Public

    This is my blog hosted on GitHub Pages and built from scratch with Hugo. Have a look :)) gabriellazcano.com

    HTML 3

  2. FaceRecognitionDiscordBot FaceRecognitionDiscordBot Public

    This is a bot setup to identify all the images, detect faces on them, classify by gender and create a landmark of the face.

    JavaScript

  3. go-react-websockets-chat go-react-websockets-chat Public

    This is a Reactjs and Golang application for handling users concurrently using goroutines and websockets

    JavaScript

  4. windows-shortcuts-golang windows-shortcuts-golang Public

    This project is a test for using the Win32 api in Golang to get the currently pressed keys, and detect if there is a combination of keystrokes associated to a command (ctrl, shift or alt).

    Go