CakeResume 找人才

进阶搜寻
On
4 到 6 年
6 到 10 年
10 到 15 年
15 年以上
United States
Avatar of Mike Garuccio.
Site Reliability Engineer
超過一年
move into a Site Reliability Engineering role with more focus on CI/CD and containerization. Systems Engineer Cleveland, OH [email protected] github.com/mgaruccio linkedin.com/in/mgaruccio Skills Platforms Linux Windows VMWare AWS(some familiarity) Azure(some familiarity) Languages Powershell(deep knowledge) Javascript Bash Python(some familiarity) Ruby(some familiarity) Tools vRealize Orchestrator Appveyor Git Docker Kubernetes Experience Systems Engineer - Expedient, JanPresent Served as liaison between automation and service delivery teams. Helped to complete a project which automated a complete delivery process, freeing up engineers to spend time
Automation
Linux
Powershell
目前会考虑了解新的机会
全职 / 对远端工作有兴趣
6 到 10 年
Avatar of 李岳峰.
Avatar of 李岳峰.
創辦人 @酷喬伊科技有限公司
2020 ~ 现在
Python developer
一個月內
的新創產品 Demo,是在低階筆記型電腦上處理並呈現影像辨識結果。 # PyTorch # Onnx # OpenCV # Pillow # Flask # FastAPI # uvicorn # Subprocess # SQLite3 # PyQt5 # Command # Powershell AI Bottle Recycle 這個案件是一位以色列人的需求,他想用影像辨識來呈現無人回收機器,當時做的是一個 Demo。 這裡用了第三方套
PyTorch
Python
PostgreSQL
就职中
目前没有兴趣寻找新的机会
全职 / 对远端工作有兴趣
4 到 6 年
Fu Jen Catholic University
Major, Optical Physics, Minor, Finance and international business

最轻量、快速的招募方案,数百家企业的选择

搜寻简历,主动联系求职者,提升招募效率。

  • 浏览所有搜寻结果
  • 每日可无限次数开启陌生对话
  • 搜尋僅開放付費企業檢視的简历
  • 检视使用者信箱 & 电话
搜寻技巧
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 平台上公开的简历)。

职场能力评价定义

专业技能
该领域中具备哪些专业能力(例如熟悉 SEO 操作,且会使用相关工具)。
问题解决能力
能洞察、分析问题,并拟定方案有效解决问题。
变通能力
遇到突发事件能冷静应对,并随时调整专案、客户、技术的相对优先序。
沟通能力
有效传达个人想法,且愿意倾听他人意见并给予反馈。
时间管理能力
了解工作项目的优先顺序,有效运用时间,准时完成工作内容。
团队合作能力
具有向心力与团队责任感,愿意倾听他人意见并主动沟通协调。
领导力
专注于团队发展,有效引领团队采取行动,达成共同目标。
超過一年
United States
专业背景
目前状态
求职阶段
专业
产业
工作年资
管理经历
技能
语言能力
求职偏好
希望获得的职位
预期工作模式
期望的工作地点
远端工作意愿
接案服务
学历
学校
主修科系
列印
WeChat Image_20170718170420.jpg

Chen LIU

Software Engineer at Microsoft 


[email protected]

(+86) 15002933895 

(+86) 59165119 

Beijing, China

Skills


C/C++

Cosmos/C#/CX/Powershell/SQL

Algorithem/Data Structure/Design Pattern

Creative problem solving

Communication and Collaboration Skills

Education

Xidian University  (2011 - 2014)

Master's Degree - Computer Software and Theory


Northwest University  (2007 - 2011)

Bachelor's Degree - Computer Science and Technology

Experience

