Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
Filter
  • Safari, an O’Reilly Media Company.  (40)
  • [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc.  (40)
  • Electronic videos  (40)
Datasource
Material
Language
Years
  • 1
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: To meet the critical needs of modern business, software must now be able to react quickly to changes, allowing new features to be conceived, developed, and put into production rapidly. This requirement to respond fluently to changes has an important impact upon the architecture of a software system: software has to be built in such a way that it’s able to adapt to unexpected changes in features and can be regularly revised and refactored to meet a product’s goals. Join us for a special conversation with Neal Ford and software development thought leader and ThoughtWorks chief scientist Martin Fowler. They’ll explore the interplay between the shift toward Agile thinking and the technical patterns and practices that make Agile software development practical. While the specifics of technology can change rapidly, the fundamental best practices and patterns you’ll learn are more stable and will allow you to respond more fluently to changes. Neal and Martin spend a few minutes covering the trends in software architecture that are driving the need for change, then tell you what you need to know to stay ahead of the curve. What you’ll learn and how you can apply it Learn how to make Agile software development practical See what’s coming next with software architecture This recording of a live event is for you because… You want to better understand what you can do to improve your software architecture. You want to discover ways to adapt to unexpected changes in features. Recommended follow-up: Read Refactoring: Improving the Design of Existing Code (book) Read Patterns of Enterprise Application Architecture (book) Read Software Architecture: The Hard Parts (book) Read Fundamentals of Software Architecture (book) Take Software Architecture by Example (live online training course with Mark Richards and Neal Ford) Take Comparing Software Architectures (live online training course with Mark Richards and Neal Ford)
    Note: Online resource; Title from title screen (viewed January 6, 2022) , Mode of access: World Wide Web.
    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 (1 video file, approximately 59 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: As the craft of creation continues to evolve and require more strategic thinking, we must also evolve our mindset and tools to address today’s greatest political, social, environmental, and cultural challenges. Futures design and thinking provides a set of tools that can prepare us for the ever-changing landscape of the future and enable us to better assess the challenges of emerging technologies, climate change, and the implications of dynamic social structures. In this edition of Radar Talks, Design Futures Initiative founder Phil Balagtas takes a deep dive into the futures design and thinking methodology. You’ll learn how to use futures thinking as a strategic tool to uncover threats and opportunities on the near and distant horizon. Recorded on January 10, 2022. See the original event page for resources for further learning or watch recordings of other past events . The O’Reilly Radar Talks series brings you expert opinions on emerging topics through hour-long interactive events. In conversation with some of the industry’s top minds, you’ll look at the early signals indicating significant trends and new technologies that will shape the future—and discover how to begin forging these technologies now. Share your own predictions and ask your questions while gaining insight into our experts’ unique outlooks for the future.
    Note: Online resource; Title from title screen (viewed January 10, 2022) , 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 Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Facing rapid growth and competition in its online business, Pinterest tech stacks demanded large-scale stateful online processing technology to unlock multiple top initiatives. From lambda functions like micro services to Kafka Stream and Spark streaming, Pinterest explored all of these options and decided to go with a single open source stream processing platform, powered by Apache Flink. Starting from a legacy batch-only data stack and varying levels of expertise among the user team, Pinterest’s stream processing platform has evolved in multiple stages into a reliable platform that enables data-driven products and timely decision making. In the first stage, facing the demand of running large stateful applications, we built connectors that worked with Pinterest infrastructure, and streamlined user education with embedded training to fine tune each use case. In the next stage, we onboarded ads real-time ingestion which predict user match with 50% + accuracy in near real time. We also onboarded tier 1 advertiser spend unified calculation that has very stringent SLO in a very tight timeline. As the platform grew, we had to build a more scalable way to offer non-stream processing or infrastructure background engineered to unblock real-time machine learning use cases. Thus, reprocess, backfill source, live debugging automation, verification, and deployment automation, as well as a dependency injection based job editor, were built into the platform and became widely adopted, empowering a large number of jobs to production in a relatively small amount of time. Eventually, features like unified shopping catalog indexing, content safety and trust, as well as deduplicate 4b+ images on the platform in near real-time were built and launched. And with additional investment in technology and ecosystem teams, Pinterest’s stream processing platform is accelerating transforming machine learning use cases, online processing, and data warehousing into near real-time. This case study reviews how Pinterest chose Apache Flink as the technology behind its stream processing platform, how the platform enabled critical use cases and a user base that scaled out and evolved along with product innovation, and lessons learned in implementing and developing this platform. What you will learn—and how to apply it By the end of this case study the viewer will understand: How and why Pinterest chose Apache Flink over other stream processing offerings How Pinterest uses stream ...
    Note: Online resource; Title from title screen (viewed January 14, 2022) , 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., 12 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Just as developers use design patterns in software development, architects use architecture patterns to define the characteristics and shape of the architecture of a system. Using the right architecture pattern is critical because once in place the architecture is very hard to change. Using the wrong architecture pattern (or no pattern at all) can be a very costly mistake, resulting in an architecture that may not work. But how do you decide which pattern to use? Join us for four hours of sessions on some of the most popular and useful architectural patterns and how to implement them at your organization. About the Software Architecture Superstream Series: This five-part series of half-day online events focuses on the hottest topics in software architecture, 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. What you’ll learn and how you can apply it Understand the similarities and differences between architecture patterns and design patterns Learn how to use patterns in microservices-style architectures Get a glimpse of the future of event-driven architectures and patterns This live event is for you because… You're a senior-level developer who wants to make the move to architect. You're a practicing software architect who wants to hone your skills and learn new software architecture techniques and practices. You want to better understand how to use patterns to improve your software architecture. Recommended follow-up: Listen to Microservices Patterns (audiobook) or read the book Read Software Architecture Patterns (report) Watch Software Architecture Fundamentals (video) Read Building Micro-Frontends (early release book) Read Fundamentals of Software Architecture (book) Watch Introduction to Cloud Native Architecture Patterns (video)
    Note: Online resource; Title from title screen (viewed January 26, 2022) , 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 (1 video file, approximately 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: We’ve all worked with architects—some are good, and some that could be better. But what exactly are the traits of a good architect? What skills and qualities should you focus on to become a very good one? Join us for a special conversation with Neal Ford and Agile Developer Inc. founder Venkat Subramaniam. They’ll explore the traits of a good architect and share some tips that will make the journey to become a successful architect a pleasant one. Whether you’re already an architect or you aspire to become one, you’re sure to gain valuable insights that will help you boost your skills. What you’ll learn and how you can apply it Learn how to make Agile software development practical See what the future looks like for software development This recording of a live event is for you because… You want to learn about how to become a more effective architect. You want to improve your skills as an architect. You want to learn how to best adapt to unexpected changes in features. Recommended follow-up: Read Fundamentals of Software Architecture (book) Read Software Architecture: The Hard Parts (book) Take Hands-On Software Design (live online training course with Venkat Subramaniam) Take Architecture: The Hard Parts (live online training course with Mark Richards and Neal Ford)
    Note: Online resource; Title from title screen (viewed February 3, 2022) , Mode of access: World Wide Web.
    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 (1 video file, approximately 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Service-level objectives (SLOs) are a key component of the service-level agreement (SLA) between your business and your customers. SLOs define the level of service you’ve agreed to provide and offer a means to measure that service. As such, they’re critical for ensuring reliability...if used correctly. Join us for a special conversation on SLOs with Sam Newman and site reliability engineer Alex Hidalgo. You’ll learn how to build an SLO-based approach to reliability at your own organization as you explore everything from the concepts, philosophies, and definitions you need to know to the various components of SLOs, how to use them successfully, why they work, and how you can make them work for you. Along the way, Sam and Alex will also discuss some of the more complicated aspects of implementing an SLO-based approach, including how to create meaningful service-level indicators (SLIs) and how to assign accurate SLO targets so that you get useful alerts for your team—and company-wide buy-in. What you’ll learn and how you can apply it Explore the origins of, need for, and challenges around SLOs and SRE What’s coming next for infrastructure and ops This recording of a live event is for you because… You want to learn how to use SLOs at your company to improve resilience. You’re looking for ways to improve your incident response and engineering environment. Recommended follow-up: Read Implementing Service Level Objectives (book)
    Note: Online resource; Title from title screen (viewed February 7, 2022) , 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., 11 min.)
    Edition: 1st edition
    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) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 59 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Incidents are inevitable in complex systems, but learning from these events shouldn’t require assigning blame. Workers on the front lines have much to contribute to a company’s understanding of how failures happen—and to how to prevent them from happening in the future. Join us for a special conversation about resilience engineering with Sam Newman and incident analysis pro Jessica DeVita. They’ll discuss what resilience engineering is and why it matters for infrastructure and operations in particular, walk you through how to learn from incidents while maintaining your teams’ cohesion, and explain how to use that knowledge to drive design decisions with intentionality. They’ll spend a few minutes covering the trends that are influencing infrastructure, then tell you what you need to know to stay ahead of the curve. What you’ll learn and how you can apply it Explore the origins of, need for, and challenges around incident analysis See what’s coming next for infrastructure and ops This live event is for you because… You’re looking for ways to improve your incident response and engineering environment. You want to learn about the foundations of resilience engineering, a discipline that combines safety science with human factors, and understand why resilience depends more on people than on technology. Recommended follow-up: Read 97 Things Every SRE Should Know (book) Read Incident Metrics in SRE (report) Watch Infrastructure & Ops Superstream Series: SRE Edition (recorded Superstream event)
    Note: Online resource; Title from title screen (viewed January 5, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 52 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: In this edition of Radar Talks, O’Reilly VP of content strategy Rachel Roumeliotis explores the technology trends that will help ensure you’re building a cloud-based, data-driven, and AI-enhanced business today that will be a catalyst for your success tomorrow. Learn what you need to know now, illustrated with usage and search stats from the O’Reilly learning platform and insights from O’Reilly’s respected editorial team. Recorded on February 1, 2022. See the original event page for resources for further learning or watch recordings of other past events . The O’Reilly Radar Talks series brings you expert opinions on emerging topics through hour-long interactive events. In conversation with some of the industry’s top minds, you’ll look at the early signals indicating significant trends and new technologies that will shape the future—and discover how to begin forging these technologies now. Share your own predictions and ask your questions while gaining insight into our experts’ unique outlooks for the future.
    Note: Online resource; Title from title screen (viewed February 1, 2022) , 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 (1 video file, approximately 58 min.)
    Edition: 1st edition
    DDC: 174/.9004
    Keywords: DataKind (Firm) ; Information technology Moral and ethical aspects ; Technological innovations Moral and ethical aspects ; Data curation Moral and ethical aspects ; Electronic videos ; Innovations ; Aspect moral ; Édition de contenu ; Aspect moral ; Information technology ; Moral and ethical aspects ; Technological innovations ; Moral and ethical aspects ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: Data scientists often set out to make a positive impact—generating insights upon which organizations can make decisions. A key aspect of that work is ensuring that data is being collected, managed, and analyzed ethically. But as conversations about ethical data science increase, so do questions about how ethics in data science looks in practice: When do you do an ethics check? And what do you do if something seems off? Join us for this Case Study with DataKind’s Afua Bruce and Rachel Wells to hear what happened when their team faced an ethical challenge during a project that used social media data. While wrapping up the project, the team found out that they didn’t have full information on how the data was obtained. Faced with the decision about whether to deliver the project to the partner when the data trail was incomplete, DataKind reviewed the data source’s use policies, unpacked the trade-offs of different approaches, and carefully communicated with all stakeholders to eventually terminate the project. Afua and Rachel take you through the decision-making process, trade-offs, outcomes, and lessons learned from this project experience; highlight the importance of a data trail and evaluating where all data sources come from; and explain how to walk back a data science solution and project when ethical issues arise. Recorded on January 25, 2022. See the original event page for resources for further learning or watch recordings of other past events . O'Reilly Case Studies explore how organizations have overcome common challenges in business and technology through a series of one-hour interactive events. You’ll engage in a live conversation with experts, sharing your questions and challenges while hearing their unique perspectives, insights, and lessons learned.
    Note: Online resource; Title from title screen (viewed February 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 12 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Sponsored by Aqua and Palo Alto Networks Security can’t be added in at the end. We need to build it into everything we do (“pull left”). So how can developers get involved in building safer, more secure software? And what new skills do you need to learn to do so? 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 Discover which tools work best for responding to threats Understand how to develop a cybersecurity strategy Learn how to recover from an attack on Kubernetes This recording of a live event is for you because… You need to protect your systems from attacks by ransomware and emerging threats. You want to better understand the emerging threats landscape and what you can do to minimize and respond to attacks. You work with distributed systems and want to learn how to secure containers and Kubernetes. Recommended follow-up: Read “ Security, Permissions, and Privacy ” (chapter 9 in Learning Serverless ) Read Kubernetes Security and Observability (early release book) Read Hacking Kubernetes (early release book) Read “ Security and Backups ” (chapter 11 in Cloud Native DevOps with Kubernetes ) Read Building Microservices , second edition (book) Read Learning DevSecOps (early release book) Take Kubernetes Fundamentals in 3 Weeks (live online training course with Jon Johnson)
    Note: Online resource; Title from title screen (viewed September 29, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 14 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Sponsored by intel and LSEG LABS Scaling AI is a notoriously difficult challenge. But it’s easier when you see what’s worked for others—and what hasn’t. This half-day virtual event brings together AI and machine learning engineers from across industries to show how they approach scaling at every stage of the project lifecycle. About the AI Superstream Series: This four-part series of half-day online events is packed with insights from some of the brightest minds in AI. You’ll get a deeper understanding of the latest tools and technologies that can help keep your organization competitive and learn to leverage AI to drive real business results. What you’ll learn and how you can apply it Understand what scaling AI does (and doesn’t) include See what scaling AI might look like from design through deployment Explore what current AI leaders are achieving through scaling Discover real-world technical applications This recording of a live event is for you because… You're a machine learning engineer or data scientist interested in the challenges and benefits of scaling. You’re responsible for scaling your organization's machine learning and are looking for hands-on examples. You're wondering how to improve your own AI and machine learning. Recommended follow-up: Read AI and Analytics at Scale (report) Watch Meet the Expert: Dean Wampler on Scaling ML/AI Applications with Ray (recorded event)
    Note: Online resource; Title from title screen (viewed September 22, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 31 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: There are lots of flavors of software architecture, including integration, data, enterprise, and many others—each containing just as many roles and responsibilities within. But as software systems become more complex, it becomes harder to silo different architecture roles, making a holistic understanding of the differences and intersections increasingly important. Stay on top of it all with these sessions all about architecture roles, exploring their similarities, their key differences, and more. About the Software Architecture Superstream Series: This six-part series of half-day online events focuses on the hottest topics in software architecture, 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. What you’ll learn and how you can apply it Learn how to scale microservices-style architectures Understand the whys and hows of evolutionary architectures Get a glimpse of the future of streaming and event-driven integration This live event is for you because…〉 You're a senior-level developer who wants to make the move to architect. You're a practicing software architect who wants to hone your skills and learn new software architecture techniques and practices. You want to better understand the unique challenges of enterprise architecture to become a more successful software architect. Recommended follow-up: Read Flow Architectures (book) Watch Effective Enterprise Architecture (video) Read Building Microservices , second edition (book) Read Software Architecture: The Hard Parts (early release book) Read Fundamentals of Software Architecture (book)
    Note: Online resource; Title from title screen (viewed November 3, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 0 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Join us for a special conversation on security with Sam Newman and Tanya Janca, founder of We Hack Purple. They’ll chat about DevSecOps, how to implement continuous security throughout your entire software development and delivery pipeline, and more. What you’ll learn and how you can apply it Explore the origins of, need for, and challenges around security See what’s coming next for infrastructure and ops This recording of a live event is for you because… You want the chance to ask Sam Newman and Tanya Janca your questions around dev and app security. You’re looking for ways to improve your systems and to mitigate security risks. You want to become well-versed in the foundations and best practices of pipeline creation. Recommended follow-up: Read Learning DevSecOps (early release book) Read Security Chaos Engineering (report) Read Container Security (book) Read DevSecOps in Kubernetes (report)
    Note: Online resource; Title from title screen (viewed October 6, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 39 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Sponsored by Intel and Bigeye Businesses in every industry strive to turn data into optimal decisions—a challenge that’s grown even more complex in these uncertain times. So how can organizations better translate their data into actionable insights? The ability to quickly collect, analyze, and visualize your data to make data-driven business decisions is imperative to building an effective data strategy. And we can now do business analytics that reflect your data in near real time. But are you taking advantage of those capabilities? Join us to learn more about the latest trends in data that are powering growth, increasing efficiency, and optimizing business decisions. About the Strata Data Superstream Series: This recording of a four-part series of half-day online events gives viewers an overarching perspective of key topics that will help your organization maximize the business impact of your data. What you’ll learn and how you can apply it Learn the best practices for data visualization and storytelling that you can apply to your work today Discover how advances in technology can make decision intelligence faster, more comprehensive, and more actionable Get up to speed on contemporary approaches to data privacy that boost “safe” data consumption, as well as on metrics that can drive an organization’s journey toward data maturity Explore the latest in mobile analytics and how to make your data culture more mobile friendly This recording of a live event is for you because… You want to explore the latest trends in data analytics for better business decision-making. You want to become a data advocate for your organization through the power of data visualization. You’re a data scientist or business analyst who wants to move from static tables and reports to actionable analytics. Recommended follow-up: Read Lean Analytics (book) Read Behavioral Data Analysis with R and Python (book) Read Advancing into Analytics (book) Read Python and R for the Modern Data Scientist (book) Read Communicating with Data (book)
    Note: Online resource; Title from title screen (viewed November 9, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Join us for a special conversation on building successful communities with Sam Newman and Agile consultant and coach Emily Webber. They’ll chat about the benefits of communities of practice, which include accelerating professional development, breaking down organizational silos, enabling knowledge sharing and management, building better practices, helping to hire and retain staff, and making people happier. Then they’ll open the floor for questions. This is a chance for you to ask Sam and Emily anything you want about their own career journeys or about using communities to facilitate good collaboration between teams. They’ll spend a few minutes covering the trends that are influencing infrastructure, then tell you what you need to know to stay ahead of the curve. What you’ll learn and how you can apply it Explore the origins of, need for, and challenges around team collaboration See what’s coming next for infrastructure and ops This recording of a live event is for you because… You’re looking for ways to improve your team culture. Recommended follow-up: Read Dynamic Reteaming (book) Read Agile Conversations (book) Take Managing Team Conflict (live online training course with Jennifer Stine) Take Mastering Communication Skills for Virtual Environments (live online training course with Zina O’Leary)
    Note: Online resource; Title from title screen (viewed December 1, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Welcome to O’Reilly online learning—and on-demand access to a world of answers. Check out these quick videos to learn about the features and unique content you should explore first
    Note: Online resource; Title from title screen (viewed May 8, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 23 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Sponsored by NGINX Architecture styles are important...and abundant. To make the right choice for a particular business problem, an architect must be familiar with all the various styles and the trade-offs encapsulated within each. No wonder that understanding them occupies much of the time and effort of new architects. Jumpstart your learning and join us for four hours of sessions on some of the most popular and useful architectural styles and how to implement them at your organization. About the Software Architecture Superstream Series: This six-part series of half-day online events focuses on the hottest topics in software architecture, 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. What you’ll learn and how you can apply it Explore techniques to analyze and select the right architecture style for your business and engineering teams Learn how to diagram and document an architectural solution Better understand a variety of architecture styles so that you can champion architecture decisions to developers and stakeholders This recording of a live event is for you because… You're a senior-level developer who wants to make the move to architect. You're a practicing software architect who wants to hone your skills and learn new software architecture techniques and practices. You want to better understand when to use different architectural styles. Recommended follow-up: Read The Software Architect Elevator (book) Read Dynamic Reteaming , second edition (book) Read Microservices Patterns (book) Take Mastering Technical Presentations by Example (live online training course with Neal Ford) Read Fundamentals of Software Architecture (book) Read Building Microservices , second edition (book) Read Building Evolutionary Architectures (book) Read Building Event-Driven Microservices (book) Take Software Architecture by Example (live online training course with Mark Richards and Neal Ford) Take Architecture: The Hard Parts (live online training course with Mark Richards and Neal Ford) Take Microservice Fundamentals (live online training course with Sam Newman)
    Note: Online resource; Title from title screen (viewed September 15, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 57 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: There’s no question: climate change is happening. So how is it impacting tech architecture and ops choices today, and what’s in store for the future? Brace yourself. In this edition of Radar Talks, longtime tech industry veteran Anne Currie explains how the climate is already affecting tech plans and helps you better understand the changes it’s likely to impose on our industry in the next decade. Recorded on September 28, 2021. See the original event page for resources for further learning or watch recordings of other past events .
    Note: Online resource; Title from title screen (viewed September 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Sponsored by IBM Moving to a cloud native ecosystem offers many benefits, from cost savings to scalability. But the process isn’t as simple as it looks, and companies that want to capitalize on these benefits often stumble into unexpected roadblocks. Whether you’ve just started on your cloud native journey or you’ve already containerized your first app and pushed it to Kubernetes, preparing fully for cloud native migration is crucial. In this Meet the Expert, IBM Cloud developer advocate JJ Asghar discusses surprises that a few enterprises, in the guise of AsgharLabs, ran into when moving toward the cloud native world—and shares the lessons you should learn from their mistakes so your migration to cloud native will deliver on its promises. Recorded on September 15, 2021. See the original event page for resources for further learning or watch recordings of other past events . O'Reilly Meet the Expert explores emerging business and technology topics and ideas through a series of one-hour interactive events. You’ll engage in a live conversation with experts, sharing your questions and ideas while hearing their unique perspectives, insights, fears, and predictions.
    Note: Online resource; Title from title screen (viewed September 15, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 59 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Join us for a special conversation on domain-driven design with Neal Ford and Honeycomb principal developer evangelist Jessica Kerr. They’ll discuss why domain-driven design is crucial to writing good software and explain how to apply the core principles of domain-driven design beyond just writing software, helping everyone who interacts with your architecture and application. What you’ll learn and how you can apply it Learn the benefits of domain-driven design See what’s coming next with software architecture This recording of a live event is for you because… You want the chance to ask Neal Ford and Jessica Kerr your questions about how domain-driven design can help you design better systems. You want to better understand how domain-driven design will impact your business architecture. Recommended follow-up: Read Learning Domain-Driven Design (early release book) Watch Software Architecture Superstream Series: Domain-Driven Design and Event-Driven Architecture (recorded event) View Domain-Driven Design Distilled (video) Read Patterns, Principles, and Practices of Domain-Driven Design (book) Take Domain-Driven Design First Steps (live online training course with Andrew Harmel-Law)
    Note: Online resource; Title from title screen (viewed October 5, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 52 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: O’Reilly Radar: Data & AI will showcase what’s new, what’s important, and what’s coming in the field. It includes two keynotes and two concurrent three-hour tracks—designed to lay out for tech leaders the issues, tools, and best practices that are critical to an organization at any step of their data and AI journey. You’ll explore everything from prototyping and pipelines to deployment and DevOps to responsible and ethical AI.
    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 ...
  • 23
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 56 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Everyone has a personal brand, whether you’re aware of it or not. Your personal brand can help you stand out from your competitors and colleagues, attract opportunities, and otherwise benefit your career. So it’s important to take control of your brand and shape it into how you’d like to be perceived. In this edition of Meet the Expert Kate Strachnyi dives into the fundamentals of building your data science brand. You’ll learn the importance of building a brand in data science, how to get started, the power of authenticity on social media, and more. Building your personal brand is a journey, and there are several paths that you can take. (You can always start small and grow your brand over time.) The journey doesn’t have to be difficult, but it will likely take you outside of your comfort zone. This session will help you set off in the right direction. Recorded on October 26, 2021. See the original event page for resources for further learning or watch recordings of other past events . O'Reilly Meet the Expert explores emerging business and technology topics and ideas through a series of one-hour interactive events. You’ll engage in a live conversation with experts, sharing your questions and ideas while hearing their unique perspectives, insights, fears, and predictions.
    Note: Online resource; Title from title screen (viewed October 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 58 min.)
    Edition: 1st edition
    DDC: 004.67/82
    Keywords: Amazon Web Services (Firm) ; Cloud computing ; Electronic videos ; Amazon Web Services (Firm) ; Infonuagique ; Cloud computing ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: Though we have in the past depended on traditional data warehouses to drive business intelligence from data, they were generally based on databases and structured data formats, proving insufficient for the challenges that the current data driven world faces, especially the pace of data growth. Enter data lakes, which are optimized for unstructured and semi-structured data, can scale to PetaBytes easily, and allow better integration of a wide range of tools to help businesses get the most out of their data. There are few important properties worth understanding about data lakes. They include: Support for unstructured and semi-structured data. Scalability to PetaBytes and higher. SQL-like interface to interact with the stored data. Ability to connect various analytics tools as seamlessly as possible. Combine decoupled storage and analytics tools. Data volumes have grown to new scales and the demands of businesses have become more ambitious. For example, users now expect faster query times, better scalability, ease of management and so on. Former big data tools like Hadoop, Hive, and HDFS have made way for new and better technology platforms. Data and software professionals are now moving towards a disaggregated architecture, with Storage and Analytics layers very loosely coupled using REST APIs. This makes each layer much more independent (in terms of scaling and management) and allows using the perfect tool for each job. For example, in this disaggregated model, users can choose to use Spark for batch workloads for analytics, while using Presto for SQL heavy workloads, with both Spark and Presto using the same backend storage platform. This approach is now rapidly becoming the standard. Commonly used storage platforms include object storage platforms like AWS S3, Azure Blob Storage, Google Cloud Storage (GCS), Ceph, MinIO among others. Analytics platforms vary from simple Python & R based notebooks to Tensorflow to Spark, Presto to Splunk, Vertica and others. This case study will explain how California State University applied DataOps techniques in their current environments to create reusable, scalable and extensible data architectures. We will discuss strategies to build a data lakehouse architecture to rapidly scale and deploy use cases in your current environments. This case study is for you if... You want to learn how to apply scalable data architecture techniques in a data processing environment. You're a data Architect/ System Architect,...
    Note: Online resource; Title from title screen (viewed November 2, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 45 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: About Architectural Katas: What could be better than practicing software architecture with your handpicked dream team of architects? Participants in Architectural Katas, moderated by Neal Ford, work together virtually in small groups of their choosing to solve a challenge an actual organization is facing. Everyone gets the chance to practice their craft with a real software architecture problem in a safe and social environment, and the finalists and winners earn well-deserved bragging rights (not to mention an intriguing line on their résumé). Plus a selected organization working for social good will have some of its gnarliest software architecture problems solved. What you'll learn-and how you can apply it Identify and design architectural components Explore techniques to analyze and select the right architecture patterns Learn how to diagram and document an architectural solution Develop better communication skills to champion architecture decisions to developers and stakeholders This recording of a live event is for you because... You're a senior-level developer who wants to make the move to architect. You're a practicing software architect who wants to hone your skills and learn new software architecture techniques and practices. You're responsible for creating a software architecture for your company, and you want to practice with a real-world challenge. Recommended follow-up: Read Fundamentals of Software Architecture (book) Read Building Microservices , second edition (book) Read Building Evolutionary Architectures (book) Read Building Event-Driven Microservices (book) Take Software Architecture by Example (live online training course with Mark Richards and Neal Ford) Take Architecture: The Hard Parts (live online training course with Mark Richards and Neal Ford) Take Microservice Fundamentals (live online training course with Sam Newman)
    Note: Online resource; Title from title screen (viewed October 21, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 54 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: To take full advantage of cloud economics, organizations are modernizing their Windows workloads using a combination of rehosting, replatforming, and refactoring approaches. This unlocks innovation for businesses and delivers new functionality to their customers. As a .NET developer, you’re likely seeking options for modernizing your existing .NET Framework applications by analyzing .NET applications, their process dependencies, and technical complexities; porting .NET Framework to .NET Core on Linux; and moving to Windows containers—all in a modern and resilient way that can run anywhere. So what’s the best way forward? In this edition of Meet the Expert, Thorr Giddings teaches you how to approach and run a refactoring and replatforming strategy to accelerate innovation, lower TCO, and increase developer productivity for your organization. If you’ve been tasked with evaluating the modernization of Windows applications, this information-packed hour will highlight a number of modernization pathways and tools that you can leverage on AWS to accelerate your modernization journey. Recorded on November 16, 2021. See the original event page for resources for further learning or watch recordings of other past events . O'Reilly Meet the Expert explores emerging business and technology topics and ideas through a series of one-hour interactive events. You’ll engage in a live conversation with experts, sharing your questions and ideas while hearing their unique perspectives, insights, fears, and predictions.
    Note: Online resource; Title from title screen (viewed November 16, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 53 min.)
    Edition: 1st edition
    DDC: 387.1/09714/27
    Keywords: Cargo handling Case studies ; Harbors Case studies ; COVID-19 Pandemic, 2020- ; Natural language processing (Computer science) ; Artificial intelligence ; Natural Language Processing ; Artificial Intelligence ; Electronic videos ; COVID-19 Pandemic ; (2020-) ; Pandémie de COVID-19, 2020- ; Traitement automatique des langues naturelles ; Intelligence artificielle ; artificial intelligence ; Artificial intelligence ; Cargo handling ; Harbors ; Natural language processing (Computer science) ; Québec ; Montréal ; Case studies ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: During the first months of the COVID-19 pandemic, it became crucial to prioritize shipments of critical cargo. In 2020 the Port of Montreal implemented an AI tool for the supply chain—in just six months from preparation to pilot delivery—with the goal of providing advance visibility to supply chain stakeholders by detecting critical cargo (e.g., masks, sanitizer, etc.). Join us for this Case Study with telecommunications engineer and AI advisor Adrian Gonzalez Sanchez to explore the tool and discover how it performed in practice. You’ll learn how pragmatic innovation (e.g., focusing on specific AI tasks, using only mature techniques, defining the “good enough” results in advance, etc.) and a common goal can lead to successful AI implementation. O'Reilly Case Studies explore how organizations have overcome common challenges in business and technology through a series of one-hour interactive events. You’ll engage in a live conversation with experts, sharing your questions and challenges while hearing their unique perspectives, insights, and lessons learned. Recorded on November 9, 2021. See the original event page for resources for further learning or watch recordings of other past events. O'Reilly Case Studies explore how organizations have overcome common challenges in business and technology through a series of one-hour interactive events. You’ll engage in a live conversation with experts, sharing your questions and challenges while hearing their unique perspectives, insights, and lessons learned.
    Note: Online resource; Title from title screen (viewed November 16, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 1 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: There’s one activity that will move your architecture modernization needle more than any other: make the right thing to do the easiest thing to do. So how do you actually do it? Should applications only use approved programming languages? Ensure those languages have a paved road from commit to prod. Should applications only use approved frameworks and libraries? Create automated templates for starting new projects with those frameworks and libraries. Should developers only use the latest versions of approved tools, plug-ins, etc.? Make installing those tools easy, make upgrading those tools automatic. Should developers only leverage specific patterns and shared services? Make learning and using these patterns discoverable, easy, and authoritative. These are only a few examples. But once you start thinking this way, the list of high-value improvements you can start tomorrow writes itself. Join us for a special conversation with Neal Ford and longtime enterprise IT veteran Matt Stine to explore the highest-leverage work you can do to improve your enterprise software architecture. This is a chance for you to ask Neal and Matt anything you want about architecture and their own career journeys. They’ll spend a few minutes covering the trends in enterprise software architecture, then tell you what you need to know to stay ahead of the curve. What you’ll learn and how you can apply it Learn how to make the right thing to do for your architecture the easiest thing to do See what’s coming next with software architecture This recording of a live event is for you because… You want the chance to ask Neal Ford and Matt Stine your questions about working on enterprise architectures. You want to better understand what you can do to improve your enterprise software architecture. Recommended follow-up: Read Flow Architectures (book) Read Migrating to Cloud-Native Application Architectures (report) Watch Effective Enterprise Architecture (video) Read Building Microservices, second edition (book) Read Software Architecture: The Hard Parts (book) Read Fundamentals of Software Architecture (book)
    Note: Online resource; Title from title screen (viewed December 13, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: The increasing push to develop products that feature integrated AI systems brings the intersection of AI and product management into sharp focus. Embedding ML/AI into digital products presents many challenges to traditional product management approaches, including nondeterministic outcomes and the potential for bias against underrepresented groups. These issues are often addressable, but they’re real and cause many projects to fail before they're deployed or can realize value. Join us for this edition of the O’Reilly Radar Talks series with Yelp head of data science Justin Norman to learn how to be a product manager for products using artificial intelligence or machine learning. You’ll explore ML/AI product management from the perspectives of ML practitioners, data scientists, product managers, and consumers as Justin walks you through how AI products are different from “traditional” software products and how product managers must rethink and adapt as a result. You’ll leave better prepared to anticipate and solve the problems you may face as you develop an AI project and shepherd it into production. The O’Reilly Radar Talks series brings you expert opinions on emerging topics through hour-long interactive events. In conversation with some of the industry’s top minds, you’ll look at the early signals indicating significant trends and new technologies that will shape the future—and discover how to begin forging these technologies now. Share your own predictions and ask your questions while gaining insight into our experts’ unique outlooks for the future. What you’ll learn and how you can apply it Explore the kinds of data you need for different kinds of products and discover how to acquire that data Learn how to manage the AI product pipeline and bring an AI product to market Understand how to manage an AI product after it’s been deployed This Radar Talk is for you because… You want to learn how the special requirements of AI are transforming the job of product manager. You’re a product manager and want to work with AI products. You want to better understand the AI product lifecycle. Recommended follow-up : Read Product Management for AI (report)
    Note: Online resource; Title from title screen (viewed December 7, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 6 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Already a rapidly growing field in fintech, decentralized finance (DeFi) has exploded in the last year, growing from a market cap of $700 million in December 2019 to $100 billion as of April 29, 2021. The DeFi derivatives market alone has grown from $132 million in TVL (total value locked) in May 2020 to $2.78 billion one year later—a 210x increase. So there’s no better time to get acquainted with the fastest growing industry in the fintech space. In this Meet the Expert, blockchain expert and securities attorney Alexandra Damsker teaches you the ins and outs of decentralized finance. In just an hour, you’ll get an overview of the DeFi marketplace (and its potential), explore the key building blocks of DeFi applications, find out what problems remain unsolved, and get a glimpse of where DeFi is headed. Recorded on September 9, 2021. See the original event page for resources for further learning or watch recordings of other past events . O'Reilly Meet the Expert explores emerging business and technology topics and ideas through a series of one-hour interactive events. You’ll engage in a live conversation with experts, sharing your questions and ideas while hearing their unique perspectives, insights, fears, and predictions.
    Note: Online resource; Title from title screen (viewed September 9, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    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 ...
  • 32
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Patterns in architecture are crucial to writing good software, and looking at distributed systems as a series of patterns is a useful way to gain insights into their implementation. Join us for a special recorded conversation with Neal Ford and ThoughtWorks principal consultant Unmesh Joshi to explore the core principles of patterns and see how they help provide a structured way of looking at a problem space. You’ll examine common patterns and solutions and discover how to link several patterns together in a form of pattern sequence or pattern language, which can offer a bit of guidance when you’re implementing a “whole” or complete system. What you’ll learn and how you can apply it Learn the the core principles of architecture patterns Understand the benefits that patterns provide See what’s coming next with software architecture This recording of a live event is for you because… You want the chance to ask Neal Ford and Unmesh Joshi your questions about architecture patterns. You want to know how patterns can help you design better systems. You want to better understand how distributed systems will impact your business architecture. Recommended follow-up: Read Fundamentals of Software Architecture (book) Read Software Architecture: The Hard Parts (early release book) Read Microservices Patterns (book), listen to the audiobook , or explore the video edition
    Note: Online resource; Title from title screen (viewed November 4, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 15 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: What’s in store for infrastructure and operations in the future? Where’s the field headed? And what technologies will take us there? Join us for this recording of a live event covering some of the key changes you can expect to see in the world of infrastructure and operations. You’ll learn about the trends and new technologies that will shape how you deliver software and meet the needs of your business and customers in the coming years, with a focus on the emerging ideas and tools that you can make use of right now. Whether you’re looking for cutting-edge techniques for today or want to get ahead of the game for tomorrow, this is the event for you. What you’ll learn and how you can apply it Explore the technologies that will shape the future of infrastructure and operations Learn how to employ new technologies and stay ahead of the curve This recording of a live event is for you because… You’re a developer who wants to know what’s coming next for infrastructure and operations. You want to better understand new technologies such as data mesh and eBPF. You need to apply continuous delivery principles to make the end-to-end process of developing and deploying ML systems more repeatable and reliable. Recommended follow-up: Read Data Mesh (book) Read Container Security (book) Read Building Machine Learning Pipelines (book) Read Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, second edition (book) Read Linux Observability with BPF (book)
    Note: Online resource; Title from title screen (viewed November 17, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 1 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Join us for a special conversation on distributed systems with Sam Newman and cloud native architecture pro Nicky Wrightson. Working on a huge scale means a whole different set of problems to solve while still striving to keep systems operable, cost-effective, and maintainable. Nicky and Sam will walk you through some of the challenges of working with distributed systems before discussing why operability should be a first-class concern when developing large distributed systems, how to reduce the support overhead needed for complex distributed systems, and more. Then they’ll open the floor for questions. What you’ll learn and how you can apply it Explore the origins of, need for, and challenges around distributed systems See what’s coming next for infrastructure and ops This recording of a live event is for you because… You want the chance to ask Sam Newman and Nicky Wrightson your questions around distributed systems. You’re looking for ways to improve your production environments. Recommended follow-up: Read Scalability and Concurrency for Distributed Systems (book) Read Building Microservices , second edition (book) Read Designing Distributed Systems (book) Read Distributed Systems Observability (report)
    Note: Online resource; Title from title screen (viewed November 15, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 58 min.)
    Edition: 1st edition
    DDC: 005.3
    Keywords: Application software Development ; Computer programs ; Observers (Control theory) ; Application program interfaces (Computer software) ; Cloud computing ; Electronic videos ; Logiciels d'application ; Développement ; Logiciels ; Observabilité (Théorie de la commande) ; Interfaces de programmation d'applications ; Infonuagique ; APIs (interfaces) ; Application program interfaces (Computer software) ; Application software ; Development ; Computer programs ; Cloud computing ; Observers (Control theory) ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: Observability is a hot topic in software engineering, but how do we decouple what’s useful from the hype? This case study will examine how Lightstep engineering adopted new practices and tools, balancing trade-offs between the needs of a product-driven organization, a small–but quickly growing–team, and the demands of our customers. While there’s no single right answer to “how do you implement observability?” we considered the needs of developers and their experiences, as well as the needs of users, to help guide decisions to keep teams aligned and our customers happy. Join us for this Case Study with Lightstep co founder and chief architect Daniel “Spoons” Spoonhower to learn how Lightstep engineering adopted new practices and tools for observability while balancing trade-offs between the needs of a small but quickly growing product-driven organization and the demands of its customers. This case study is for you if... You’re an engineer or engineering leader that is responsible for software reliability and performance You’re looking to take responsibility for larger systems as well as mentor other engineers You’ve been responsible for production systems in some way, including being on-call, leading on-call teams, or possibly just responsible for debugging software and understanding software performance What you will learn—and how to apply it By the end of this case study the viewer will understand: Observability, how it enhances traditional monitoring, and why it matters to running software services today How observability complements DevOps practices and cloud-native technologies The role of OpenTelemetry and other open source software in observability And you will be able to: Deploy new practices and tools as part of a modern observability practice How to motivate the consistent use of tools and standards across their engineering organizations How to use SLOs to translate between technical constraints and business needs
    Note: Online resource; Title from title screen (viewed December 9, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 10 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Sponsored by Intel As AI becomes more pervasive, the question of how to build, test, and maintain risk-averse systems grows too. Join experts from the field to learn how they analyze and handle privacy, risk, and safety in their work. About the AI Superstream Series: This four-part series is packed with insights from some of the brightest minds in AI. You’ll get a deeper understanding of the latest tools and technologies that can help keep your organization competitive and learn to leverage AI to drive real business results. What you’ll learn and how you can apply it Understand what secure AI does (and doesn’t) include See what secure AI might look like from design through deployment Discover real-world technical applications of secure AI This recording of a live event is for you because… You're a machine learning engineer or data scientist interested in the challenges of building secure AI and machine learning tools. You want to better understand how industry experts handle security. You want to learn how to improve your AI and machine learning systems. Recommended follow-up: Read AI and the Law (report)
    Note: Online resource; Title from title screen (viewed December 1, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    Language: English
    Pages: 1 online resource (1 video file, approximately 59 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Sponsored by f5 Banking and financial services organizations face an uphill battle to keep pace with rapidly changing customer expectations and demands for seamless, personalized experiences that they can access online and on their mobile devices. This challenge is exacerbated by complex legacy development processes, a difficult regulatory environment, the effects of the COVID-19 pandemic on consumer behavior, and the widespread adoption and use of fintech, which is pulling customers away from traditional banking and financial services companies. In this edition of Meet the Expert, DevOps specialist Gee Chow and cloud architect Roy Muermann explain how banks and financial services organizations are currently approaching the migration of legacy applications (by optimizing container management and automating app delivery, for instance). You’ll also get practical advice on how to best integrate new functionality (like how to best manage and secure APIs in modern digital experiences) and explore the latest security methodologies and processes associated with evolving app development and modernization vulnerabilities (in other words, DevSecOps). Recorded on October 20, 2021. See the original event page for resources for further learning or watch recordings of other past events . O'Reilly Meet the Expert explores emerging business and technology topics and ideas through a series of one-hour interactive events. You’ll engage in a live conversation with experts, sharing your questions and ideas while hearing their unique perspectives, insights, fears, and predictions.
    Note: Online resource; Title from title screen (viewed October 20, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 0 min.)
    Edition: 1st edition
    DDC: 005.74
    Keywords: Blockchains (Databases) ; Personal information management ; Electronic videos ; Chaînes de blocs ; Gestion d'informations personnelles ; Blockchains (Databases) ; Personal information management ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: Healthcare providers spend billions of dollars annually on data management, yet provider directories often contain inaccuracies that dramatically increase the cost of care while reducing its quality. In response, Aetna, Humana, MultiPlan, Quest Diagnostics, and UnitedHealth Group have formed the Synaptic Health Alliance to explore the use of blockchain technology in tackling the challenge of accurate and efficient provider data management and sharing. Join us for this Case Study with UnitedHealthcare’s Meyrick Vaz to learn more about the Synaptic Health Alliance, better understand why it was founded, and explore the potential of blockchain for solving some of data management’s biggest challenges. You’ll examine the current state of provider data exchange as well as the goals, approach, and results of the initial pilot project for the alliance. Recorded on November 18, 2021. See the original event page for resources for further learning or watch recordings of other past events . O'Reilly Case Studies explore how organizations have overcome common challenges in business and technology through a series of one-hour interactive events. You’ll engage in a live conversation with experts, sharing your questions and challenges while hearing their unique perspectives, insights, and lessons learned.
    Note: Online resource; Title from title screen (viewed November 18, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 55 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Sponsored by LSEG LABS The rapid acceleration in data-driven transformation that resulted from the COVID-19 pandemic is really just a glimpse of what’s yet to come for financial services. In this edition of Meet the Expert, Daniel Lewington, director of innovation at the London Stock Exchange Group (LSEG), explores some of the biggest trends around data science in the financial services industry. Daniel and his team share findings from their in-depth research with global data practitioners on AI and machine learning strategies, use cases, data, tech, talent, and governance. Recorded on December 8, 2021. See the original event page for resources for further learning or watch recordings of other past events . O'Reilly Meet the Expert explores emerging business and technology topics and ideas through a series of one-hour interactive events. You’ll engage in a live conversation with experts, sharing your questions and ideas while hearing their unique perspectives, insights, fears, and predictions.
    Note: Online resource; Title from title screen (viewed December 8, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 40
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    ISBN: 9781491957912 , 1491957913
    Language: English
    Pages: 1 online resource (1 video file, approximately 19 hr., 22 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: The standard for large-scale data processing, Hadoop makes your data truly accessible. This Learning Path offers an in-depth tour of the Hadoop ecosystem, providing detailed instruction on setting up and running a Hadoop cluster, batch processing data with Pig, Hive's SQL dialect, MapReduce, and everything else you need parse, access, and analyze your data.
    Note: Online resource; Title from title screen (viewed November 17, 2015) , 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...