Jerry Huang

Back-End Engineer

By learning coding, I find something that is challenging. I have been enjoying the process of trying to solve the harder problems.Looking back, I have completed two projects that I didn't expected. I would like to get more skills and discover the possibility of myself.

Development Skills

Back-End

  • Python Flask
  • RESTful API
  • Linux

Database

  • MySQL
  • Redis

Tools

  • Git/GitHub
  • Postman
  • Docker
  • Nginx
  • Loader.io

AWS

  • EC2
  • RDS
  • S3
  • CloudFront
  • ElastiCache
  • Load Balancer
  • CloudWatch
  • Auto Scaling

Front-End

  • HTML
  • CSS
  • JavaScript
  • AJAX

Third-Party

  • TapPaySDK

Personal Experience

WeHelp Bootcamp 2022/01 - 2022/07 

I have joined WeHelp BootCamp as a trainee from January to July 2022. And spend 60 hours per week to complete two side projects which are Taipei One Day Trip and 8 weeks aiming at deeper Back-End specialization with project Stock Strategies. Also cooperated with classmates to complete a project by using GitHub.

National Taipei University 2004/09 - 2008/07

Recretion,Sport and Leisure Management





Stocks-Strategies

Tracing back how strategies performed in the past

   https://github.com/qh70/stock-strategies  

  https://strategy-zone.com/

  • Framework  : Python Flask
  • AWS : Normalize MySQL database,using index to improve query efficiency
  • AWS ElasticCache : Store popular stocks
  • AWS CloudWatch : Moniter the EC2 CPU utilization
  • AWS Auto Scaling : Build new EC2 copy when first EC2 is overloaded
  • AWS Load balancers : Distribute clients to EC2s
  • Data : Use crawler to get data from government for 18 years
  • Deployment Docker
  • Front-End : Canvas with data to build the chart


Taipei Day Trip

E-Commerce tourist spot website

   https://github.com/qh70/Origin-Repository 

  tponeday.strategy-zone.com

  • Framework  : Python Flask
  • RESTful API : Interface between Front-End and Back-End
  • Deploy to AWS EC2(Lunux Ubuntu)
  • Third Party Payment System : TapPay SDK
  • Membership system with purchasing products function
  • RWD layout by flexbox
  • Infinite Scroll, Carousel Slider with Pure JavaScript