CakeResume Talent Search

Advanced filters
Bật
4-6 năm
6-10 năm
10-15 năm
Hơn 15 năm
Software engineer
Avatar of the user.
Avatar of the user.
Engineer @Vyond
2023 ~ Hiện tại
Software Engineer
Trong vòng một tháng
Android
iOS
WearOS
Đã có việc làm
Tắt trạng thái tìm việc
Full-time / Quan tâm đến làm việc từ xa
6-10 năm
National Sun Yat-Sen University
Electronic Engineering
Avatar of the user.
Software Engineer
Hơn một năm
Embedded C
Agile
Scripting
Sẵn sàng phỏng vấn
Full-time / Quan tâm đến làm việc từ xa
4-6 năm
Monterrey Institute of Technology and Higher Education
Electronic Engineering
Avatar of Jui Yu, Yang.
Avatar of Jui Yu, Yang.
Cloud Software Engineer @Foxconn Technology Group
2022 ~ Hiện tại
Software Engineer
Trong vòng một tháng
RESTful APIs and Swagger documentation to support integration with other services. Set up and manage testing environments with Active Directory and PKI. Maintain and develop features for Golang projects, including developing RESTful APIs and Swagger documentation for integration with other services. Assist in Jenkins and Harbor deployment processes, write shell scripts, and integrate with cloud services to address OS-side requirements. Automate Windows packaging templates using Bash, PS1, Bat, and XML. Create animation effects using React-spring and Lottie. Develop multi-factor authentication and USB key verification features, handle URL input...
Golang
React
Python
Đã có việc làm
Bật trạng thái tìm việc
Full-time / Không quan tâm đến làm việc từ xa
4-6 năm
National Cheng Kung University (NCKU), Taiwan 國立成功大學
Department of Industrial and information management Institute of information management
Avatar of Volodymyr Isai.
Avatar of Volodymyr Isai.
Software Engineer @Soundsnap
2020 ~ Hiện tại
Software Engineer
Hơn một năm
. Work Experience Soundsnap, Software Engineer, Jan 2020 ~ Present Adding new functionality and maintaining code base at Soundsnap, world largest sound effect library with more thansounds and 3 million registered users. Took part in managing developer virtual machine, cross-platform vagrant box containing local kubernetes cluster (minikube) and various scripts and tools to ease developers work Took part in creation of a cloud infrastructure using Kubernetes and helm and migrating company main app from dedicated server to the Google Cloud Platform. Took part in creation of a micro service responsible for mass transcode and import of audio files
Software Development
Web Development
JavaScript
Đã có việc làm
Full-time / Quan tâm đến làm việc từ xa
10-15 năm
Kyiv National Economic University
Bachelor's degree Business/Managerial Economics

Kế hoạch tuyển dụng đơn giản và hiệu quả nhất

Tìm kiếm 40k+ CV và chủ động liên hệ với ứng viên để đạt hiệu quả tuyển dụng cao hơn. Sự lựa chọn của hàng trăm công ty.

  • Duyệt tất cả kết quả tìm kiếm
  • Bắt đầu trò chuyện không giới hạn
  • CV chỉ có thể truy cập bởi các công ty trả phí
  • Xem địa chỉ email và số điện thoại của người dùng
Bí quyết tìm kiếm
1
Search a precise keyword combination
senior backend php
If the number of the search result is not enough, you can remove the less important keywords
2
Use quotes to search for an exact phrase
"business development"
3
Use the minus sign to eliminate results containing certain words
UI designer -UX
Chỉ những CV công khai mới khả dụng với gói tài khoản miễn phí.
Nâng cấp lên gói nâng cao để xem tất cả các kết quả tìm kiếm bao gồm hàng chục nghìn hồ sơ xin việc độc quyền trên CakeResume.

Definition of Reputation Credits

Technical Skills
Specialized knowledge and expertise within the profession (e.g. familiar with SEO and use of related tools).
Problem-Solving
Ability to identify, analyze, and prepare solutions to problems.
Adaptability
Ability to navigate unexpected situations; and keep up with shifting priorities, projects, clients, and technology.
Communication
Ability to convey information effectively and is willing to give and receive feedback.
Time Management
Ability to prioritize tasks based on importance; and have them completed within the assigned timeline.
Teamwork
Ability to work cooperatively, communicate effectively, and anticipate each other's demands, resulting in coordinated collective action.
Leadership
Ability to coach, guide, and inspire a team to achieve a shared goal or outcome effectively.
Trong vòng sáu tháng
KKday
2021 ~ 2022
Taiwan
Professional Background
Tình trạng hiện tại
Thất nghiệp
Tiến trình tìm việc
Tắt trạng thái tìm việc
Professions
Back-end Engineer, App Developer, Software Engineer
Fields of Employment
Kinh nghiệm làm việc
2-4 năm
Management
I've had experience in managing 1-5 nhân viên
Kỹ năng
python django
Php
JavaScript
MySQL / Mariadb
PostgreSQL
Redis
Git
RESTful API
C++
Ngôn ngữ
Chinese
Bản địa hoặc song ngữ
English
Trung cấp
Job search preferences
Vị trí
Software Engineer
Loại hình công việc
Full-time
Địa điểm
Taipei, 台灣, New Taipei City, 台灣
Làm việc từ xa
Quan tâm đến làm việc từ xa
Freelance
Không.
Học vấn
Trường học
虎尾科技大學
Chuyên ngành
資訊工程
In

