李昱醇

Back-End Developer

  New Taipei City, Taiwan

My name is 李昱醇, currently a senior majoring in Japanese at Fu Jen Catholic University. I trained at WeHelp Bootcamp for six months. And I independently completed the personal projects of Taipei-Day-Trip and Maomao Planet without one-on-one guidance.

phone: 0952746659

email: [email protected]

GitHub: https://github.com/mayonnaise0403?tab=repositories

resume: https://drive.google.com/file/d/1S75nj588CXIHP6-xKGNCNieHg6-okD70/view?usp=sharing

Experience

Web Trainee   (WeHelp Bootcamp)

• Self-learning web development knowledge for 60 hours per week
• Completing the Taipei day trip website in 6 weeks
• Collaborating with 4 trainees and developing a weather report website
• I designed and developed a social website called Maomao Planet independently within 6
weeks, without any guidance.


Skills

Backend      


  • RESTful APIs 
  • Python (Flask)
  • Node.js (Express)
  • Socket.io
  • WebRTC
  • MySQL
  • Linux (Ubuntu)
  • JWT

Frontend 


  • HTML 
  • CSS
  • JavaScript 
  • AJAX
  • RWD

 AWS      


  • EC2
  • S3
  • CloudFront
  • RDS


Tools       


  • Docker
  • Git/GitHub
  • Postman
  • Nginx
  • Unit test                  (Jest, Sinon,Supertest)      

Education

Fu Jen Catholic University 

Department of Japanese 

2019 - 2023


Projects

Maomao Planet 

Real-time Communication Website 

link: https://maomaoplanet.website/

GitHub:https://github.com/mayonnaise0403/maomaoplanet

  • Web Framework: Node.js / Express
  • MySQL: (use connection pool ) store user’s data and history message
  • Writing unit test for some APIs
  • AJAX: fetch RESTful APIs from backend
  • JWT: mechanism for user authentication
  • AWS S3: Storing files such as photos and videos uploaded by users
  • AWS CloudFront: speed up distribution of static files by CloudFront.
  • Socket.io: create a Real Time Chatroom and notification
  • WebRTC: Implementing calling feature using PeerJS
  • Nginx: establish as Reverse Proxy
  • Docker: build image and deploy web server on AWS EC2
  • Databases of Normalization
  • Using MVC architecture
  • Creating API document by Swagger
  • Swagger linkhttps://maomaoplanet.website/api-docs/

Taipei-Day-Trip 

E-Commerce Tourism Website

link: http://18.142.111.66:3000/

GitHub: https://github.com/mayonnaise0403/taipei-day-trip

  • Web Framework: Python / Flask
  • APIs: implement RESTful APIs
  • RWD: finishing with HTML and CSS Flexbox 
  • MySQL: using connection pool to reduce connection cost 
  • JWT: mechanism for user authentication
  • TapPay: as Third-Party Payment System
  • JavaScript: infinite scroll, carousel and popup dialog 
  • Shopping cart system