Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
  • 1
    Language: English
    Pages: 1 online resource (1 video file (3 hr., 29 min.)) , sound, color.
    Edition: [First edition].
    DDC: 004.2/2
    Keywords: Computer architecture ; Computer software Development ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Microservices--an approach to distributed systems that promotes the use of finely grained services that can be changed, deployed, and released independently--have reached a level of maturity within the software development ecosystem. (And tools and engineering practices have evolved in tandem to make distributed development easier.) Microservices work incredibly well for organizations that are moving toward more loosely coupled systems, with autonomous teams delivering user-facing functionality. Beyond this, microservices provide a huge number of options for building out systems, giving you the flexibility to ensure your system can change to meet the needs of your users. But while microservices simplify business logic, they bring increased complexity (even for experienced developers), in areas like networking, security, communication styles, team structure, and more. Join us for expert-led sessions that will demystify this complexity, covering the tools, patterns, techniques, engineering practices, and other pieces that will allow microservices development teams to rocket to the next level. What you'll learn and how you can apply it Understand how observability can help keep your microservices running smoothly Explore contract-driven development and learn how it can help you identify compatibility issues earlier in the development lifecycle Discover how Twitch moved from a monolith to microservices This recording of a live event is for you because... You're a software architect or developer working on or thinking about working on a microservices-style architecture and want to learn best practices for deploying microservices. You want to effectively leverage the benefits microservices bring. Recommended follow-up: Listen to Microservices Patterns (audiobook) or read the book Read Building Microservices, second edition (book) Watch The Principles of Microservices (video) Please note that slides or supplemental materials are not available for download from this recording. Resources are only provided at the time of the live event.
    Note: Online resource; title from title details screen (O'Reilly, viewed April 24, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (33 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: As your organization adopts microservices, you also need a service mesh, the infrastructure layer that handles interservice communication in microservice architectures. This seminal book provides patterns and operational best practices to help you deploy and use service meshes in a way that meets your company's goals and needs. Developers face a wide range of choices today: which service mesh to use, which features to deploy, and the best ways to exploit and deploy those features. Whether you're investigating service meshes or already use one, authors Lee Calcote and Nic Jackson provide universal patterns applicable to any service mesh: Istio, Linkerd, Consul, App Mesh, and more. Get a vendor-neutral perspective on where each mesh shines (and perhaps, doesn't) Understand how service meshes benefit developers, operators, and service owners differently Determine whether you're running your mesh effectively Avoid service mesh lock-in through use of service mesh abstractions Learn common deployment patterns for implementing a specific service mesh function Use configuration best practices to avoid common pitfalls Explore federation of service mesh deployments and other service mesh types As microservices proliferate your environment, fear not: service meshes are here to manage your service sprawl. This book shows you how.
    Note: Online resource; Title from title page (viewed May 25, 2022) , 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., 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 ...
  • 4
    ISBN: 9781786469793 , 1786469790
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Go (Computer program language) ; Web site development ; Application software ; Development ; Web servers ; Electronic books ; Electronic books ; local
    Abstract: Your one-stop guide to the common patterns and practices, showing you how to apply these using the Go programming language About This Book This short, concise, and practical guide is packed with real-world examples of building microservices with Go It is easy to read and will benefit smaller teams who want to extend the functionality of their existing systems Using this practical approach will save your money in terms of maintaining a monolithic architecture and demonstrate capabilities in ease of use Who This Book Is For You should have a working knowledge of programming in Go, including writing and compiling basic applications. However, no knowledge of RESTful architecture, microservices, or web services is expected. If you are looking to apply techniques to your own projects, taking your first steps into microservice architecture, this book is for you. What You Will Learn Plan a microservice architecture and design a microservice Write a microservice with a RESTful API and a database Understand the common idioms and common patterns in microservices architecture Leverage tools and automation that helps microservices become horizontally scalable Get a grounding in containerization with Docker and Docker-Compose, which will greatly accelerate your development lifecycle Manage and secure Microservices at scale with monitoring, logging, service discovery, and automation Test microservices and integrate API tests in Go In Detail Microservice architecture is sweeping the world as the de facto pattern to build web-based applications. Golang is a language particularly well suited to building them. Its strong community, encouragement of idiomatic style, and statically-linked binary artifacts make integrating it with other technologies and managing microservices at scale consistent and intuitive. This book will teach you the common patterns and practices, showing you how to apply these using the Go programming language. It will teach you the fundamental concepts of architectural design and RESTful communication, and show you patterns that provide manageable code that is supportable in development and at scale in production. We will provide you with examples on how to put these concepts and patterns into practice with Go. Whether you are planning a new application or working in an existing monolith, this book will explain and illustrate with practical examples how teams of all sizes can start solving problems with microservices. It will help you unders...
    Note: Description based on online resource; title from title page (Safari, viewed August 14, 2017)
    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...