Google、微软、Linkedln、Uber、亚马逊等15+海外技术专家聚首2018TOP100Summit
11月30日-12月3日,由msup主办的第七届全球软件案例研究峰会(以下简称为TOP100Summit)将在北京国家会议中心举办。本届峰会以“释放AI生产力,让组织向智能化演进”作为开幕式主题, 4天的干货分享,18个主题方向,100+精选案例,旨在帮助高端IT从业者,解决平时无法解决的技术问题和疑惑,提升工作效率,实现技术认知上的提升,掌握本年度最前沿的科技。
此次大会我们不仅邀请了数百位国内知名大厂专家,还邀请了Google、微软、Linkedln、Uber、亚马逊、Zillow、GitLab、Hulu等17位海外一线技术大牛,共同为我们讲述他们的探索和发现与实践心得。现在大会正在紧锣密鼓的筹备阶段,让我们共同来看看海外讲师将为我们带来哪些优秀案例。
以下是海外讲师简介及案例主题:
演讲时间:
12月1日 13:30-14:30
演讲简述:
Many companies are focused on creating or transitioning to a microservice architecture. I will explain how this journey went for a top-tier video service & also a major games studio, and show the many advantages we found. In one company we successfully created 800+ services optimized around functionality, delivery speed and organizational structure. We won the microservices war!
However, getting there was only half the battle. Operating and evolving such significant systems reveals many challenges we hadn’t fully prepared for: monitoring and root cause analysis, cascading failures and scaling for major events are just some. We explain how you can use our learnings to avoid common pitfalls when working with microservices, and reveal what we would do differently if we could wind back the clock.
演讲时间:
12月2日 13:30-14:30
演讲简述:
In this talk, I will introduce how Google is able to integrate open-sourced data processing frameworks such as Hadoop and Spark within the entire cloud platform. We will go through details of service components and ways to best integrate the frameworks into cloud ecosystem. We will also discuss improvements and features that would bring the best of Hadoop/Spark and cloud to achieve optimal performance.
演讲时间:
12月3日 10:00-11:00
演讲简述:
As we transform LinkedIn to a place where members form communities around the things that matter most them, hashtags are foundational in enabling members to express what they want to talk about and find others who share the same interests. Hence it becomes imperative for us to improve LinkedIn’s Hashtag infrastructure by heavily investing in relevant domains such as personalization and recommendation, search vertical, feed serving stack, content filtering and SPAM/ Low-quality detection.
演讲时间:
12月1日 15:50-16:50
演讲简述:
广告系统中,有很多需要实时解决的问题。对于Pinterest这样月活2.5亿,图片量100B的平台来说,这些问题是什么?解决起来又有哪些挑战?希望通过本次分享,能够对具有相同情况的朋友起到抛砖引玉之效。
演讲时间:
12月1日 10:00-11:00
演讲简述:
Effective communication is one of key skills for any leaders. No matter what your role is, you are consistently communicating with the key stakeholders around you. Every communication is different depending on the goal and audience. It’s really important to get the communication right to get the right outcome. In this talk, we’ll discuss how we can make effective communication with storytelling.
演讲时间:
12月3日 11:00-12:00
演讲简述:
This talk tries to give an insider’s perspective on how Slack became the fastest-growing business application in history.
●What is unique about Slack’s growth model that enabled this hyper growth? How has this model changed over time?
●How does Slack organize growth teams? What kind of people do we hire?
●What kind of growth strategies and tactics did Slack focus on at different stages of the company? What are the lessons learned?
演讲时间:
12月1日 15:50-16:50
演讲简述:
The talk intends to:
1.Share the benefit of building for diverse customer segments
2.Discuss principles to apply in different stages of the product development and real-life examples:
a.In product definition/design phase – how you should frame the customer problem with inclusiveness in mind to provide best solution
b.In development phase – how to incorporate inclusiveness thinking into process and coding practices
c.In general – how we should think about user research and how to incorporate user feedback
3.Share learnings on how to embrace diversity helps foster a healthy team dynamics.
演讲时间:
12月2日 9:00-10:00
演讲简述:
We have built a Conversational AI that understands the business metrics a users asks, fetches the data from different databases, join multiple sources together if needed, generates meaningful visualizations to help the user navigate insights from the data, and all of these processes happen on the fly instantaneously. This largely reduces the time we spent on finding the right data sources, learning the join keys, understanding the exact formulas needed to calculate a KPI, etc. All of this was realized using different types of Microsoft products and can be applied to any company, or any different domains.
We have been building a platform where any team can onboard their own data into the system, define the business scenarios they have, and the platform will take care of the rest: generating synthetic data to train the NLP model, generating scripts for visualization, getting connected to the UI/application that the user wants to use to ask questions.
演讲时间:
12月1日 11:00-12:00
演讲简述:
GitLab is an application for the entire DevOps lifecycle. We entered the portfolio management market in late 2017 with a new product category. By leveraging a unique process of having customers embedded in our DevOps lifecycle, we were able to ship the feature in one month with a small team, and attract customers to this new offering in our new highest tier offering at over 1000 USD per user.
演讲时间:
12月2日 10:00-11:00
演讲简述:
Traditionally, web applications have been developed in a single programming language and code that is built, deployed and scaled as one (probably large) “monolithic” unit. More recently, engineering teams are moving away from monolithic applications and turning to microservices. Microservice architectures allow teams to independently develop and deploy smaller software services (even in different programming languages) that are easier to understand and safer to modify. These smaller services integrate with each other not by code compilation but rather by sending remote procedure calls (using, for example, REST or gRPC) at runtime. As a result, microservice architectures have many more runtime dependencies and interconnections. These interconnections present new challenges for software testing. In this talk, we will discuss various techniques for unit and integration testing when using microservice architectures. Instead of making extensive use of interfaces and mock or stub objects.
演讲时间:
12月3日 14:30-15:30
演讲简述:
From determining the most convenient rider pickup points to predicting the fastest routes, Uber uses machine learning and data-driven analytics to create seamless trip experiences.
Inside Uber, big data and machine learning are spread everywhere. Analysts and Engineers would like to run real time analytics with deep learning models. While, copy data from one source to another is pretty expensive. It is challenging to support real time analytics with deep learning.
This talk will share Uber’s engineering effort, supporting real time analytics with deep learning on the fly, without any data copy. We will start with our big data and deep learning infrastructure, specifically Tensorflow, Hadoop, and Presto. Then we will talk about how Uber used Tensorflow as deep learning engine, and Presto as the interactive SQL engine. We will focus on how Uber built Presto Tensorflow Connector from scratch, to support real time analytics on deep learning. Finally, we will share our production experien.
演讲时间:
12月1日 16:50-17:50
演讲简述:
亚马逊作为一个靠电商起家,经过二十多年发展成为一个背靠电商,AWS,Alexa的综合创新型公司。正是亚马逊核心文化中的领导力原则(Leadership principle)让亚马逊保持着持续创新的动力,拥有较高的用户满意度,撑起了将近万亿的市值。我将会结合Alexa团队以及自身的故事,逐一剖析拆解亚马逊的14条领导力原则。是怎样的运转机制,让亚马逊从上到下每一个团队如同一个个小的创业公司,高效的前行。
演讲时间:
12月1日 10:00-11:00
演讲简述:
本次分享主要介绍,LINE全球團隊每天都在使用的內部軟件發布系統其架構演進的過程,最新的進展是轉變為容器化架構。那,當初為何決定走向容器化?途中有沒有遇到什麼問題?如何解決?將是分享之重點。
演讲时间:
12月2日 10:00-11:00
演讲简述:
Spotify 作为世界用户量最多的的付费音乐流媒体公司, 这几年一直转型通过运用大数据+小数据的方法提升产品和体验。在2017如何改版免费用户端产品提升歌单,个性化推荐取得巨大的留存率提升的。如何通过不断的设计和AB测试改造电脑客户端产品、设计系统和品牌的提升来drive其他平台的使用的。
通过组织架构调整(DPI)适应高速的数据需求。
演讲时间:
12月1日 9:00-10:00
演讲简述:
如何从0到1实现一个高可用的系统,解决实际的Uber for Business业务问题。通过具体的项目需求和系统架构,包括支付系统,账单系统, Policy系统来分析如何end to end完成这些系统。
演讲时间:
12月2日 14:30-15:30
演讲简述:
自动补全和自动建议是搜索领域里重要的议题。智能的自动补全和自动建议可以帮助用户快速表达搜索意图。这一点在用户搜索越来越多地从桌面设备转向移动设备这一趋势下越来越重要。这个报告侧重房地产搜索这一垂直领域。
演讲时间:
12月1日 11:00-12:00
演讲简述:
本分享来自于Google的产品经理。从智能化产品管理的新挑战出发,阐述了在AI时代,产品经理需要哪些新技能,如何成功定义一个好的智能产品。
除以上众多海外案例之外,小米、知乎、Google、BAT等知名大厂讲师也将出席大会,现TOP100大会日程(100+案例实践)已全部出炉,如果你不想错过这次宝贵的交流机会,就快来报名吧!
想了解大会更多内容?请点击“阅读原文”或识别图中二维码,查看大会超全日程!
Google、微软、Linkedln、Uber、亚马逊等15+海外技术专家聚首2018TOP100Summit的更多相关文章
- Google、亚马逊、微软 、阿里巴巴开源软件一览
Google.亚马逊.微软 .阿里巴巴开源软件一览 大公司为什么要发布开源项目?一是开源能够帮助他人更快地开发软件,促进世界创新,主要是社会价值层面的考虑.二是开源能够倒逼工程师写出更好的代码.三是开 ...
- 微软、谷歌、亚马逊、Facebook等硅谷大厂91个开源软件盘点(附下载地址)
开源软件中有大量专家构建的代码,大大节省了开发人员的时间和成本,热衷于开源的大厂们总是能够带给我们新的惊喜.2016年9月GitHub报告显示,GitHub已经有超过 520 万的用户和超 30 万的 ...
- 微软Azure、谷歌GAE、亚马逊AWS比較
谷歌Google App Engine 亚马逊AWS 微软Microsoft Azure 提供服 务类型 PaaS, SaaS Iaas, PaaS IaaS, PaaS, SaaS 服务间 ...
- [转帖]微软击败亚马逊 赢得五角大楼的100亿美元JEDI云合同
微软击败亚马逊 赢得五角大楼的100亿美元JEDI云合同 https://www.cnbeta.com/articles/tech/903507.htm 微软Azure的胜利 国防部证实,美国政府已向 ...
- 亚马逊,谷歌,Facebook,IBM和微软:为了AI,是的,我们在一起了
美国时间9月28日,也就是几个小时前,亚马逊,谷歌,Facebook,IBM和微软宣布成立了一家非盈利组织:人工智能合作组织(Partnership on AI),目标是为人工智能的研究制定和提供范例 ...
- 程序员面试大揭秘——应聘微软、亚马逊、谷歌、苹果等IT公司你都要做什么准备?
对于多数求职者而言,面试好似一个迷局.你去了,见了几个面试官,答了一堆问题,然后,或两手空空离开,或幸运地拿到录用通知. 你有没有想过: 面试结果是怎么得出的? 面试官会不会互相交流? 公司最看重哪些 ...
- 面对IBM与亚马逊的犄角攻势,微软云如何招架?
亚马逊AWS和微软Azure是全球公有云的焦点.不就前公布的财报不久前公布的财报,这两家公司云计算的收入越来越接近,从数据显示来看,亚马逊的利润比微软稍高,有人称微软云的高增长来自于捆绑销售,背后真正 ...
- Amazon EMR(Elastic MapReduce):亚马逊Hadoop托管服务运行架构&Hadoop云服务之战:微软vs.亚马逊
http://s3tools.org/s3cmd Amazon Elastic MapReduce (Amazon EMR)简介 Amazon Elastic MapReduce (Amazon EM ...
- (转)来自互联网巨头的46个用户体验面试问题(谷歌,亚马逊,facebook及微软)
原文出处: uxdesign - Eleonora Zucconi 译文出处:UXRen - 邓俊杰 如果你是个正在找工作的用户体验研究员,或是一个招聘经理正急需一些启发性问题来测试你的候选人,这 ...
随机推荐
- Windows视频桌面壁纸实现(libvlc)(类似于wall paper engine效果)
简介 这个项目是很久之前的事情了,当时一个朋友正在研究一个国外的软件(wall paper engine ),可以在桌面壁纸层播放视频,也就差不多是动态壁纸的意思. 后来我也动手来实现这个功能,因为手 ...
- 【转】《iOS7 by Tutorials》系列:iOS7的设计精髓(下)
四.聚焦于内容 在iOS7里,强调的不是眼花缭乱的装饰效果,而是最重要的内容本身. 下面我们来探讨这个主题: 1.删除不必要的内容 伟大的设计更多是减法和加法的组合. 虽然很酷的想法是很重要,但还有更 ...
- shiny: Web Application Framework for R
shiny: Web Application Framework for R 基于R语言的一个web框架,适用于数据分析与图表绘画展示类型的网站.
- 12.翻译系列:EF 6 中配置一对多的关系【EF 6 Code-First系列】
原文链接:https://www.entityframeworktutorial.net/code-first/configure-one-to-many-relationship-in-code-f ...
- [svc]数字证书基础知识
数字证书基础原理 数字证书采用PKI(Public Key Infrastructure)公开密钥基础架构技术,利用一对互相匹配的密钥进行加密和解密. 每个用户自己设定一把特定的仅为本人所知的私有密钥 ...
- 《Essential C++》读书笔记 之 泛型编程风格
<Essential C++>读书笔记 之 泛型编程风格 2014-07-07 3.1 指针的算术运算(The Arithmetic of Pointer) 新需求1 新需求2 新需求3 ...
- 【Unity】Protobuf的使用与常见问题
Protobuf的使用流程 protobuf参考教程:https://www.jianshu.com/p/b135676dbe8d 手写.proto文件后,用CMD命令行运行protoc.exe编译器 ...
- 去除partner页面消息 自动添加关注者的功能
某些公司希望在partner页面说些partner的坏话,可是odoo居然自动添加了partner关注,这就尴尬了.... 如果恰搭建了邮件服务器,很有可能就自动发到了客户邮箱里,等着炸锅吧.... ...
- java中的数据加密4 数字签名
数字签名 它是确定交换消息的通信方身份的第一个级别.A通过使用公钥加密数据后发给B,B利用私钥解密就得到了需要的数据,问题来了,由于都是使用公钥加密,那么如何检验是A发过来的消息呢?上面也提到了一点, ...
- 【转】WPF自定义控件与样式(3)-TextBox & RichTextBox & PasswordBox样式、水印、Label标签、功能扩展
一.前言.预览 申明:WPF自定义控件与样式是一个系列文章,前后是有些关联的,但大多是按照由简到繁的顺序逐步发布的等. 本文主要是对文本输入控件进行样式开发,及相关扩展功能开发,主要内容包括: 基本文 ...