CakeResume Talent Search

Advanced filters
On
De 4 a 6 años
6-10 años
10-15 años
Más de 15 años
Taipei City, Taiwan
Avatar of Dennis Lee.
Avatar of Dennis Lee.
Software Engineer @ASUS
2012 ~ 2015
Sr. Software Engineer
En un año
— Dennis Lee I like to cooperate with people love coding. Taipei City, Taiwan 工作經歷 八月Present Staff Software Engineer Trend Micro *Developed Web anti-virus security with Java 8 Spring Boot, Spring Cloud and AWS. *Developed an antivirus scanning engine for Windows, Linux and AGL(Automotive Grade Linux) platforms with C++14, QT. *Designed a new server and client communication process to extend the product capability on connecting instances from 70K to 7 million, including coding, integrating, testing and monitoring. *Discussed and plan for the quarterly and yearly goals
Java
Spring Boot
AWS
Empleado
A tiempo completo / Interesado en trabajar a distancia
10-15 años
國立清華大學
Computer Science
Avatar of 郭奕浦.
Avatar of 郭奕浦.
Backend Engineer @Thingnario
2021 ~ Presente
軟體工程師
En un año
郭奕浦 Write clean and well-organized code. New Taipei City, Taiwan 技能 Programming Languages C++11 C++ JavaScript PowerShell Batch Script Frameworks & Tools Boost C++ Qt QML Makefile CMake Git Jenkins 工作經歷 Software Engineer Weintek Labs., Inc. 十二月PresentTaipei, Taiwan - Maintain the HMI design software and the runtime. - Develop the next generation of HMI design software from scratch. - Enhance the tester of the production line, taking 46-56% of the time. - Operate/refine the Jenkins server, and introduce Jenkinsfile
C++11
C++
Boost C++
Empleado
No está abierto a oportunidades
A tiempo completo / Interesado en trabajar a distancia
6-10 años
National Sun Yat-sen University
Computer Science and Engineering

El plan de reclutamiento más ligero y eficaz

Busque currículums y tome la iniciativa de ponerse en contacto con los solicitantes de empleo para lograr una mayor eficacia en la contratación. La elección de cientos de empresas.

  • Examinar todos los resultados de la búsqueda
  • Acceso ilimitado para iniciar nuevas conversaciones
  • currículos accesibles sólo para empresas de pago
  • Ver dirección de correo electrónico y números de teléfono de los usuarios
Consejos de búsqueda
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
Sólo los currículums públicos están disponibles con el plan gratuito.
Actualiza a un plan avanzado para ver todos los resultados de la búsqueda incluyendo decenas de miles de currículums exclusivos en 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.
Más de un año
台灣台北市
Professional Background
Situación actual
Progreso en la búsqueda de empleo
Professions
Fields of Employment
Experiencia laboral
Menos de 1 año
Management
Habilidades
C++
JavaScript
CSS
HTML
OpenGL
Idiomas
Chinese
Nativo o bilingüe
English
Principiante
Job search preferences
Posición
Tipo de trabajo
Intern
Ubicación
台灣台北市
A distancia
Interesado en trabajar a distancia
Freelance
Educación
Escuela
國立台灣大學
Mayor
資訊工程
Imprimir
Pzdxlqdkihc2oncoznxm

莊祐佳

有經驗的 C++ 程式員。對於接近底層的開發、和易於理解維護的 Functional Programming 有興趣。

學生
台北,台灣
[email protected]

技術經驗

C++,2004 年 - 現在

C++ 是個與機器接近、卻又不失易用性的程式語言。曾經使用過的語法包含 lambda (C++11) 、 template (C++98) & constexpr (C++11) 、 std::for_each 之類的函式 (C++98) 、 std::optional 之類的型別 (C++17) 、 std::uint32_t 之類的型別 (C++11) 、 std::unique_ptr 之類的型別 (C++11) 。曾經將 Emscripten 的 EM_ASM 巨集(用來在 C++ 裡直接寫 Javascript)改寫成樣板並實做一個從 C++ 指向 Javascript 的智慧型指標。非常期待 C++20 Ranges 和 Concepts 的到來。

組合語言最佳化,2020 年 4 月 - 現在

SSE 和 AVX。

HTML/CSS/Javascript,2018 年 - 現在

在 Firebase 上做了一個十幾個頁面的個人網站。其中使用 Web Components 和 data- 開頭的屬性來增加可讀性、可維護性。也使用 CSS Media Query 來適應使用者偏好。對載入時間做了 preload 和 progressive JPEG 的最佳化。