Chen, Po Hsun

Software Engineer
mail: [email protected]
phone: 0988199178

Experienced back-end engineer with 4 years of experience designing and implementing scalable web applications using Python with Django Framework, and PHP with Laravel Framework. Skilled in database design and optimization, RESTful APIs, and agile development methodologies. Passionate about creating efficient and maintainable code that meets business objectives.  

Experience

Backend Engineer 10, 2021 - 3, 2022

KKday ⁃ Taipei, Taiwan


Backend Engineer 5, 2020 - 10, 2021

Garena ⁃ Taipei, Taiwan

Responsible for gaming revenue event back-end development . His job includes event monitored, unit testing, writing CI pipeline configuration, and basically API & DB design, discussion with marketing team event logic. A event could be very popular which can make system get high request connections, db connections, so he needs to monitor on HTTP connections and make it stable. He also writes CI pipeline for his projects to do coding style checking, building image and push it into repository. Using kuberntes & docker as deployment platform.

Backend Engineer 6, 2018 - 4, 2020

KKDAY ⁃ Taipei, Taiwan

In charge of the ERP system. He is experienced in SQL tuning, refactoring, importing and introducing unit testing, and building automated CI processes.
  • SQL tuning. To optimize sql performance he is not only basic table column indexes checking but also creating new tables to prevent from joining too many tables and too many columns in one table, using “with” which is a sql syntax in PostgreSQL to distinct duplicate queries, and reducing use of switch case in queries.
  • Refactoring single function. To decrease dependency use a simple factory design pattern in a function which has all situations in a single function.
  • Refactoring modules from monolithic to microservices. He uses messages queue as the means of communication which could check product detail in orders or publish new product from product services, and build retry mechanisms.
  • Import and introduce unit testing to his members to ensure code quality.
  • Share an automated CI bash script which can check coding style and all unit testing results at git pre-commit stage.

Backend Engineer 7, 2017 - 4, 2018 

TWJOIN ⁃ Taipei, Taiwan

A project driven job. Take care of project building from 0 to 1, including system design & implementation.


Skills

  • Micro-service
  • SQL tuning
  • Unit testing
  • Algorithm
  • Docker
  • CI yaml configuration
  • Python, PHP, Go, JavaScript
  • Frameworks include Django, Laravel, CodeIgniter, Vue
  • Database have used including PostgreSQL, MySQL
  • OOP
  • GIT
  • Project Management

Education

National Formosa University  9, 2013 - 6, 2017

BS, CSIE


Languages

  • Chinese - Native
  • English - Good


Resume
Hồ sơ của tôi

Chen, Po Hsun

Software Engineer
mail: [email protected]
phone: 0988199178

Experienced back-end engineer with 4 years of experience designing and implementing scalable web applications using Python with Django Framework, and PHP with Laravel Framework. Skilled in database design and optimization, RESTful APIs, and agile development methodologies. Passionate about creating efficient and maintainable code that meets business objectives.  

Experience

Backend Engineer 10, 2021 - 3, 2022

KKday ⁃ Taipei, Taiwan


Backend Engineer 5, 2020 - 10, 2021

Garena ⁃ Taipei, Taiwan

Responsible for gaming revenue event back-end development . His job includes event monitored, unit testing, writing CI pipeline configuration, and basically API & DB design, discussion with marketing team event logic. A event could be very popular which can make system get high request connections, db connections, so he needs to monitor on HTTP connections and make it stable. He also writes CI pipeline for his projects to do coding style checking, building image and push it into repository. Using kuberntes & docker as deployment platform.

Backend Engineer 6, 2018 - 4, 2020

KKDAY ⁃ Taipei, Taiwan

In charge of the ERP system. He is experienced in SQL tuning, refactoring, importing and introducing unit testing, and building automated CI processes.
  • SQL tuning. To optimize sql performance he is not only basic table column indexes checking but also creating new tables to prevent from joining too many tables and too many columns in one table, using “with” which is a sql syntax in PostgreSQL to distinct duplicate queries, and reducing use of switch case in queries.
  • Refactoring single function. To decrease dependency use a simple factory design pattern in a function which has all situations in a single function.
  • Refactoring modules from monolithic to microservices. He uses messages queue as the means of communication which could check product detail in orders or publish new product from product services, and build retry mechanisms.
  • Import and introduce unit testing to his members to ensure code quality.
  • Share an automated CI bash script which can check coding style and all unit testing results at git pre-commit stage.

Backend Engineer 7, 2017 - 4, 2018 

TWJOIN ⁃ Taipei, Taiwan

A project driven job. Take care of project building from 0 to 1, including system design & implementation.


Skills

  • Micro-service
  • SQL tuning
  • Unit testing
  • Algorithm
  • Docker
  • CI yaml configuration
  • Python, PHP, Go, JavaScript
  • Frameworks include Django, Laravel, CodeIgniter, Vue
  • Database have used including PostgreSQL, MySQL
  • OOP
  • GIT
  • Project Management

Education

National Formosa University  9, 2013 - 6, 2017

BS, CSIE


Languages

  • Chinese - Native
  • English - Good