Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
Filter
  • Newman, Sam  (34)
Datasource
Material
Language
Years
  • 1
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 23 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 November 20, 2020) , 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 3 hr., 16 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: While cloud isn’t a new technology, the move to the cloud has accelerated...and has become increasingly complex. Ops engineers need to build new skills and knowledge: What are the pain points of moving to the cloud, and how do security and safety change? And how do you give power to developers while still ensuring secure and reliable deployments? Join us for a Superstream on the cloud, with sessions covering everything from strategy to security and automation. About the Infrastructure & Ops Superstream Series: This five-part series of half-day online events details what you need to know to effectively manage existing legacy systems while migrating to modern, scalable, cost-effective infrastructures—with no interruption to your business. Each event day covers some of the most challenging and promising topics facing those working in infrastructure and operations today: continuous integration and delivery, cloud delivery, Kubernetes, microservices, and security. What you'll learn-and how you can apply it Understand how data works in the cloud See what tools work best for cloud native CI/CD Learn configuration management strategies to increase system robustness Discover strategies to help ensure a successful cloud native transformation Explore secret change management techniques and tools This Superstream is for you because... You’re a developer looking to better understand the skills needed to work on infrastructure in the cloud. You want to better understand cloud providers and security options. You work in a cloud native environment and want to understand how CI/CD tools work best with this extra complexity. You want to learn more about testing and automation in the cloud. Prerequisites Come with your questions Have a pen and paper handy to capture notes, insights, and inspiration Recommended follow-up: Read Practical Process Automation (book) Read Cultivating Cloud Outcomes (early release book) Read 97 Things Every Cloud Engineer Should Know (book) Read " Patterns for Development and Process " (chapter 9 in Cloud Native Transformation )
    Note: Online resource; Title from title screen (viewed April 7, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Japan, Inc. | Boston, MA : Safari
    ISBN: 9784873117607
    Language: English , Japanese
    Pages: 1 online resource (344 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: マイクロサービスとは、ThoughtWorks社のマーチン・ファウラーとジェームス・ルイスが最初に提唱したソフトウェアアーキテクチャです。モノリシック(一枚岩)なアーキテクチャを、ビジネス機能に沿って複数の小さい「マイクロサービス」に分割し、それらを連携させるアーキテクチャにすることで、迅速なデプロイ、優れた回復性やスケーラビリティといった利点を実現しようとするものです。本書は、マイクロサービスとは何か、その長所と短所、定義と概念、設計思想、アーキテクトの役割から、分割、デプロイ、テスト、監視、セキュリティといった個別の技術までを、マイクロサービスを採用しているNetflixやAmazonといった企業の事例を交えながら紹介します。
    Note: Online resource; Title from title page (viewed February 25, 2016) , 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., 19 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: The main reason to pick a microservice architecture is the ability to change things independently. It means getting fixes and updates to software live more quickly, but it can also help improve your organizational autonomy. In these sessions you’ll learn how microservices allow you to own more of the lifecycle of your software, create more products, and get them out faster.
    Note: Online resource; Title from title screen (viewed July 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (38 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Microservices have become an increasingly popular architecture choice over the past five years. With the ability to deliver software faster and support newer technologies, these independently releasable services give software architects, programmers, and developers more freedom to react, make different decisions, and respond faster to change. In this report, you'll explore the benefits of microservices and their limitations. You'll learn what microservices are, how they work, and why this approach is different than other ways of decomposing your architecture. Author Sam Newman ( Building Microservices , Monolith to Microservices ) explains that while many companies have shown how effective microservices can be, this architecture also adds a lot of complexity to your system. This report helps you determine if microservices are right for your organization. Learn the key concepts of a microservices architecture Examine microservice advantages, including robustness, scaling, and ease of deployment Contrast microservices with single-process, modular, and distributed monoliths Explore enabling technologies such as containers and Kubernetes, streaming, public cloud, and serverless Understand microservice pain points: technology overhead, monitoring and troubleshooting, security, and data consistency Learn situations where microservices work well-and situations where they don't
    Note: Online resource; Title from title page (viewed December 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (400 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Distributed systems have become more fine-grained as organizations shift from code-heavy monolithic applications to smaller, self-contained microservices. But developing these systems brings its own set of problems. With lots of examples and practical advice, this expanded second edition takes a holistic view of the topics system architects and administrators must consider when building, managing, and evolving microservices architectures. Author Sam Newman provides you with a firm grounding in the concepts while diving into the latest solutions for modeling, integrating, testing, deploying, and monitoring your own autonomous services. Through real-world examples, you'll learn how organizations worldwide are getting the most out of these architectures. Microservices technologies are moving quickly. This book brings you up to speed. Get new information on user interfaces, container orchestration, and serverless Use microservices to align system design with your organization's goals Explore options for integrating a service with the rest of your system Take an incremental approach when splitting monolithic codebases Deploy individual microservices through continuous integration Examine the complexities of testing and monitoring distributed services Manage security with expanded content around user-to-service and service-to-service models Understand the challenges of scaling microservices architectures
    Note: Online resource; Title from title page (viewed July 25, 2021) , 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., 32 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: This four-part series of half-day online events, hosted by chair Sam Newman, covers the most challenging and promising topics facing those working in infrastructure and operations today: Site reliability engineering Security Kubernetes Microservices Site reliability engineering (SRE) is the practice of ensuring a company's digital assets remain stable, performant, and resilient. Given that all companies rely on a digital presence these days, SRE is becoming increasingly vital to the engineering teams supporting the sites- and ultimately the business. In this edition of the O'Reilly Infrastructure & Ops Superstream Series, Liz Fong-Jones, Eric Zielinski, Jason Patterson, Debbie Wood and Randy Shoup introduce you to SRE concepts and best practices so that you can learn how to put them to work in your organization. About the presenters: After spending time at multiple startups and 12 years at ThoughtWorks, Sam Newman is now an independent consultant. Specializing in microservices, cloud, and continuous delivery, Sam helps clients deliver software faster and more reliably through training and consulting. Sam is an experienced speaker who has spoken at conferences across the world and is the author of Building Microservices _and _Monolith to Microservices both from O'Reilly. Sam is also chair of the O'Reilly Infrastructure & Ops Superstream Series. Liz Fong-Jones is a developer advocate, labor and ethics organizer, and site reliability engineer (SRE) with 16+ years of experience. She's an advocate at Honeycomb for the SRE and observability communities and previously was an SRE working on products ranging from the Google Cloud Load Balancer to Google Flights. She lives in Brooklyn with her wife Elly, metamours, and a Samoyed-golden retriever mix and in San Francisco and Seattle with her other partners. She plays classical piano, leads an EVE Online alliance, and advocates for transgender rights as a board member of the National Center for Transgender Equality. Eric Zielinski leads the cloud delivery organization at Nationwide, where his teams are responsible for cloud infrastructure, containers, security, and site reliability. With over 20 years of industry experience leading advanced infrastructure operations, engineering, and cybersecurity, Eric is in his 15th year at Nationwide where he has worked across the company to deliver a portfolio of products and technologies including cloud platforms, security automation, self-service adoption, and DevOp...
    Note: Online resource; Title from title screen (viewed June 29, 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., 34 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. In Part 1, Software Architecture Fundamentals, the sessions give you a solid grasp of the fundamentals, preparing you to implement the strategies that will help your organization increase performance, reduce costs, manage complexity, build in resilience and scalability, and speed time to market. The four sessions from Rebecca Parsons, Nathaniel Schutta, Mark Richards and Sam Newman provide insight, advice, and essential knowledge you need to transition from developer to architect. About the presenters: Neal Ford is a director, software architect, and meme wrangler at ThoughtWorks, a software company and a community of passionate, purpose-led individuals who think disruptively to deliver technology to address the toughest challenges, all while seeking to revolutionize the IT industry and create positive social change. He's an internationally recognized expert on software development and delivery, especially in the intersection of Agile engineering techniques and software architecture. Neal has authored seven books (and counting), a number of magazine articles, and dozens of video presentations and spoken at hundreds of developers conferences worldwide. His topics include software architecture, continuous delivery, functional programming, cutting-edge software innovations, and a business-focused book and video on improving technical presentations. Check out his website, Nealford.com. Rebecca Parsons is CTO at ThoughtWorks. Rebecca has more than 30 years' experience leading the creation of large-scale distributed, services-based applications and the integration of disparate systems. Previously, she was an assistant professor of computer science at the University of Central Florida and a director's postdoctoral fellow at the Los Alamos National Laboratory. Rebecca's interests include parallel and distributed computation, programming languages, domain-specific languages, evolutionary architecture, genetic algorithms, and computational scien...
    Note: Online resource; Title from title screen (viewed June 18, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    ISBN: 0636920675648
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 11 min.)
    Edition: 1st edition.
    DDC: 005.8
    Keywords: Electronic videos
    Abstract: Observability-a measure of how well internal states of a system can be inferred from its outputs-is crucial for engineering, managing, and improving complex business-critical systems. Join us to learn how observability can help any software engineering team gain a deeper understanding of system performance, so you can perform ongoing maintenance and ship the features your customers need. About the Infrastructure & Ops Superstream Series: This four-part Superstream series guides you through what you need to know about modernizing your organization's infrastructure and operations, with each event day covering different topics and lasting no more than four hours. They're packed with the expert insights, skills, and tools that will help you effectively manage existing legacy systems while migrating to modern, scalable, cost-effective infrastructures-with no interruption to your business. What you'll learn and how you can apply it Gain a deeper understanding of system performance so you can perform ongoing maintenance and ship the features your customers need Understand how to build an observability-driven development practice Discover how your production services are really performing right now This recording of a live event is for you because... You're a developer who wants to learn the basics of observability and how to use it in your system. You want to better understand how observability can be used with data. You want to know what the future holds for observability and infrastructure and operations. Recommended follow-up: Read Observability Engineering (book) Read Kubernetes Security and Observability (book) Watch Observability at Google (video) Read Linux Observability with BPF (book) (Watch Case Study: How Lightstep Implemented Observability (recorded event)).
    Note: Online resource; Title from title screen (viewed January 12, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Helion | Boston, MA : Safari
    ISBN: 9788328367234
    Language: English , Polish
    Pages: 1 online resource (232 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Mikrousługi są relatywnie świeżą koncepcją w świecie systemów IT, mimo to coraz więcej organizacji decyduje się na wdrażanie opartej na nich architektury. Uznaje się, że zapewnia ona wówczas lepszą skalowalność, łatwość łączenia poszczególnych niezależnych elementów, a przede wszystkim możliwość szybszej reakcji na zmiany i skuteczniejsze wdrażanie nowych funkcjonalności. Zanim jednak organizacja da się skusić tymi obietnicami, powinna gruntownie przeanalizować swoją sytuację i decyzję o ewentualnej migracji systemu oprzeć na racjonalnych przesłankach. Konieczne jest również opracowanie planu takiego przejścia, zwłaszcza jeśli nie można sobie pozwolić na dłuższe przestoje w działalności.
    Note: Online resource; Title from title page (viewed June 25, 2020) , Mode of access: World Wide Web.
    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...