Autodesk 招人了,开发顾问,感兴趣的或者有推荐的人扔简历过来啊

Autodesk 招人了,开发顾问,感兴趣的或者有推荐的人扔简历过来啊

Autodesk ADN招人了,在上海,开发顾问, JD如下。

如果你感兴趣或者有人推荐,扔简历过来啊, daniel.du@autodesk.com,赶早不赶晚啊。

 

Job Title:

Developer Technical Consultant

Location

Shanghai

 

Job description:

This is an exciting opportunity to be part of Developer Technical Services team in Autodesk in Shanghai. Provides consulting services to Autodesk Developer Network (ADN) members from the worldwide – developers of third-party applications based on Autodesk products and Autodesk Cloud Platforms. Responsible for evangelizing Autodesk technology to support the growth of the network, to help ADN members become successful and to positively impact Autodesk’s business. Provides technical assistance including software design, customization, integration, orientation/training and technical problem resolution.

This position typically reports to Joe Ye

 

Principal Duties and Responsibilities

TECHNICAL SUPPORT:

* Provide technical (programming) support to Autodesk Developer Network(ADN) members worldwide using knowledge of a variety of tools and technologies. Help resolve technical issues including communicating the functions of a particular API, assist with the software code and programming-related API questions.

Also assist Technical Consultants who are working directly with customers to help answer and/or resolve their API-related issues. Work closely with team members worldwide to help resolve issues related to a specific product line.

* Use knowledge of Autodesk products and their APIs to assist ADN members with their business objectives of providing value-added software for their customers. Assist with their software design by providing them with technical information on Autodesk APIs and technologies. Encourage the use of newer product versions and/or vertically-oriented solutions.

* Work with internal engineering teams to incorporate enhancements as requested by ADN members. Act as a liaison between engineering and ADN members by helping evaluate and influence new product releases to help meet the needs of ADN community. Write extensive samples demonstrating API usage and best practice. Submit bug reports and work closely with engineering to ensure appropriate resolution of issues impacting customer satisfaction.

TECHNICAL WRITING, TRAINING AND SUPPORT

* Develop technical content for the ADN program including technical notes and whitepapers. Content is published on the ADN Devblog and used for conferences and marketing events.

* Develop and deliver training courses and/or presentations internally and to ADN members. Topics include APIs, and/or other software-development-related topics. Courses may be an overview of product functionality or API or may be in-depth, including hands-on programming.

* Assist with marketing activities including presentations and event participation. Support the growth of the ADN as experts of the field.

* Translate technical issues from local language(s) to English, and vice-versa, for technical problem resolution and for publishing technical content.

 

Requirements

1. A bachelors’ degree or higher in computer science or related field. Graduated from one of the 211 Universities.

2. Ability to quickly learn new software development related technology and some of the Autodesk software products.

3. At least 3 years hands-on programming experience

4. Familiar with at least one popular programming language, C++/C#/VB.NET.

5. This position will work closely remotely with team members from various locations in the world and support ADN members worldwide, fluent oral English and good written English is a MUST.

6. Good skills of communication with colleagues and customers.

7. Good team player: Easy to work with team members across cultures.

8. Good problem solving ability.

9. Fluent presentation in public.

 

Preferred Qualifications

10. Experience of industry (building or manufacturing) background is a good bonus.

11. Experience of programming on AutoCAD is a great bonus.

12. Experience of web programming experience will be a plus.

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/109851.html原文链接:https://javaforall.net

(0)
全栈程序员-站长的头像全栈程序员-站长


相关推荐

  • 数据库副本的自动种子设定(自增长)

    数据库副本的自动种子设定(自增长)

    2021年11月24日
    35
  • 怎么将多个ppt合并到一个ppt上_如何合并多个ppt文件

    怎么将多个ppt合并到一个ppt上_如何合并多个ppt文件在一个文件夹下面有a.ppt,b.ppt,c.ppt等PPT文件,如果把它们合并到一个新的PPT中?当PPT文件数量比较少的时候,我们还可以一个个打开,复制所有的幻灯片到新建的PPT中。当文件数量达

    2022年8月5日
    3
  • JDK1.8关于运行时常量池, 字符串常量池的要点[通俗易懂]

    JDK1.8关于运行时常量池, 字符串常量池的要点[通俗易懂]网上关于jdk1.8的各种实验,结论鱼龙混杂,很多都相矛盾,网上有的实验也被后人测试出了不同的结果很多都分辨不了真假,这里记录一下网络上正确的结论,欢迎指正!首先自行区分运行时常量池与Class文件常量池(静态常量池)的概念,JVM内存模型,方法区与永久代的区别,有些在我的其他博客有介绍,连接在文尾在JDK1.7之前运行时常量池逻辑包含字符串常量池存放在…

    2022年7月28日
    1
  • jdbc自建工具类

    jdbc自建工具类

    2021年10月3日
    41
  • 线程池介绍及创建线程池的4种方式是什么_程序可以创建几个线程池

    线程池介绍及创建线程池的4种方式是什么_程序可以创建几个线程池1.什么是线程池Java中的线程池是运用场景最多的并发框架,几乎所有需要异步或并发执行任务的程序都可以使用线程池。在开发过程中,合理地使用线程池能够带来3个好处。第一:降低资源消耗。通过重复利用已创建的线程降低线程创建和销毁造成的消耗。第二:提高响应速度。当任务到达时,任务可以不需要等到线程创建就能立即执行。第三:提高线程的可管理性。线程是稀缺资源,如果无限制地创建,不仅会消耗系统资源…

    2022年10月1日
    0
  • 打造自己的HelloDrone 无人机APP过程《0》

    打造自己的HelloDrone 无人机APP过程《0》目录文章目录目录摘要1.项目设置1.设置一个基本的AndroidStudio项目2.添加客户端库3.实现TowerListener的监听事件4.初始化ControlTower并绑定activity的生命周期5.实现无人机监听事件6.无人机实例化并在tower上注册摘要本节主要记录开发自己的HelloDrone无人机的过程,本节是第一节欢迎批评指正!参考资料:博客参考dronekit-android源码Tower源码usb-serial-for-android库1.项目设置1.设

    2022年8月15日
    4

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号