Job description

  • About the role

    We are looking for a talented engineer who has excellent cloud skills, but ideally would also have embedded device experience. An engineering who would easily cooperate with the rest of colleagues, customers and partner ecosystem, to help our cloud customers and partners succeed with IoT.

    We are a fast-growing business unit inside ARM working on the next generation of IoT device and cloud platform. Our mission is to help our customers and partners design and build full end-to-end solutions of their targeted IoT devices with their targeted cloud services.  you will join a professional engineering team who all share a vision and passion for building a foundation for this emerging industry that will change the way connected devices are developed.

    What will I be accountable for?

    • Work with the key customers and partners to help design, build, and support integrations between their IoT devices, targeted cloud infrastructure and ARM’s mbed Cloud platform.

    • Reacting to help developers solve problems

    • Identify and fix bugs

    • Proactively engaging with the other members of the engineering team (International) and sales team to resolve issues and ensure information and knowledge is shared

    • Take part in demo development, custom projects, POCs and simulations for IoT use cases

    • Provide telephone call or on-site consulting and training when necessary, may get involved in creating and delivering presentations about new technologies, techniques and tools.

    • Participate in various projects as needed for product and process improvement

    • This position includes travels to support events, Partner workshops, conferences and seminars up to 10%~20% of time.

      Experience and Skills

      In-depth software design, architecture and engineering experience working with the latest web protocols, applications and application development stacks. One who excels in helping others be productive and successful in their work. Experience with or strong desire to learn embedded systems is important.

      You will need to be proficient in many of the following areas:

    • 10+ years industry experience of designing and developing connected commercial-grade applications. Database integration, Browser/application integration, and external Web-service integration should be key focus areas of your work

    • Excellent English and Chinese language skills – ability to easily converse at a deep technical level, as well as excellent reading and writing skills in both languages

    • A BS or greater degree in Computer Science, Mathematics, or alternatively in Electrical Engineering, Computer Engineering with relevant software engineering experience is required.

    • At least 5+ year engineering experience in designing/developing of customer-facing REST APIs and other Web-centric service mechanisms. Deep knowledge of REST, MQTT, AMQP, WebSockets, XML, JSON (and JSON Parsing), HTML are all big pluses.

    • Familiarity and development experience with key web service infrastructures including IBM Bluemix, Watson IoT, Microsoft Azure, IoTHub/EventHub, Amazon AWS, HPE all big pluses

    • Deep experience in designing and writing using Java, Python, JavaScript, PHP, etc... Additionally, deep experience in integrating with database systems (such as MySQL, MongoDB, etc…) in those languages.

    • Full understanding of security-centric algorithms and protocols such has AES, ECC, SSL, TLS including key generation mechanisms and constraints, ACLs, and certificates.

    • Writing technical content, documentation and getting started guides.

    • Effective at communication between technical- and business-focused teams.

    • Able to coordinate effective and efficient projects and meetings

    • Understanding of the interaction between software and hardware

    • Ability to synthesize multiple viewpoints, perspectives and opinions with objective and impartial analysis to solve problems, gain consensus, and drive decisions

    • Willingness and the ability to travel multiple times a year

      It’s desirable to have a good understanding on the following areas:

    • Previous experience at using ARM Mbed OS, Mbed Cloud and general understanding of the Mbed Ecosystem

    • Previous experience in developing provisioning and firmware updating mechanisms for small devices that are typically “head-less”

    • Embedded systems applications compilation process and tools, C libraries and microcontroller startup

    • Cortex-M microcontrollers and peripherals and their development environments

    • Understanding Radio technologies used in IoT Applications (BLE, Wi-Fi, 6LoWPAN, Thread, LoRA and IPv6)

    • Mobile application development experience (IOS & Android)– including the creation and integration of those experiences with online web services. Mobile application publication as a plus

      Application Requirements

      In your covering letter, please take the time expand on the experience and skills you have in relation to the things we are looking for in this position. This also helps show us you have taken the time to read and understand the job opportunity, and have decided to apply on that basis.

      Please also feel free to share links to any public code or projects you may have created.

