Skip to content
View itmarck's full-sized avatar

Organizations

@skrincloud

Block or report itmarck

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
itmarck/README.md
/**
 * Hi, there! I’m a software developer expert on
 * JavaScript with a passion for clean code.
 */
class About extends Me {

  name = 'Marcelo Velasquez'

  get skills() {
    return {
      languages: [ html(), css(), javaScript(), dart(), python() ],
      frameworks: [ vue(), react(), nodeJs(), flutter(), astro() ],
      toolsAndOthers: [ git(), mySql(), docker(), linux(), figma() ],
    }
  }

  get goals() {
    return [ 'English', 'Open source', 'Linux on server', 'AI' ]
  }

  get contact() {
    return {
      web: 'https://itmarck.com',
      twitter: 'https://twitter.com/itmarck',
      personalEmail: '[email protected]',
    }
  }
}

export const itmarck = new About()

Pinned Loading

  1. spot spot Public

    Authentication service with basic storage

    JavaScript 1

  2. flutter-tree flutter-tree Public

    Extension for Flutter to build basic widget tree with nice syntax.

    TypeScript 26 3

  3. gitspace gitspace Public

    Flutter mobile client for GitHub and GitLab.

    Dart 2

  4. deploy.sh deploy.sh Public

    Basic shell script to execute deploy.sh file from any local repository

    Shell