7 Years of Talking to People: The Importance of Giving Talks in Golang Warsaw #59
6 companies smallest: 3 people largest: 100k+ people working with people from 3 continents 5 talks given on Golang Warsaw (this is 6th) co-organizing the eventthis talk part 0: who am I part 1:0 码力 | 26 页 | 3.20 MB | 5 月前3基于 mesos 的容器调度框架
http://go-talks.appspot.com/github.com/huangnauh/slides/upone.slide#3 1/36 基于 mesos 的容器调度框架 Gopher 杭州 meetup 5 August 2017 黄励博(huangnauh) 又拍云 2017/8/3 基于 mesos 的容器调度框架 http://go-talks.appspot.com/github com/github.com/huangnauh/slides/upone.slide#3 2/36 What's Upone 2017/8/3 基于 mesos 的容器调度框架 http://go-talks.appspot.com/github.com/huangnauh/slides/upone.slide#3 3/36 Mesos 介绍 Image credit: mesos.apache.org (http://mesos.apache.org/) 官方称之为分布式系统内核, 它把数据中心的 CPU、内存、磁盘等抽象成一个资源池 2017/8/3 基于 mesos 的容器调度框架 http://go-talks.appspot.com/github.com/huangnauh/slides/upone.slide#3 4/36 Mesos 调度 各个 Agent 启动后, 向 Master 注册,携带统计资源0 码力 | 36 页 | 2.49 MB | 1 年前3Express Your Expectations: A Fast, Compliant JSON Pull Parser for Writing Robust Applications
6JSON “Subset” of Javascript literals. { "id": 42, "name": "Jonathan Müller", "speaker": true, "talks": [ { "title": "Express your expectations", "subtitle": "A fast, compliant JSON pull parser..." { "id": 42, "name": "Jonathan…", "speaker": true, "talks": [ … ] } let object = JSON.parse(json) console.log(object.name) console.log(object.talks[0].subtitle) console.log(object.foo) Jonathan Müller "Jonathan…", "speaker": true, "talks": [ … ] } auto object = boost::json::parse(json).as_object(); std::print("{}\n", object.at("name")); std::print("{}\n", object.at("talks").as_array()[0].as_object()0 码力 | 143 页 | 736.91 KB | 5 月前3IstioCon 2021 Partner Packages
for China TZ Lightning talks ● 8 lightning talks of 10 minutes each for US TZ ● 4 for China TZ Tech Talks ● 14 tech talks of 40 minutes each for US TZ ● 6 Tech talks of 40 minutes each for representation 1. Social Media mentions of presenter and their company a. Keynotes: 2x b. Tech talks, lightning talks, workshops: 1x c. Event supporters: 2x 2. Screensaver / screen between sessions. This the companies offering swag. 4. Slack / event chat mentions: a. Keynotes: 1x b. Tech talks, lightning talks, workshops: 1x c. Event supporters: 1x 5. One shared mention at slack and social media0 码力 | 23 页 | 3.18 MB | 1 年前3Prometheus Deep Dive - Monitoring. At scale.
with storage v3 Staleness handling Remote read & write API is now stable-ish Links to in-depth talks about these features are at the end Richard Hartmann & Frederic Branczyk @TwitchiH & @fredbrancz Relevant talks Storing 16 Bytes at Scale: https://promcon.io/2017-munich/talks/staleness-in-prometheus-2-0/ Staleness and Isolation in Prometheus 2.0: https://promcon.io/2017-munich/talks/staleness-in-prometheus-2-0/ -in-prometheus-2-0/ Social aspects of change: https://promcon.io/2017-munich/talks/social-aspects-of-change/ Richard Hartmann & Frederic Branczyk @TwitchiH & @fredbrancz Prometheus Deep Dive Introduction0 码力 | 34 页 | 370.20 KB | 1 年前3可视化学习 Go 并发编程
5 黄庆兵 - 网易 bingohuang.com 并发 简单来说,并发是一种构造程序的方式 Concurrency is not Parallelism Slide (http://talks.golang.org/2012/waza.slide) 1. 并发很强大 2. 并发帮助实现并行,使并行(扩展等)变得容易 3. 并发不是并行,并发重点是架构,并行重点是执行,两者不同,但相关。 Sameer Ajmani (http://twitter.com/Sajma) (Google)的分享 “Advanced Go Concurrency Patterns” (https://talks.golang.org/2013/advconc.slide#43) 3. 乒乓球 - 2 个玩家 Go并发可视化 (/2017/go-concurrency-visualize/pingpong2 4. 素数筛-可视化 原型是 Daisy-Chain 模式,Rob Pike (https://github.com/robpike) 在他 2012年 的 golang talks (https://talks.golang.org/2012/concurrency.slide#39) 中有提到 Go并发可视化 (/2017/go-concurrency-visualize/primesieve0 码力 | 29 页 | 1.48 MB | 1 年前3Back To Basics Functions
and www.youtube.com/c/MikeShah 5Code for the talk ● Located here: https://github.com/MikeShah/Talks/tree/main/2023/cppcon/functions 6Abstract Functions are one of the first things programmers learn with generic types. ● Templates (and Concepts) are a big topic in C++ ○ I can again refer you to talks from the past and this current conference on the topic. 102Functions & State Understanding lifetime checking out more of CPPCON’s Back to Basics Talks ongoing this year and previous years (Keywords: Object-Oriented Programming, Lambdas, Templates) 115Talks on Coroutines ● Last year’s Cppcon Coroutines0 码力 | 123 页 | 7.26 MB | 5 月前3敏捷开发/侯馨然:Teambition 敏捷协作助力实现业务战略
dept talks to a person in another dept and makes the right thing happen, people are forced to talk to their manager who talks to their manager who talks to the manager in the other dept who talks to someone0 码力 | 24 页 | 5.29 MB | 1 年前3Back to Basics: The Factory Pattern
some ‘tutorial like’ or ‘more fundamental’ (i.e. like the back to the basics) talks on Design Patterns. ■ (Perhaps 1 or 2 talks like this a year--stay tuned and submit to future Cppcons!) ● So this probably some ‘tutorial like’ or ‘more fundamental’ (i.e. like the back to the basics) talks on Design Patterns. ■ (Perhaps 1 or 2 talks like this a year--stay tuned and submit to future Cppcons!) ● So this probably0 码力 | 93 页 | 3.92 MB | 5 月前3DEDUCING this PATTERNS
that Sy Brand and Barry Revzin are working on the same idea. We all join forces. May 2018: Gašper talks at C++Now about the paper.FIRST, AN ORIGIN STORY (and timeline of sorts) Mid 2013: I start playing that Sy Brand and Barry Revzin are working on the same idea. We all join forces. May 2018: Gašper talks at C++Now about the paper. June 2018: The paper is presented for the first time to WG21 in Rapperswil that Sy Brand and Barry Revzin are working on the same idea. We all join forces. May 2018: Gašper talks at C++Now about the paper. June 2018: The paper is presented for the first time to WG21 in Rapperswil0 码力 | 126 页 | 5.15 MB | 5 月前3
共 380 条
- 1
- 2
- 3
- 4
- 5
- 6
- 38
相关搜索词
YearsofTalkingtoPeopleTheImportanceGivingTalksinGolangWarsaw59基于mesos容器调度框架ExpressYourExpectationsFastCompliantJSONPullParserforWritingRobustApplicationsIstioCon2021PartnerPackagesPrometheusDeepDiveMonitoringAtscale可视可视化学习Go并发编程BackToBasicsFunctions敏捷开发侯馨然Teambition协作助力实现业务战略FactoryPatternDEDUCINGthisPATTERNS