Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
  • Hightower, Kelsey  (10)
  • [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc.  (10)
  • [Place of publication not identified] : Apress
  • 1
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (320 pages)
    Edition: 3rd edition
    DDC: 004/.36
    Keywords: Electronic data processing Distributed processing ; Application software Development ; Open source software ; Electronic books
    Abstract: In just five years, Kubernetes has radically changed the way developers and ops personnel build, deploy, and maintain applications in the cloud. With this book's updated third edition, you'll learn how this popular container orchestrator can help your company achieve new levels of velocity, agility, reliability, and efficiency—whether you're new to distributed systems or have been deploying cloud native apps for some time. Brendan Burns, Joe Beda, Kelsey Hightower, and Lachlan Evenson—who have worked on Kubernetes at Google and beyond—explain how this system fits into the life cycle of a distributed application. Software developers, engineers, and architects will learn ways to use tools and APIs to automate scalable distributed systems for online services, machine learning applications, or even a cluster of Raspberry Pi computers. This guide shows you how to: Create a simple cluster to learn how Kubernetes works Dive into the details of deploying an application using Kubernetes Learn specialized objects in Kubernetes, such as DaemonSets, jobs, ConfigMaps, and secrets Explore deployments that tie together the lifecycle of a complete application Get practical examples of how to develop and deploy real-world applications in Kubernetes
    Note: Online resource; Title from title page (viewed August 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 24 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Python is the most popular language for data science and machine and deep learning, and it’s become a favorite among web developers due to its versatility, vast library ecosystem, and high-performance applications. Python's many new features will ensure it remains the language of choice for these robust communities, even as we approach its 30-year anniversary. Join members of the Python community as they share expert perspectives on topics ranging from machine learning to microservices. Discover how to implement Python’s newest features to optimize performance and take your Python code to the next level. About the OSCON Superstream Series: Each day in the four-part OSCON Superstream Series covers a different programming language and its ecosystem, with unique sessions including keynotes from language luminaries, debates on controversial topics, and hands-on coding talks. And they’re packed with insights from innovators and the latest tools and technologies to help you stay ahead of it all. What you'll learn-and how you can apply it Explore Python’s newest features Understand how Python can be applied in machine learning Learn how to use gRPC with polyglot technologies including Python Implement Python’s newest features to optimize performance This Superstream is for you because... You’re a Python developer looking to improve your skills and awareness of new practices and technologies. You’re a developer in another programming language and are curious about how Python can improve the performance of your applications. You’re an experienced developer who wants to learn new tools and techniques from expert programmers and software developers. Prerequisites: ,/p〉 Come with your questions Have a pen and paper handy to capture notes, insights, and inspiration
    Note: Online resource; Title from title screen (viewed February 3, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 50 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Java’s been around for over a quarter of a century now, but it remains dominant in the world of programming due to its portability, speed, and security. Yet with today’s increased reliance on cloud computing and distributed systems, the language must keep changing to keep pace. In this Superstream event, Java Champions and other experts offer perspectives on topics from concurrency to functional programming, giving insight into how Java is keeping up with the cloud and beyond.
    Note: Online resource; Title from title screen (viewed July 29, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 29 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Known for its speed and multithreading support—and its more than four decades of powerful application development—C++ remains one of the most popular languages for a wide range of applications from banking and trading to advanced software development. And the language continues to evolve. Join us for four hours of expert-led sessions on the changes that C++20 will bring and explore the modern features that’ll ensure that C++ will continue to play an integral role in almost all the applications we use and and remain an ideal choice for creating complex open source projects. About the Open Source Software Superstream Series: Each day in the four-part OSCON Superstream Series covers a different programming language and its ecosystem, with unique sessions including keynotes from language luminaries, debates on controversial topics, and hands-on coding talks. And they’re packed with insights from innovators and the latest tools and technologies to help you stay ahead of it all. What you’ll learn and how you can apply it Explore the latest features of C++20 Dive into high-performance programming with C++ Discover how to extend C++ with WebAssembly Learn how to implement CRTP for library design and implementation This recording of a live event is for you because… You’re a C++ developer looking to improve your awareness of and skills with new practices and technologies. You’re a developer in another programming language and are curious about how you can use C++ for your open source projects. You’re an experienced developer who wants to learn new tools and techniques from expert programmers and software developers. Recommended follow-up: Take C++ Essentials: Templates (live online training course with Klaus Iglberger) Take C++ Essentials: STL Algorithms (live online training course with Klaus Iglberger) Read Effective Modern C++ (book) Read C++ Crash Course (book) Experiment with the C++ Sandbox
    Note: Online resource; Title from title screen (viewed October 14, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 54 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Go is now over a decade old, but that doesn’t mean it’s showing its age. As open source projects across industries have adopted Go, the language has continued to grow and change to meet their needs. Recent and forthcoming additions to the language, such as generics and modules, will alter Go programming dramatically. What do these developments mean for adoption? (Why, for example, is Go the language chosen by so many CNCF projects?) And what features do expert Go developers see as the backbone of the future of programming? Join us to hear expert insight into how the Go language is changing open source development, what makes it right for so many open source projects, and how developers can use Go’s unique new features to build secure, reliable, and efficient applications. About the OSCON Superstream Series: Each day in the four-part OSCON Superstream Series covers a different programming language and its ecosystem, with unique sessions including keynotes from language luminaries, debates on controversial topics, and hands-on coding talks. And they’re packed with insights from innovators and the latest tools and technologies to help you stay ahead of it all. What you'll learn-and how you can apply it Learn how best to approach using generics in Go code Discover how to extend Go applications Understand techniques for working in someone else’s codebase Find out what to do when concurrency goes wrong in your Go applications This Superstream is for you because... You’re a Go developer who wants to learn how newer features such as generics will affect your code and applications. You’re a software developer interested in learning more about Go as a language for developing tools, web services, or working with distributed systems. You’re an engineer, developer, or DevOps specialist looking to understand how Go is shaping observability and container management. Prerequisites Come with your questions Have a pen and paper handy to capture notes, insights, and inspiration Recommended follow-up: Take Introduction to the Go Programming Language (live online training course with Jay McGavren) Explore Understand Go (expert playlist by Jay McGavren) Read Head First Go (book) Read Concurrency in Go (book) Read Learning Go (early release book) Read Cloud Native Go (early release book) Read The Go Programming Language (book) Play in the interactive Go Sandbox
    Note: Online resource; Title from title screen (viewed April 29, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 55 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: This three-part series of half-day online events, hosted by chair Neal Ford, focuses on the hottest topics in software architecture—including microservices, essential architecture principles, and event-driven architecture and domain-driven design—giving you the insights to keep pace with what’s next while still accommodating legacy needs. Both seasoned software architects and those looking to break into the field will learn new skills and the latest information on the tools and technologies they need to succeed. This is part 2 of the series, Microservices, where you will meet instructors Kelsey Hightower, Indu Alagarsamy, Rebecca Parsons, Sofia Tania, and Gwen Shapira.
    Note: Online resource; Title from title screen (viewed September 23, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 18 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Kubernetes radically changed the way applications are built and deployed in the cloud. Since its introduction in 2014, this container orchestrator has become one of the largest and most popular open source projects in the world. These sessions will show you how Kubernetes and container technology can help you achieve new levels of velocity, agility, reliability, and efficiency. What you'll learn-and how you can apply it Explore Kubernetes fundamentals Understand what to focus on during your first few weeks with Kubernetes Learn what’s different in a VM-based world and what’s remained largely the same See what’s coming next for Kubernetes This Superstream is for you because... You’re a developer looking to get started with Kubernetes You use Kubernetes and want to learn more about what’s coming next You want to become well-versed in the foundations and best practices of Kubernetes Prerequisites: Come with your questions Have a pen and paper handy to capture notes, insights, and inspiration Recommended follow-up: Read Programming Kubernetes (book) Read Kubernetes Best Practices (book) Read Kubernetes Up and Running, second edition (book) Take Kubernetes in Three Weeks—Parts I and II (live online training courses with Jonathan Johnson)
    Note: Online resource; Title from title screen (viewed October 23, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 33 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: This three-part series of half-day online events gives attendees an overarching perspective of software development from which to make decisions that strengthen and grow companies and industries, a deep knowledge of key open source technologies to make it happen, and a community in which both they and their companies can thrive. In Part 1, Live Coding-Go, Rust, and Python, we wanted to get deeper into actual coding, and one way to do that was to outlaw slides. That's right, these sessions all incorporate live-coding. These four sessions from Ellen Körbes, John Walicki, Nathan Stocks, and Reuven Lerner will walk you through coding best practices and new ways of getting the most out of languages like Python, Go, and Rust. This event is sponsored by IBM, and features spotlights on Kode With Klossy and the Eclipse Foundation. About the presenters: Rachel Roumeliotis is vice president of content strategy at O'Reilly, where she leads an editorial team that covers a wide variety of programming topics ranging from full stack to open source in the enterprise to emerging programming languages. She's been a programming chair for the O'Reilly OSCON, Fluent, Strata, Software Architecture, and Security Conferences. She's currently the programming chair for the OSCON and Strata Data & AI Superstream Series on O'Reilly online learning. She's been working in technical publishing for 10 years, acquiring content in many areas including mobile programming, UX, computer security, and AI. Kelsey Hightower has worn every hat possible throughout his career in tech and enjoys leadership roles focused on making things happen and shipping software. Kelsey is a strong open source advocate focused on building simple tools that make people smile. When he isn't slinging Go code, you can catch him giving technical workshops covering everything from programming to system administration. Ellen Körbes ran DevRel at both Tilt and Garden-two of the very few companies 100% focused on the development experience side of Kubernetes. They got their start building Kubernetes CLI tooling under SIG-CLI. They've since spoken about Go and Kubernetes at many world-famous events. Tara Tran is the manager of recruitment and instruction, and Mehreen Butt is an instructor at Kode With Klossy. John Walicki is the CTO for edge/IoT advocacy in the Developer Ecosystem Group within the IBM Cognitive Applications Group, where he helps developers create custom IoT and embedded Linux solutions for thei...
    Note: Online resource; Title from title screen (viewed June 24, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 36 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Watch the OSCON Live Coding-Go, Rust, and Python event here. This three-part series of half-day online events gives attendees an overarching perspective of software development from which to make decisions that strengthen and grow companies and industries, a deep knowledge of key open source technologies to make it happen, and a community in which both they and their companies can thrive. In part 2, Cloud Strategies and Implementation, we wanted to explore the cloud. In the blink of an eye, the cloud has become a pillar of software development. And big vendors, including Amazon, Microsoft, and Google, keep pushing the envelope, adding more and more services. Join us to learn how cloud strategies and their implementation can impact your business. This event is sponsored by Capital One and features spotlights on the Open Source Initiative and the Python Software Foundation. About the presenters: Rachel Roumeliotis is vice president of content strategy at O'Reilly, where she leads an editorial team that covers a wide variety of programming topics ranging from full stack to open source in the enterprise to emerging programming languages. She's been a programming chair for the O'Reilly OSCON, Fluent, Strata, Software Architecture, and Security Conferences. She's currently the programming chair for the OSCON and Strata Data & AI Superstream Series on O'Reilly online learning. She's been working in technical publishing for 10 years, acquiring content in many areas including mobile programming, UX, computer security, and AI. Kelsey Hightower has worn every hat possible throughout his career in tech and enjoys leadership roles focused on making things happen and shipping software. Kelsey is a strong open source advocate focused on building simple tools that make people smile. When he isn't slinging Go code, you can catch him giving technical workshops covering everything from programming to system administration. Forrest Brazeal is an enterprise cloud architect, speaker, and community advocate. Currently a senior manager at A Cloud Guru, he spent years designing applications for the cloud at Infor and Trek10. One of the original AWS Serverless Heroes, Forrest was also named one of Jefferson Frank's "Top 7 Global AWS Experts" in 2019. His first book, The Read-Aloud Cloud, is coming from Wiley in 2020. Josh Simmons is the president of the Open Source Initiative. John Mark Walker is the director of the Open Source Program Office at Capital One. Previo...
    Note: Online resource; Title from title screen (viewed July 29, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (275 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Kubernetes radically changes the way applications are built and deployed in the cloud. Since its introduction in 2014, this container orchestrator has become one of the largest and most popular open source projects in the world. The updated edition of this practical book shows developers and ops personnel how Kubernetes and container technology can help you achieve new levels of velocity, agility, reliability, and efficiency. Kelsey Hightower, Brendan Burns, and Joe Beda—who’ve worked on Kubernetes at Google and beyond—explain how this system fits into the lifecycle of a distributed application. You’ll learn how to use tools and APIs to automate scalable distributed systems, whether it’s for online services, machine learning applications, or a cluster of Raspberry Pi computers. Create a simple cluster to learn how Kubernetes works Dive into the details of deploying an application using Kubernetes Learn specialized objects in Kubernetes, such as DaemonSets, jobs, ConfigMaps, and secrets Explore deployments that tie together the lifecycle of a complete application Get practical examples of how to develop and deploy real-world applications in Kubernetes
    Note: Online resource; Title from title page (viewed October 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...