微软职位内部推荐-Principal Development Lead - SharePoint

微软近期Open的职位:

SharePoint is a multi-billion dollar enterprise business that has grown from an on-premises product that IT admins love into a core part of the Office 365 service today. Over the last several years, the SharePoint team has invested heavily in making our service a world class offering that customers can depend on. Yet, we still have a customer base on premises that make up the bulk of our revenue base. This team is challenged with re-enrolling our on-premises customers, while supporting their journey to the cloud at their speed. We will reaffirm IT pros that they can bet their businesses and their careers on SharePoint. We will use SharePoint’s strong on-premises position to bring our customers to our cloud. We will differentiate our offerings by continuing to be the go-to solution for collaboration, content management, and portals, while we transform these experiences to meet our customers emerging needs in today’s mobile-first and cloud-first world. &nbsp


We are seeking strong software engineers to build system and engineering expertise for a new SharePoint center of excellence in Suzhou, China. As a key member of the team you will:

• &nbsp&nbsp&nbsp&nbsp Define the technical direction of the team and drive the actual implementations with special emphasis on engineering velocity and on ensuring quality through sound engineering processes

• &nbsp&nbsp&nbsp&nbsp Instill quality and excellence into the team culture by leading design and implementation efforts, actively mentoring the results, and make necessary adjustments

• &nbsp&nbsp&nbsp&nbsp Drive recruiting efforts, ensure we are bringing top talents to the team

• &nbsp&nbsp&nbsp&nbsp Create a supportive work environment to foster career and personal developments for team members


Your success will be measured by the engineering staff’s ability to own and ship the SharePoint on-premises codebase. While we expect this to be a multi-year journey, we’re challenging ourselves to have a fully operational engineering practice within a single calendar year. In order to do so, the ideal candidate


Must have:

• &nbsp&nbsp&nbsp&nbsp Ability to analyze and improve complex systems and processes

• &nbsp&nbsp&nbsp&nbsp Desire to build and mentor an exceptional team of engineers

• &nbsp&nbsp&nbsp&nbsp Proven track record of delivering mission critical projects on time and to spec

• &nbsp&nbsp&nbsp&nbsp 9+ years of experience building, deploying, and supporting large scale applications and services

• &nbsp&nbsp&nbsp&nbsp Strong problem solving and data-driven analysis skills

• &nbsp&nbsp&nbsp&nbsp Aptitude for initiating and managing cross-group partnerships, especially with remote groups many time zones removed

• &nbsp&nbsp&nbsp&nbsp Fluent in English

• &nbsp&nbsp&nbsp&nbsp Strong C/C++ or C# coding skills

• &nbsp&nbsp&nbsp&nbsp MS degree in Computer Science or related field


Nice to have:

• &nbsp&nbsp&nbsp&nbsp Experience with SharePoint development

• &nbsp&nbsp&nbsp&nbsp Experience building engineering or test systems

• &nbsp&nbsp&nbsp&nbsp Experience with native and managed code interoperation is an important plus

&nbsp

Microsoft is an equal opportunity employer. All qualified applicants will receive consideration for employment without regard to race, color, gender, sexual orientation, gender identity or expression, religion, national origin, marital status, age, disability, veteran status, genetic information, or any other protected status.

如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐。发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
好的,关于 Flask-Principal 扩展的使用举例,我可以向您提供以下例子: 首先在 Flask 应用程序的初始化中,我们要创建一个 Principal 类的实例: ```python from flask_principal import Principal app = Flask(__name__) principal = Principal(app) ``` 然后,我们可以使用 principal.identity_loaded 装饰器来定义一个函数,用于加载用户的身份信息。例如: ```python @principal.identity_loaded.connect def on_identity_loaded(sender, identity): # 获取当前用户的信息 user = get_current_user() # 如果用户未登录,返回 None if user is None: return # 设定身份信息 identity.provides.add(UserNeed(user.id)) ``` 这里的 get_current_user() 函数是由应用程序开发者自己实现的,用于获取当前登录用户的信息。在身份信息被加载后,我们可以使用 principal.identity_changed.send() 方法来改变当前的身份,例如: ```python @bp.route('/login', methods=['POST']) def login(): # 获取用户的登录信息 username = request.form['username'] password = request.form['password'] # 如果用户名或密码不正确,则返回错误信息 if not check_user_credentials(username, password): return '用户名或密码错误' # 设定当前用户的身份信息 identity = Identity(user.id) principal.identity_changed.send(app, identity=identity) return '登录成功' ``` 这里的 check_user_credentials() 函数也是由应用程序开发者自己实现的,用于验证用户的用户名和密码是否正确。当用户成功登录时,我们使用 principal.identity_changed.send() 方法来改变当前的身份信息。 以上就是一个简单的 Flask-Principal 使用举例,希望对您有所帮助。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值