CHS Auto Correction on Mobile Device - Apr. 2014 - Jul. 2014

  • A model could "guess" what key user may want to input on mobile device. 
  • The SIP(software input panel) on mobile is very small and user easily to mistype the key. Auto-Correction model is designed to address this problem. 
  • To achieve this goal, I set up this model based on some statistics result: the model was built based on TTR statistical data which record the position information of every user's input. Given a target key (a-z) on the SIP, I calculate the probabilities of every surrounding keys. I also give this model some capability of self-adaption to serve people who have different typing behaviour. 
  • This feature is default on in every windows mobile devices since Windows 10. Our telemetry data shows that this model improves the user's editing behaviour: higher selection rate and input speed, fewer deleting action.

CHS Shape Writing on Mobile Device - Aug. 2014 - Dec. 2014

  • Code name "Blue Bird", provide a new input experience. User could swipe the input keys on the SIP to finish the input. It is different with hand writing, shape writing need to swipe all the keys on the Qwerty SIP. A group of people prefer to input via shape writing and they feel input this way could largely improve their typing speed. 
  • Chinese shape writing is different with Latin shape writing and it's more complex that Latin one. Chinese shape writing could input a word, a phrase and a sentence with only one gesture. 
  • This is the first version of CHS shape writing, I have no data to support such model. Thus, I build a rule-based model as our V1.0 Shape writing. The model use Fréchet Distance to calculate the position similarity between user's gesture and standard one. Using cosine-based vector to calculate the shape similarity. Gain the probabilities of each calculated words path, put penalty to each syllable and do some pruning, finally get the ranked best path and phrases as the output to users.

Windows 10 upgrade in China - Dec. 2014 - Oct. 2015

  • This is the top priority project in WDGC(Windows Device Group China) at that time. We called up as a virtual team to work together. The goal of this project is: the more devices upgrade to Windows 10 in China, the more we achieved. 
  • We cooperated with some local influential companies, like Tencent, Qihu360 and Baidu to help to promote the Windows 10. Basically, we provide the core solution and APIs to our partners, and they provide the user experience. 
  • Besides, we also need the manner to control the whole upgrade process, like enable/disable one partner, allot upgrade quota and online key distribution. To achieve this, I set up a azure cloud service to control the whole upgrade to make it safer and easily control. At last, I need to build a telemetry system in this whole procedure, not only collecting the numbers/categories, but also the dump/log files which could help us analyze the failure. 
  • This was a challenging project and very different with other projects we experienced. We all learn a lot from it.

Taihang Project - Oct. 2014 - Nov. 2015

  • Code name "Taihang" is an updated version of "Kunlun". This is the core component of an IME, data source(DS). The DS is in charge of the conversion from Pinyin letters to Chinese characters. 
  • Before this project, we have two version of the main DS, one is in mobile and another is in desktop. This increase the maintaining and development cost. "Taihang" project is target to converge the DS from different planform and apply to all SKUs. 
  • The challenge here is: 1) apply one DS to different input stacks; 2) performance tuning; 3) feature parallel.

TSF2.0 IME stabilization - Dec. 2015 - Apr. 2016

  • In this period, I mainly focused on the toughest issues in our products, most of them are performance or compatibility issues. This kind of bugs don't have solid reproduce steps or dump file to help analysis, basically, these came from user's feedback. 
  • To address them, need to add data points to collect more information, flight the build contained these data point and analysis the collected data to approach the root cause. 
  • Most of the issues were hidden in the system layer and finally, we addressed the pain points for users.

Live Sticker - Apr. 2016 - Oct. 2016

  • Live sticker is a brand new concept to our IME which including the rich content and online service. 
  • Live Sticker provide to user the ability to input images(GIF, PNG, etc.) based on the context. IME retrieve the context from the edit control and query the online service to get the most popular images associate with the query string, display the result to user and insert into the edit control by clicking the picture. 
  • Additionally, to minimize the risk of this new thing, I add the cloud control to give us the capability to enable/disable this feature on specific applications.

