Skip to content
View hepoblet's full-sized avatar
🍺
🍺
Block or Report

Block or report hepoblet

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

πŸ”₯ If you're good at something never do it for free

> node ./me.js

const developer = 'me'

const softwareEngineer = {
  me: {
    alias: 'hepoblet',
    name: 'HΓ©ctor Poblete',
    role: 'Mobile Developer',
    company: `Papa John's Chile`,
    country: 'Chile',
    get hello() {
      const { alias, name, role, company, country } = this
      return `Howdy!\nMy name is ${name} aka ${alias}. I'm ${role} on ${company} from ${country} `
    }
  }
}

console.log(softwareEngineer[developer].hello)

πŸŒ‹ GitHub Stats

GitHub Top Langs GitHub Stats GitHub Activity Graph

πŸ₯‡ GitHub Trophies

GitHub Trophies

πŸš€ Repositories

hepoblet/hepoblet hepoblet/hepoblet.github.io

πŸ”₯ Streak Stats

GitHub Streak Stats

🎸 Skills

React React Native Redux Redux Saga Expo Google Play App Store Firebase Bitrise JavaScript NodeJS npm yarn CocoaPods Composer MongoDB PHP Apache NGINX Laravel MySQL Microsoft SQL Server Bootstrap Bulma Ant Design Xcode Android Studio Visual Studio Code Insomnia Postman GitHub Jira Slack Microsoft Azure Microsoft Apple Android iOS

LinkedIn Website GitHub Followers

Profile Visitors

Popular repositories

  1. hepoblet.github.io hepoblet.github.io Public

    πŸ”₯ React Page

    JavaScript 1

  2. hepoblet hepoblet Public

    πŸ”₯ Insane React Profile

    JavaScript 1

  3. react-native-check-app-install react-native-check-app-install Public

    Forked from redpandatronicsuk/react-native-check-app-install

    React Native plugin for checking if apps/packages are installed on the device or not.

    JavaScript

  4. retrofit retrofit Public

    Forked from square/retrofit

    A type-safe HTTP client for Android and the JVM

    Java

  5. react-native-confirmation-code-input react-native-confirmation-code-input Public

    Forked from ttdung11t2/react-native-confirmation-code-input

    A react-native component to input confirmation code for both Android and IOS

    JavaScript

  6. react-native-push-notification react-native-push-notification Public

    Forked from zo0r/react-native-push-notification

    React Native Local and Remote Notifications

    Java