Skip to content
View jimmyyyeh's full-sized avatar
πŸ’»
When it works, it doesn't matter anymore.
πŸ’»
When it works, it doesn't matter anymore.

Highlights

  • Pro
Block or Report

Block or report jimmyyyeh

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

πŸ‘¨πŸ»β€πŸ’» Welcome

# !/usr/bin/python
# -*- coding: utf-8 -*-


class Engineer:

    def __init__(self):
        self.name = 'Jimmy'
        self.role = 'Backend Engineer'
        self.programming_language = 'Python'

    def say_hi(self):
        print(f'Hi! I am {self.name}, a {self.programming_language} {self.role}.')


me = Engineer()
me.say_hi()
πŸ‘‡πŸ» Links πŸ‘‡πŸ»
πŸ‘‡πŸ» Personal Interests πŸ‘‡πŸ»
  • ⌨️ Coding
  • πŸ’ͺ🏻 Weight Training
  • πŸ₯Š Boxing
  • πŸ•΄πŸ» Magic
  • 🀿 Diving
πŸ‘‡πŸ» Work Experience πŸ‘‡πŸ»
  • Chang Gung University (201607~201807)-R.A.
  • Taiwan Data Science Co. (201807~202004)-Data Engineer
  • Feiwalk Technology Inc. (202004~202110)-Technical Adviser
  • Golden Crown Technology Inc. (202004~202206)-Tech Lead
  • Invos Co., Ltd. (202207~202210)-Senior Backend Engineer
  • Pinkoi Co., Ltd. (202210)-Backend Engineer
πŸ‘‡πŸ» Python Projects πŸ‘‡πŸ»
πŸ‘‡πŸ» Side Projects πŸ‘‡πŸ»

πŸ“š Github Stats

πŸ“– LeetCode Stats

Leetcode Stats

🎡 Spotify Playing

spotify

πŸ’» Languages And Tools

python flask faskapi go nodejs javascript

bash linux docker kubernetes gcp aws git nginx

mssql mysql mongodb redis rabbitMQ

vuejs html5 css3 bootstrap

πŸ‘ΆπŸ» Vistors

counter

πŸ‘πŸ» Support

jimmyyyeh

Pinned

  1. leetcode leetcode Public

    Python

  2. flask-api-cache flask-api-cache Public

    A package for caching flask api with custom key.

    Python 2

  3. tw-stock-plugin tw-stock-plugin Public

    Some common function when doing Taiwan stock web scraping.

    Python 1

  4. screen-master screen-master Public

    A cli tool for interact with GNU screen more easily.

    Python 1

  5. mysql-operator mysql-operator Public

    A package for backup / cleanup / migrate mysql database.

    Python