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