Huei-Lin Choiu (Lily)

Hi, my name is Choiu Huei-Lin and I graduated from the Department of Information Management at National Formosa University of Science and Technology last year. My traits include curiosity, attention to detail, and a passion for problem-solving. During my university years, I was a member of the swimming club and also ran marathons, not only to maintain my physical health but also to enjoy the pleasure of sports.

My work experience in the system design group sparked my interest in web front-end and back-end development. I maintain a curiosity for technology and actively participate in technology-related seminars to learn about the latest industry trends. As part of my academic curriculum, I learned programming languages such as R, Python, and C#, as well as Git, Linux commands, and Docker tools. During my thesis work, I also gained experience using Anaconda, CUDA Toolkit, and cuDNN, which has been invaluable to me.

With my experience in information technology applications, I seek to increase my practical experience and sense of achievement as a full-stack or back-end engineer. If given the opportunity, I would be honored to contribute my skills to your company. Thank you for considering my application!

  Taichung City, Taiwan         

Education

2018 - 2022

National Formosa University  

Bachelor of Science in Information Management

Work Experience

System design part-time job • National Formosa University Computer Center

I researched the front-end content of my school's website and assisted in integrating a radar chart API into the course selection system. When selecting or removing a course, a distribution chart of professional and common abilities will be displayed. 

  • Made use of radar API to render.
  • implemented  Web presentation in HTML/CSS.
  •  Adopted JavaScript to animation application.

May 2019 - Oct. 2019

Social Activity Volunteer

Venue • MOPCON

Aug. 2022 - Oct. 2022, Jun. 2020 - Oct. 2020

I managed and operated the entrance control system of the conference hall and used KKTIX to assist speakers and attendees, which further enhanced my communication and coordination skills as well as my ability to adapt to unexpected situations. 

Program host • PyCon TW

Aug. 2021 - Oct. 2021

I was responsible for rehearsing with the speakers and guiding them on how to start their presentations, ensuring that the flow of their speeches was smooth. I also learned how to manage the limited time for the Q&A session, allowing me to effectively control the meeting's duration. 

Streaming • COSCUP

July 2021 

Using Streamyard to edit the conference schedule and speaker QA, and uploading them to YouTube, allowed me to better understand scheduling techniques and time management. 

Projects



- Action is the comparison system on Posenet deep model  explain

Utilizing the PoseNet image recognition model to extract 17 key points of the human body, similarity scores obtained from two videos were displayed on a comparison system created with PHP. 

  • The xampp package for PHP is used to present the score of the difference between the movements of the two videos
  • Use AJAX PHP to show the system upload video and know the score.
  • Use PoseNet deep learning model is used to read the human body's 17  joints in the video.
  • Use DTW and L2 to compare differences and get a score.

- ToDoList  demo

Using the Express.js framework for backend development with JavaScript and implementing Bootstrap for frontend layout, a simple to-do list application was designed. By integrating Firebase database, user input for adding or deleting tasks is recorded for future reference.

  • Use RESTful API. 
  • Use Express.js.
  • Use JSON to connect FireBase.  

- My Favorite Movies    demo

This records the name and year of zombie movies. Using a foreach loop to display the data structure, JavaScript's DOM and event listener are used to allow users to like/dislike the movies. 

  • JavaScript -Array.prototype.forEach() 
  • Use EventListener.
  • Use DOM(Document Object Model).





Programming skills


Back-end

  • JavaScript(Express.js)
  • PHP(Laravel)
  • Python

Front-end

  • HTML、CSS JavaScript (DOM AJAX) 

Database

  • MySQL
  • Firebase

Other

  • HTTP Protocol&RESTful API
  • Linux CLI
  • Conda-Python virtual environment
  • CUDA Toolkit、cuDNN
  • Git

Activities


The 2019 ITSA Geeks Collegiate Programming Contest-National Cheng Kung University 

Successfully passed five sets of tests, with proficiency in HTML5, CSS3 for website layout, JavaScript for behavior and animation rendering, and PHP and MySQL for backend system development. In particular, for test set 5, I utilized the above-mentioned skills to implement CRUD functionality for a membership management system, which includes the ability to create, read, update, and delete member data such as "name", "birthday", "email", and "phone number".

Competition

Action is the comparison system on Posenet deep model

-Great work (Nov 2021)

Using XAMPP to quickly set up the PHP backend system, responsible for processing the uploaded images, sending the video to Python through the server, comparing the similarity of the uploaded video actions through the program, and displaying the score on the screen as a reference for users. This can easily and quickly determine whether the action matches the comparator. A skeleton diagram is used to display the 17 key joints of the human body detected in the video. The purpose of this project is to solve the problem of online physical education classes.

(editing