TSF3.0 IME - Oct. 2016 - Nov. 2017

  • TSF(Text Service Frame) is the layer between application, system and IME. Currently, Microsoft Chinese IME are built based on TSF2.0 on desktop and based on TSF2.9 on Mobile (close to TSF3.0, but not exact same). TSF3.0 is the next version of input stack and we are moving to this new framework. Our team is the pioneer on this because of some historical reasons and I was the driver on this project. 
  • A lot of communication across teams to discuss the design of the API, framework and dependencies, like what's the API surface looks like, how components communicate to each other, what's is the best sequences for each API call, etc. I need to build prototypes and verify different design to identify the potential risk earlier. Design and implement the API, host the IME, deploy it to different SKUs and make it self-hostable. We are currently at this stage.

Bing Advertisement Delivery Engine - Nov. 2017 - Present

  • Delivery Engine (DE) is a large scale system including thousands of machines with different roles. It is the core component in the Bing Ads system. It's responsible for select the best ads which fits the user's queries. 
  • Building the distribution system which have the capability to handle the large amount of queries within quite low latency and stable performance. 
  • Design and implement advertiser and algorithm feature with high quality.
  • Profiling and optimizing the system performance, including the memory, latency and capacity.
  • Design and implement the machine function to calculate the relevance between query and keyword as a platform to improve the latency and accuracy.
  • Re-architect the "dynamic ads" workflow which doubles the system capacity and reduce the latency.
  • Design and implement the "Vertical ads" workflow to provide brand new user experience on Bing ads for Event, Tours and activities scenarios.

Self-Evaluation

  • Enjoy learning new things and taking challenge
  • Have passion on technology and learn quickly
  • Happy to sharing and help others

简历
个人档案
WeChat Image_20170718170420.jpg

Chen LIU

Software Engineer at Microsoft 


[email protected]

(+86) 15002933895 

(+86) 59165119 

Beijing, China

Skills


C/C++

Cosmos/C#/CX/Powershell/SQL

Algorithem/Data Structure/Design Pattern

Creative problem solving

Communication and Collaboration Skills

Education

Xidian University  (2011 - 2014)

Master's Degree - Computer Software and Theory


Northwest University  (2007 - 2011)

Bachelor's Degree - Computer Science and Technology

Experience

CHS Auto Correction on Mobile Device - Apr. 2014 - Jul. 2014

  • A model could "guess" what key user may want to input on mobile device. 
  • The SIP(software input panel) on mobile is very small and user easily to mistype the key. Auto-Correction model is designed to address this problem. 
  • To achieve this goal, I set up this model based on some statistics result: the model was built based on TTR statistical data which record the position information of every user's input. Given a target key (a-z) on the SIP, I calculate the probabilities of every surrounding keys. I also give this model some capability of self-adaption to serve people who have different typing behaviour. 
  • This feature is default on in every windows mobile devices since Windows 10. Our telemetry data shows that this model improves the user's editing behaviour: higher selection rate and input speed, fewer deleting action.

CHS Shape Writing on Mobile Device - Aug. 2014 - Dec. 2014

  • Code name "Blue Bird", provide a new input experience. User could swipe the input keys on the SIP to finish the input. It is different with hand writing, shape writing need to swipe all the keys on the Qwerty SIP. A group of people prefer to input via shape writing and they feel input this way could largely improve their typing speed. 
  • Chinese shape writing is different with Latin shape writing and it's more complex that Latin one. Chinese shape writing could input a word, a phrase and a sentence with only one gesture. 
  • This is the first version of CHS shape writing, I have no data to support such model. Thus, I build a rule-based model as our V1.0 Shape writing. The model use Fréchet Distance to calculate the position similarity between user's gesture and standard one. Using cosine-based vector to calculate the shape similarity. Gain the probabilities of each calculated words path, put penalty to each syllable and do some pruning, finally get the ranked best path and phrases as the output to users.