Excellent JD的更多相关文章

  1. excellent cushioning and also vitality go back with this boot

    The particular manufactured fine mesh higher almost addresses the complete boot. Here is the sort of ...

  2. PK淘宝BUY+,京东推出AR购物应用JD Dream

        今年双十一淘宝推出了虚拟现实VR购物"BUY+",用户可以在虚拟环境中选购商品.那作为竞争对手的京东将使出什么绝招呢?在近日上海举办的谷歌开发者大会上得到了答案.会上京东推 ...

  3. Getting Started with JD Edwards EnterpriseOne Interoperability

      Overview Every enterprise holds a forest of branched system spread across a number of business uni ...

  4. m.jd.com首页中的js效果

    m.jd.com中的部分js效果 昨天把m.jd.com的首页布局写好了,今天写一下首页中部分js效果.头部背景色透明度的改变,焦点图轮播,京东快报的小轮播,以及秒杀倒计时.这里html,css样式就 ...

  5. What makes an excellent front-end developer?(for my English speech)

    What makes an excellent front-end developer? Let me please start this talking by saying that what is ...

  6. C#用HttpClient抓取jd.com搜索框下拉数据

    添加System.Web.dll引用 添加System.Net.Http引用 using System.Net.Http; using System.Web; string key = "电 ...

  7. c# JD快速搜索工具,2015分析JD搜索报文,模拟请求搜索数据,快速定位宝贝排行位置。

    分析JD搜索报文 搜索关键字 女装 第二页,分2次加载. rt=1&stop=1&click=&psort=&page=3http://search.jd.com/Se ...

  8. 根据职位名,自动生成jd

    代码本身就是最好的解释,不赘述. 文本聚类输出: cluster.py #!/usr/bin/env python # coding=utf-8 import jieba,re from gensim ...

  9. JD轮播图代码

    <!DOCTYPE html>   <html>   <head>   <title>jd网站的轮播图效果</title>   <me ...

随机推荐

  1. mysql5.1解压版安装

    1.如果已经安装别的版本先卸载干净,cmd管理员权限登录,mysql\bin目录:mysqld -remove 2.环境变量 MYSQL:path 3.my.ini [mysqld]port=3306 ...

  2. Python中的正斜杠/与反斜杠\

    知识点: 1. "/"左倾斜是正斜杠,"\"右倾斜是反斜杠,可以记为:除号是正斜杠 2. 对于目录分隔符,Unix和Web用正斜杠/,Windows用反斜杠\. ...

  3. 求两个数a、b的最大公约数

    //求两个数a.b的最大公约数 function gcd(a,b){ return b===0?a:gcd(b,a%b) }

  4. confiparser模块

    什么是confiparser confiparser,翻译为配置解析,很显然,他是用来解析配置文件的, 何为配置文件? 用于编写程序的配置信息的文件 何为配置信息? 为了提高程序的扩展性,我们会把一些 ...

  5. dgango 报错: Timeout when reading response headers from daemon process

    问题: image = np.asarray(bytearray(f.read()), dtype="uint8")cv2_img = cv2.imdecode(image, cv ...

  6. Kubernetes单机安装部署

    系统环境: Ubuntu 16.04.2 LTS 软件环境: Docker 1.12.6 Go 1.8.3 Etcd 3.1.8 Flannel 0.7.1 Kubernetes master 1.7 ...

  7. 使用swiper来实现轮播图

    使用swiper来实现轮播图 swiper实现轮播图几乎是没有一点点技术含量,但是用起来却很方便,包括对移动端的支持也很好. 由于简单这里当然就不会去详细介绍了,推荐两个网址: 1.http://ww ...

  8. python+unittest+requests实现接口自动化

    前言: Requests简介 Requests 是使用 Apache2 Licensed 许可证的 HTTP 库.用 Python 编写,真正的为人类着想. Python 标准库中的 urllib2  ...

  9. Android捕捉图像后在SurfaceView上变形显示问题的处理

    我们在Android中经常会使用SurfaceView编写自定义的摄像头,可是有的时候会经常会出现图像的变形,我们就会很郁闷的问这到底是为什么呢?其实这个最根本的原因是SurfaceView和PreV ...

  10. unity调用ios原生代码objective-c和回调

    从c#到objective-c学习 https://www.runoob.com/w3cnote/objective-c-tutorial.html https://www.jianshu.com/p ...