Boost Beast,2018 年 - 2019 年

在一台 24 小時運作的 Ubuntu 上用 HTTP 架設了一個使用 WebSocket 與伺服器互動的網頁。包含使用 cereal 序列化雙方傳遞的結構化資料。

WebAssembly,2016 年 - 2020 年 3 月

WebAssembly 是一個將編譯式語言帶到網站前端的技術,其中工程師會用到的部分叫做 Emscripten 。曾經用 Emscripten 做了時頻分析和中古漢語發音查詢的程式,不過都不是完整的作品。這包含將 FFTS 補丁並在 Emscripten 上編譯、並用 C++ 撰寫一個物件導向的 WebGL 包裝。WebAssembly 的功能還不是很完整,除了基本支援外很多重要的部分像 SIMD 、 Reference Types 距離實作完成還有一段時間。

OpenGL/Direct3D,2014 年 - 2018 年

曾經用 Direct3D 11 和 OpenGL/WebGL 的 Render 管線(不是 Compute 管線)做過 FFT 。發現對於小型的 FFT 來說 CPU 呼叫 GPU 的成本太高了,大型的 FFT 才比較適合這樣的實做方式。

台大資工系學士班,2017 年 9 月 - 現在

目前正在就讀二年級。

語言能力


英語

可以和閱讀中文一樣輕易的閱讀電腦相關的技術文章。

對於理解原生口音的對話感到一定程度的吃力。


漢語

母語。


日語

正在學習中。會假名和少於 100 個詞彙。


西班牙語

正在學習中。會少於 100 個詞彙。

Resume
Perfil
Pzdxlqdkihc2oncoznxm

莊祐佳

有經驗的 C++ 程式員。對於接近底層的開發、和易於理解維護的 Functional Programming 有興趣。

學生
台北,台灣
[email protected]

技術經驗

C++,2004 年 - 現在

C++ 是個與機器接近、卻又不失易用性的程式語言。曾經使用過的語法包含 lambda (C++11) 、 template (C++98) & constexpr (C++11) 、 std::for_each 之類的函式 (C++98) 、 std::optional 之類的型別 (C++17) 、 std::uint32_t 之類的型別 (C++11) 、 std::unique_ptr 之類的型別 (C++11) 。曾經將 Emscripten 的 EM_ASM 巨集(用來在 C++ 裡直接寫 Javascript)改寫成樣板並實做一個從 C++ 指向 Javascript 的智慧型指標。非常期待 C++20 Ranges 和 Concepts 的到來。

組合語言最佳化,2020 年 4 月 - 現在

SSE 和 AVX。

HTML/CSS/Javascript,2018 年 - 現在

在 Firebase 上做了一個十幾個頁面的個人網站。其中使用 Web Components 和 data- 開頭的屬性來增加可讀性、可維護性。也使用 CSS Media Query 來適應使用者偏好。對載入時間做了 preload 和 progressive JPEG 的最佳化。

Boost Beast,2018 年 - 2019 年

在一台 24 小時運作的 Ubuntu 上用 HTTP 架設了一個使用 WebSocket 與伺服器互動的網頁。包含使用 cereal 序列化雙方傳遞的結構化資料。

WebAssembly,2016 年 - 2020 年 3 月

WebAssembly 是一個將編譯式語言帶到網站前端的技術,其中工程師會用到的部分叫做 Emscripten 。曾經用 Emscripten 做了時頻分析和中古漢語發音查詢的程式,不過都不是完整的作品。這包含將 FFTS 補丁並在 Emscripten 上編譯、並用 C++ 撰寫一個物件導向的 WebGL 包裝。WebAssembly 的功能還不是很完整,除了基本支援外很多重要的部分像 SIMD 、 Reference Types 距離實作完成還有一段時間。

OpenGL/Direct3D,2014 年 - 2018 年

曾經用 Direct3D 11 和 OpenGL/WebGL 的 Render 管線(不是 Compute 管線)做過 FFT 。發現對於小型的 FFT 來說 CPU 呼叫 GPU 的成本太高了,大型的 FFT 才比較適合這樣的實做方式。

台大資工系學士班,2017 年 9 月 - 現在

目前正在就讀二年級。

語言能力


英語

可以和閱讀中文一樣輕易的閱讀電腦相關的技術文章。

對於理解原生口音的對話感到一定程度的吃力。


漢語

母語。


日語

正在學習中。會假名和少於 100 個詞彙。


西班牙語

正在學習中。會少於 100 個詞彙。