Windows 10 upgrade in China - Dec. 2014 - Oct. 2015

  • This is the top priority project in WDGC(Windows Device Group China) at that time. We called up as a virtual team to work together. The goal of this project is: the more devices upgrade to Windows 10 in China, the more we achieved. 
  • We cooperated with some local influential companies, like Tencent, Qihu360 and Baidu to help to promote the Windows 10. Basically, we provide the core solution and APIs to our partners, and they provide the user experience. 
  • Besides, we also need the manner to control the whole upgrade process, like enable/disable one partner, allot upgrade quota and online key distribution. To achieve this, I set up a azure cloud service to control the whole upgrade to make it safer and easily control. At last, I need to build a telemetry system in this whole procedure, not only collecting the numbers/categories, but also the dump/log files which could help us analyze the failure. 
  • This was a challenging project and very different with other projects we experienced. We all learn a lot from it.

Taihang Project - Oct. 2014 - Nov. 2015

  • Code name "Taihang" is an updated version of "Kunlun". This is the core component of an IME, data source(DS). The DS is in charge of the conversion from Pinyin letters to Chinese characters. 
  • Before this project, we have two version of the main DS, one is in mobile and another is in desktop. This increase the maintaining and development cost. "Taihang" project is target to converge the DS from different planform and apply to all SKUs. 
  • The challenge here is: 1) apply one DS to different input stacks; 2) performance tuning; 3) feature parallel.

TSF2.0 IME stabilization - Dec. 2015 - Apr. 2016

  • In this period, I mainly focused on the toughest issues in our products, most of them are performance or compatibility issues. This kind of bugs don't have solid reproduce steps or dump file to help analysis, basically, these came from user's feedback. 
  • To address them, need to add data points to collect more information, flight the build contained these data point and analysis the collected data to approach the root cause. 
  • Most of the issues were hidden in the system layer and finally, we addressed the pain points for users.

Live Sticker - Apr. 2016 - Oct. 2016

  • Live sticker is a brand new concept to our IME which including the rich content and online service. 
  • Live Sticker provide to user the ability to input images(GIF, PNG, etc.) based on the context. IME retrieve the context from the edit control and query the online service to get the most popular images associate with the query string, display the result to user and insert into the edit control by clicking the picture. 
  • Additionally, to minimize the risk of this new thing, I add the cloud control to give us the capability to enable/disable this feature on specific applications.

TSF3.0 IME - Oct. 2016 - Nov. 2017

  • TSF(Text Service Frame) is the layer between application, system and IME. Currently, Microsoft Chinese IME are built based on TSF2.0 on desktop and based on TSF2.9 on Mobile (close to TSF3.0, but not exact same). TSF3.0 is the next version of input stack and we are moving to this new framework. Our team is the pioneer on this because of some historical reasons and I was the driver on this project. 
  • A lot of communication across teams to discuss the design of the API, framework and dependencies, like what's the API surface looks like, how components communicate to each other, what's is the best sequences for each API call, etc. I need to build prototypes and verify different design to identify the potential risk earlier. Design and implement the API, host the IME, deploy it to different SKUs and make it self-hostable. We are currently at this stage.

Bing Advertisement Delivery Engine - Nov. 2017 - Present

  • Delivery Engine (DE) is a large scale system including thousands of machines with different roles. It is the core component in the Bing Ads system. It's responsible for select the best ads which fits the user's queries. 
  • Building the distribution system which have the capability to handle the large amount of queries within quite low latency and stable performance. 
  • Design and implement advertiser and algorithm feature with high quality.
  • Profiling and optimizing the system performance, including the memory, latency and capacity.
  • Design and implement the machine function to calculate the relevance between query and keyword as a platform to improve the latency and accuracy.
  • Re-architect the "dynamic ads" workflow which doubles the system capacity and reduce the latency.
  • Design and implement the "Vertical ads" workflow to provide brand new user experience on Bing ads for Event, Tours and activities scenarios.

Self-Evaluation

  • Enjoy learning new things and taking challenge
  • Have passion on technology and learn quickly
  • Happy to sharing and help others