Jib Kubecon 2018 Talk
Understanding Docker cache mechanism and quirks Have elevated privileges to run Docker daemon saturnism.me/talk/docker-tips-and-tricks github.com/GoogleContainerTools/jib Containerizing with Docker Project JAR .. github.com/GoogleContainerTools/jib github.com/GoogleContainerTools/distroless saturnism.me/talk/docker-tips-and-tricks github.com/GoogleContainerTools/skaffold0 码力 | 90 页 | 2.84 MB | 1 年前3eBPF Summit 2020 Lightning Talk
? ? In This Talk… • Different “types” of BPF programs • Write BPF programs in Rust • Add new feature in RedBPF • Use BPF maps to make stateful decisions • Load the program and protect the Rabbit(MQ) RedBPF a try! Contributions welcome! Takk! Code: https://github.com/aquarhead/protect-the-rabbit Talk to me: aquarhead@gmail.com / @aquarhead https://aqd.is0 码力 | 22 页 | 1.81 MB | 1 年前3Facebook -- TVM AWS Meetup Talk
0 码力 | 11 页 | 3.08 MB | 5 月前3Common Package Specification: Getting Build Tools to Talk to Each Other
A Common Package Specification: Getting Build Tools to Talk to Each Other Lessons Learned From Making Thousands of Binaries Consumable by Any Build System Diego Rodriguez-Losada @ CppCon 2023Outline0 码力 | 94 页 | 1.58 MB | 5 月前3百度APP基于Istio实现基础架构升级 - lightning talk - MichaelXu
0 码力 | 9 页 | 2.20 MB | 1 年前3Algorithmic Complexity
@ CppCon 2021 Why this talk? 2Algorithmic Complexity @ CppCon 2021 Why this talk? Performance is the name of the game 3 Algorithmic Complexity @ CppCon 2021 Why this talk? Performance is the name But there is still important stuff that might be overlooked Why this talk? 5 Algorithmic Complexity @ CppCon 2021 Why this talk? Performance is the name of the game You all (hopefully) know that O(n) still important stuff that might be overlooked And… 6Algorithmic Complexity @ CppCon 2021 Why this talk? Performance is the name of the game You all (hopefully) know that O(n) is better than O(n2) But0 码力 | 52 页 | 1.01 MB | 5 月前3Back to Basics: The Factory Pattern
there is a common pattern that can help solve this problem--the factory design pattern. In this talk, we are going to discuss a creational design pattern known as a factory. The pattern can be as simple and discuss which scenarios you may not actually want to use a factory. Attendees will leave this talk with the knowledge to go forward and implement the factory pattern, as well as how to spot the factory already be working on! 4 The abstract that you read and enticed you to join me is here!Code for the talk Available here: https://github.com/MikeShah/cppcon2021 5Who Am I? by Mike Shah ● Assistant Teaching0 码力 | 93 页 | 3.92 MB | 5 月前3Constructing Generic Algorithms
TESTING Now that we have a first draft working algorithm, let's talk about testing. Now that we have a first draft working algorithm, let's talk about testing. What are some test cases we'd want to write TESTING Now that we have a first draft working algorithm, let's talk about testing. Now that we have a first draft working algorithm, let's talk about testing. What are some test cases we'd want to write TESTING Now that we have a first draft working algorithm, let's talk about testing. Now that we have a first draft working algorithm, let's talk about testing. What are some test cases we'd want to write0 码力 | 145 页 | 8.44 MB | 5 月前3Regular, Revisited
contracts for functions and algorithms will result in unexpected behavior for the caller. This talk will explore the relation between Regular types (plus other concepts) and STL constructs, with examples Ciura | @ciura_victor - Regular, Revisited 16 Slide Title Why are we talking about this ? This talk is not just about Regular types A moment to reflect back on STL and its design principles, as Regular, Revisited 17 Slide Title This talk is not just about Regular types2023 Victor Ciura | @ciura_victor - Regular, Revisited 17 Slide Title This talk is not just about Regular types Values20230 码力 | 180 页 | 19.96 MB | 5 月前3Back to Basics: Pointers
is what many beginners take away when first learning about pointers and the C++ language. In this talk, we will discuss the low level foundations of what a raw pointer is--a variable that stores an address raw pointers and syntax: * (asterisk), .(dot) , -> (arrow). By the end of the first portion of the talk, we will find pointers are not scary, but just another tool we can use in our programmers’ toolbox pointer abstractions. 4 The abstract that you read and enticed you to join me is here!Code for the talk ● Located here: https://github.com/MikeShah/cppcon2021 5Who Am I? by Mike Shah ● Assistant Teaching0 码力 | 152 页 | 5.61 MB | 5 月前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100