CakeResume Talent Search

上級
On
4〜6年
6〜10年
10〜15年
15年以上
Taipei City, Taiwan
Avatar of Dennis Lee.
Avatar of Dennis Lee.
Software Engineer @ASUS
2012 ~ 2015
Sr. Software Engineer
1年以内
— 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
就職中
フルタイム / リモートワークに興味あり
10〜15年
國立清華大學
Computer Science
Avatar of 郭奕浦.
Avatar of 郭奕浦.
Backend Engineer @Thingnario
2021 ~ 現在
軟體工程師
1年以内
郭奕浦 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++
就職中
就職を希望していません
フルタイム / リモートワークに興味あり
6〜10年
National Sun Yat-sen University
Computer Science and Engineering

最も簡単で効果的な採用プラン

80万枚以上の履歴書を検索して、率先して求人応募者と連絡をとって採用効率を高めましょう。何百もの企業に選ばれています。

  • 検索結果をすべて閲覧
  • 新しい会話を無制限に始められます
  • 有料企業にのみ履歴書を公開
  • ユーザーのメールアドレスと電話番号を確認
検索のコツ
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
無料プランでは公開済みの履歴書のみ利用できます。
上級プランにアップグレードして、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.
1年以上
台灣台北市
Professional Background
現在の状況
求人検索の進捗
Professions
Fields of Employment
職務経験
1年未満
Management
スキル
C++
JavaScript
CSS
HTML
OpenGL
言語
Chinese
ネイティブまたはバイリンガル
English
初心者
Job search preferences
希望のポジション
求人タイプ
Intern
希望の勤務地
台灣台北市
リモートワーク
リモートワークに興味あり
Freelance
学歴
学校
國立台灣大學
専攻
資訊工程
印刷
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
プロフィール
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 個詞彙。