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  (373)
  • Electronic videos ; local  (373)
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 40 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Kubernetes provides a powerful set of APIs and abstractions for building distributed systems. Additionally, it provides users with the ability to build and install their own extension APIs alongside the core APIs. Phillip Wittrock (Google) covers how core Kubernetes APIs are designed and built and teaches the basics of writing an installable custom Kubernetes API. Phillip provides an introduction to fundamental API concepts, including resources, controllers, and reconciliation loops; then, he provides an end-to-end walkthrough, answering what happens after running “kubectl apply.” He discusses Kubernetes resource versioning, finalizers, defaulting, and validation and asynchronous and level-based controller architecture. This session was recorded at the 2019 O'Reilly Velocity Conference in San Jose.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484253755
    Language: English
    Pages: 1 online resource (1 video file, approximately 37 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Create reusable, scalable, and spatially concise models of smart buildings that connect data across the physical and digital world using this video. For example, using Azure Digital Twins, you can define the location of offices at your place of business. Inside each office there are IoT devices with specific sensors (for example for temperature or lights). You can assign users to each room, so you have a clear view of the distribution of people in the office. This video begins with a gentle introduction to the Azure Digital Twins service, offering an overview and discussion of the key concepts related to it. From there you will progress through data processing and user-defined functions and learn about real IoT device integration with Azure Digital Twins. You will learn about Azure Digital Twins object models and spatial intelligence graph. In this new era of smart buildings, this video enables you to visualize comprehensive virtual representations of physical environments and all the associated devices, sensors, and people within it. You will be able to create definitions of spaces and combine them together with information about connected devices and sensors so that you can manage and implement resources with precision. What You Will Learn Create new Azure Digital Twins service instances Understand Azure Digital Twins object models and spatial intelligence graphs Work with data processing and user-defined functions Quickly connect IoT devices to Azure Digital Twins and create space definitions Discover routing events and messages Look at the limitations and additional resources for implementing solutions Who This Video Is For This video is for specialists, developers, and architects who are tasked with creating smart building solutions.
    Note: Online resource; Title from title screen (viewed August 19, 2019)
    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 38 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: In recent years, we’ve seen tremendous improvements in artificial intelligence, due to the advances of neural-based models. However, the more popular these algorithms and techniques get, the more serious the consequences of data and user privacy. These issues will drastically impact the future of AI research—specifically how neural-based models are developed, deployed, and evaluated. Yishay Carmiel (IntelligentWire) shares techniques and explains how data privacy will impact machine learning development and how future training and inference will be affected. Yishay first dives into why training on private data should be addressed, federated learning, and differential privacy. He then discusses why inference on private data should be addressed, homomorphic encryption and neural networks, a polynomial approximation of neural networks, protecting data in neural networks, data reconstruction from neural networks, and methods and techniques to secure data reconstruction from neural networks. This session was recorded at the 2019 O'Reilly Artificial Intelligence Conference in New York.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 44 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Over the past 10 years, big data infrastructure has evolved from flat files in a distributed filesystem to an efficient ecosystem to a fully deconstructed and open source database with reusable components. With Hadoop, we started from a system that was good at looking for a needle in a haystack using snowplows. We had a lot of horsepower and scalability but lacked the subtlety and efficiency of relational databases. But since Hadoop provided the ultimate flexibility compared to the more constrained and rigid RDBMSs, we didn’t mind and plowed through. However, machine learning, recommendations, matching, abuse detection, and data-driven products in general require a more flexible infrastructure. Over time, we started applying everything that had been known to the database world for decades to this new environment. We’d been told loud enough how Hadoop was a huge step backward. And it was true to some degree. The key difference was the flexibility of the Hadoop stack. There are many highly integrated components in a relational database and decoupling them took some time. Today, we see the emergence of key components, such as optimizers, columnar storage, in-memory representation, table abstraction, and batch and streaming execution, as standards that provide the glue between the options available to process, analyze, and learn from our data. We’ve been deconstructing the tightly integrated relational database into flexible reusable open source components. Storage, compute, multitenancy, and batch or streaming execution are all decoupled and can be modified independently to fit every use case. Julien Le Dem (WeWork) discusses the key open source components of the big data ecosystem—including Apache Calcite, Parquet, Arrow, Avro, and Kafka as well as batch and streaming systems—and explains how they relate to each other and how they make the ecosystem more of a database and less of a filesystem. (Parquet is the columnar data layout to optimize data at rest for querying. Arrow is the in-memory representation for maximum throughput execution and overhead-free data exchange. Calcite is the optimizer to make the most of our infrastructure capabilities.) Julien also explores the emerging components that are still missing or haven’t become standard yet to fully materialize the transformation to an extremely flexible database that lets you innovate with your data. This session was recorded at the 2019 O'Reilly Strata Data Conference in San Francisco.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    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 40 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: In many industrial ML applications, feature engineering consumes the lion’s share of time, energy, and resources. Deep learning promises to replace feature engineering with models that learn end to end from “close-to-reality” data and has convincingly realized this promise for computer vision and natural language processing. But does this promise apply outside of these domains? Pamela Vagata (Stripe) explains how Stripe has applied deep learning techniques to predict fraud from raw behavioral data. Since fraud detection is a critical business problem for Stripe, the company already had a well-tuned feature-engineered model for comparison. Stripe found that the deep learning model outperforms the feature-engineered model both on predictive performance and in the effort spent on data engineering, model construction, tuning, and maintenance. Join in to discover how common industry practice could shift toward deeper models trained end to end and away from labor-intensive feature engineering. This session was recorded at the 2019 O'Reilly Artificial Intelligence Conference in New York.
    Note: Online resource; Title from title screen (viewed October 31, 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 (1 video file, approximately 4 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: In this brief introduction to Tim O'Reilly's Expert Playlist , find out why he selected these pieces to study how some of the most advanced companies on the planet not only use technology but build their culture to support it.
    Note: Online resource; Title from title screen (viewed August 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 45 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: The Elements of Style is a foundational guide to writing well. It effectively summarizes how to harness the power of the English language to write high-quality prose of almost any kind. In computing, we have similar guides for various technologies: Python offers The Zen Of Python , Ruby has The Rails Doctrine , and so on. These documents are a North Star that guides their community toward the same goals. We need a similar guide for Kubernetes. It should set best practices for how app developers and operators should think about and use the features in Kubernetes to build and deploy reliable, stable apps. We don’t have one today, but the Kubernetes community has the experience to build one. Drawing on his own and the community’s experiences, Aaron Schlesinger (Microsoft) details an “Elements of Kubernetes” guide, to be used by app developers and operators alike. You’ll leave with a list of best practices you can apply to your app now. Topics include: Setting up your new dev-test workflow Building a good CI/CD pipeline Debugging your app in production Breaking up your monolithic app into microservices (and when not to do it) Building crash-only software This session was recorded at the 2019 O'Reilly Software Architecture Conference in New York.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    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 32 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Testing in production has gotten a bad rap. People act like testing in production implies you aren’t doing due diligence with your tests before production. But it’s more like a fact of life: you can only catch the easy bugs in staging—the known-unknowns, the things you predicted would fail, and the things that have failed before. Which isn’t nothing, but it’s no better than running tests on your laptop. Most interesting problems are only going to manifest under real workloads, on real data, with real users doing unpredictable things under real concurrency and resource pressure. So you should use much fewer of your scarce engineering cycles poring over staging and much more of them building guard rails for prod. Production—where your customers live—is the only environment that matters. Time spent interacting with nonprod systems is wasted time. Replicas are not valuable for helping build your instincts, your skill set, your intuition. Secondary environments actually train you to expect faulty assumptions and to take dangerous shortcuts and run terrifying commands. You should force people to develop and test on production as much as possible and interact with production every day. Charity Majors (Honeycomb) dives into tooling and shares ways to harden production and make it safe for engineers to do their work directly on it—from deploys and canarying to feature flags, instrumentation and observability, human practices and workflows, and much more. This session was recorded at the 2019 O'Reilly Velocity Conference in San Jose.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    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 41 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Mobile gaming is a $50+ billion industry. Much of the industry’s growth has been fueled by the sale of in-game virtual resources and items to help players progress further or improve their overall gaming experience. One of the biggest concerns for mobile gaming developers is improving their overall monetization without getting in the way of players enjoying the game. KIXEYE—a developer of complex mobile strategy games—periodically provides its player base with a handful of in-app purchase options that provide different in-game content at different price points and discounts. The problem that companies run into using this model is what in-app purchases should be shown and when in order to maximize the number of in-app purchases. This is made more difficult at KIXEYE due to the massive number of in-app purchases available in the company’s games. So how do you solve this problem? Bysshe Easton and Thomas Dobbs explain how KIXEYE used hybrid recommendation engine techniques to create personalized in-app purchase recommendations for its customers, resulting in a 20%+ lift in user revenue. Along the way, they cover some parallelization techniques the company used to nearly eliminate scaling issues. This session was recorded at the 2019 O'Reilly Strata Data Conference in San Francisco.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    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 41 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Machine learning has allowed Twitter to drive engagement, promote healthier conversations, and deliver catered advertisements. Cibele Montez Halasz and Satanjeev Banerjee describe one of those use cases: timeline ranking. They share some of the optimizations that the team has made—from modeling to infrastructure—in order to have models that are both expressive and efficient. You’ll explore the feature pipeline, modeling decisions, platform improvements, hyperparameter tuning, and architecture (alongside discretization and isotonic calibration) as well as some of the challenges Twitter faced by working with heavily text-based (sparse) data and some of the improvements the team made in its TensorFlow-based platform to deal with these use cases. Join in to gain a holistic view of one of Twitter’s most prominent machine learning use cases. This session was recorded at the 2019 O'Reilly Artificial Intelligence Conference in New York.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 43 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: As microservices, data services, and serverless APIs proliferate in a cloud native world, analysts still need to report on the business as a whole. Data engineers need to collect and standardize data in an increasingly complex and diverse system. Luckily, the problem is also the solution. The way to manage data in a cloud native environment is to build cloud native data pipelines. Gwen Shapira (Confluent) discusses how data engineering requirements have changed in a cloud native world and how the solutions have changed with them. She then shares architectural patterns that are commonly used to build cloud native data infrastructure and explains how they help you build flexible, scalable, and reliable pipelines to give your business visibility on all your data. This session was recorded at the 2019 O'Reilly Strata Data Conference in San Francisco.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484253106
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 6 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Create a basic application flow with SwiftUI involving login and a user dashboard interface in this video. Discover the new file structure introduced by SwiftUI and how it uses structs instead of classes for Views. Then learn about common layout elements such as Text, Images, HStack, VStack, ZStack, and NavigationViews. After understanding the structure and elements, dive in to create a login layout and a user authentication backend. Then once you've got your user logged in, create a dashboard layout for your users with SwiftUI. Finally learn to troubleshoot and polish up your new interfaces. What You Will Learn Create login and dashboard interfaces Troubleshoot common SwiftUI interface issues Incorporate NodeJS for authentication and backend work Who This Video Is For iOS developers with a basic familiarity of the Swift language who would like to use SwiftUI to design easy, elegant, and powerful interfaces.
    Note: Online resource; Title from title screen (viewed August 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484239803
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 3 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn how to use Jest by viewing easy-to-follow screencasts accompanied by clear instructions. In this complete video introduction to Jest, the testing framework from Facebook, you’ll discover how Jest can test any JavaScript application, and that it is widely used to test React.js applications. Testing React.js Applications with Jest will lay out the entire process, allowing you to see Jest in action with your own eyes. You’ll see that comprehensive testing of JavaScript-based web applications is a significant task, and many of the solutions that have emerged over the years have been cumbersome and involved integrating many different tools. With the help of this video you’ll replace these multiple tools and create a fast, comprehensive service that supports advanced features such as snapshots. Along the way you’ll learn how to build Jest into applications using create-react-app. This video course will cover Jest performance, ease of use and configuration, mocking and advanced features - it is a comprehensive guide to the framework that will make testing React.js applications a breeze. What You Will Learn Use Jest effectively to test React.js applications using best practices Integrate testing into your current development process Make your tests easy to set up and fast Work with the advanced capabilities of Jest without additional dependencies Who This Video Is For Web developers interested in best practice and improving the quality of their code and overall systems without introducing friction into their development process.
    Note: Online resource; Title from title screen (viewed May 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484251928
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 23 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn automatic testing in Xcode. Start by creating a simple test app that intentionally crashes in given scenarios. Then review the code to find obvious bad practices and issues. Discover why unit testing is important and perform a simple unit test. Work with test cases before adding functionality. Then increase code coverage and learn why it's important. Finally work with different parts of the app to test specific functionality. What You'll Learn Set up different UI tests for testing different parts of an app Perform simple unit test cases in a project Use test cases before adding functionality to ensure quality apps Who This Video Is For Professional developers or experienced programmers who want to incorporate best practices for testing their apps before publishing them.
    Note: Online resource; Title from title screen (viewed July 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    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 ; local
    Abstract: One of the most difficult business challenges has nothing to do with data or technology—it has to do with people. While it’s fairly easy to assess potential hires’ knowledge and skills, it’s much harder to gauge soft traits like attitude. How can you ensure your first impressions are accurate so you can avoid costly hiring mistakes, and correctly identify rising stars and make the most of their talent? Tony Tjan explains how overlooking personality and attitude in favor of technical expertise can cost you. Make sure you’re never in that situation by learning the most important questions to ask during the hiring process to build a stronger, more successful organization. Recorded on March 26, 2019. See the original event page for resources for further learning. Find future live events to attend or watch recordings of other past events . O’Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts’ unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Learning from Failure , you’ll discover the lessons learned from failures both large and small. You’ll discover how successful companies have addressed setbacks, missteps, and challenges and how you can grow from their examples.
    Note: Online resource; Title from title screen (viewed August 27, 2019)
    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 57 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: LaunchDarkly’s Heidi Waterhouse shares some of the biggest challenges in feature management. In a perfect world, we’d develop tidy, discrete features that are easy to manage. But in reality, we’re often struggling with a complicated snarl of features that are difficult to test and deploy. Heidi explains how you can use feature management design to build modular, testable, resilient systems. Recorded on April 23, 2019. See the original event page for resources for further learning. Find future live events to attend or watch recordings of other past events . O’Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts’ unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Innovation , you’ll discover what successful companies have in common and how you can follow their lead with small practical steps to transform your organization and prepare for the Next Economy.
    Note: Online resource; Title from title screen (viewed September 17, 2019)
    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 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Ethical lapses aren’t just embarrassing and expensive—they can put your organization at serious risk in a number of ways and damage its reputation and bottom line. If you collect any kind of data, you’re more vulnerable to ethical errors than you may realize. From acquisition and model-building to algorithms, it’s critical to view all aspects of data science through an ethical lens and implement best practices to ensure accuracy. We need only look to some very public failures as proof. Learn about three cases when data ethics mistakes cost companies both money and trust—and how your business can avoid their mistakes. Recorded on January 29, 2019. See the original event page for resources for further learning. Find future live events to attend or watch recordings of other past events . O’Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts’ unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Learning from Failure , you’ll discover the lessons learned from failures both large and small. You’ll discover how successful companies have addressed setbacks, missteps, and challenges and how you can grow from their examples.
    Note: Online resource; Title from title screen (viewed August 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    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 ; local
    Abstract: When considering the complexities of implementing a next-generation data pipeline, the risk of over-promising and under-delivering is incredibly high due to the overwhelming expectations placed on predictive analytics today. It’s critical to look at a number of factors—like your company’s culture and the historic promise gap between ETL (extract, transform, load) in the 1970s and AI (artificial intelligence) in the 2010s—to overcome the challenges and succeed. Natalino Busa discusses how to bust the myths, deconstruct the false assumptions, and avoid common pitfalls in order to build and deliver successful data pipelines that deliver real value to your organization. Recorded on February 26, 2019. See the original event page for resources for further learning. Find future live events to attend or watch recordings of other past events . O’Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts’ unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Learning from Failure , you’ll discover the lessons learned from failures both large and small. You’ll discover how successful companies have addressed setbacks, missteps, and challenges and how you can grow from their examples.
    Note: Online resource; Title from title screen (viewed August 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson IT Certification | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 45 min.)
    Edition: 3rd edition
    Keywords: Electronic videos ; local
    Abstract: The Sneak Peek program provides early access to Pearson video products and is exclusively available to Safari subscribers. Content for titles in this program is made available throughout the development cycle, so products may not be complete, edited, or finalized, including video post-production editing. 10+ Hours of Video Instruction Description Red Hat Certified Engineer (RHCE) EX294 Complete Video Course, 3/e: Red Hat Ansible Automation provides a solid understanding of all the topics required to pass the RHCE exam, including how to perform common automation tasks using Ansible and management of a Linux environment Overview Red Hat Certified Engineer (RHCE) EX294 Complete Video Course, 3/e: Red Hat Ansible Automation is all new and fully updated. This 10-hour video course provides a solid understanding of all the topics required to pass the RHCE exam and includes live demos, exam question walk-throughs and dynamic lightboard teaching. The student learns how to perform common automation tasks using Ansible as well as how to use common Ansible components to automate the management of a Linux environment. RHCE EX294 Complete Video Course covers all facets of the newly-updated RHCE exam. Instructor Sander van Vugt walks you through the topics using demos and labs to test the student's knowledge with real world scenarios. Each video lesson ends with a lab that provides an exercise so you can test your skills. Sander then provides a detailed solution to each lab, explaining how to solve for the exam objectives so you can get the experience you need to pass the test. Audio instruction throughout offers detailed explanations, tips, and configuration verifications. This engaging self-paced video training solution provides learners with more than 10 hours of video instruction from an expert trainer with more than 20 years of practical Linux teaching experience. Through the use of topic-focused instructional videos, you will gain an in-depth understanding of all topics on the Red Hat Certified Engineer (RHCE) exam, as well as a deeper understanding of Red Hat Enterprise Linux and Ansible. The combination of video, labs, and practice exams provides a unique offering that gives you a full toolkit to learn and excel on your exam. Topics include: Module 1: Introduction to Ansible Module 2: Using Advanced Ansible Solutions Module 3: Managing Systems with Ansible Module 4: Sample Exam About the Instructor Sander van Vugt has been teaching Linux classes sinc...
    Note: Online resource; Title from title screen (viewed September 27, 2019)
    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 61 hr., 11 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: O’Reilly Media’s Velocity San Jose 2019 conference had one overarching goal: offer conference attendees the opportunity to gather expert insight on building and maintaining cloud native systems. How did Velocity meet that goal? By giving the world’s best cloud native system engineers, SREs, and DevOps experts the chance to share their experiences. For example: Alex Chen (Alibaba Cloud) described how cloud native storage products such as table storage, object storage, and log storage enabled the Alibaba platform to handle RMB 10B worth of sales in two minutes and five seconds. Ory Segal's (PureSec) revealed how attackers approach and exploit the weaknesses of serverless and what you can do about it. Nivia Henry (Spotify) demonstrated how an algorithm is built and what you can do to catch, reduce, or eliminate the algorithmic biases that produce infamous events like Tay the racist Twitter Bot. This video compilation contains all of these talks plus the best keynotes, tutorials, and tech sessions delivered at Velocity San Jose 2019. Looking to build your knowledge of how to build and maintain cloud native systems? Get this compilation and you’ll be on your way. Highlights include: Complete video recordings of Velocity San Jose 2019’s best tutorials, keynote speeches, and technical sessions—contains hours of material to review and study at your own pace and schedule. Cloud engineering tutorials, such as Patrick Meenan (Facebook) on fixing broken HTTP/2 deployments; Michael Kehoe (LinkedIn) on using Terraform to modernize your cloud infrastructure; and Ben Bleything (Google) on using the open source InSpec framework to build infrastructure and compliance tests. Keynotes from luminaries such as Liz Fong-Jones (Honeycomb), Everett Harper (Truss), Julie Horvath (Apple), Alex Qin (Code Cooperative), Lena Hall (Microsoft), and Jessica Kerr (Atomist). Sessions devoted to building secure and resilient systems, including Ian Coldwater’s (Independent) deep dive into Kubernetes CVE-2018-1002105 protections and Nora Jones (Slack) on the advanced approaches required for each piece of the chaos experiments cycle. Special sessions called “Overcoming Obstacles: Lessons in Resilience,” featuring the stories of cloud engineering success in the face of overwhelming barriers from practitioners such as Ryan Kitchens (Netflix), Tim Bonci (Vistaprint), and Tammy Butow (Gremlin). Sessions covering production engineering, SRE, and DevOps, including Charity Majors (Honeyco...
    Note: Online resource; Title from title screen (viewed June 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 49 hr., 17 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Royalties for this video set help fund ODSC community initiatives such as grants to open source projects, our diversity program, student travel grants, and other initiatives. The Open Data Science Conference has established itself as the leading conference in the field of applied data science. Each ODSC event offers a unique opportunity to learn directly from the core contributors, experts, academics and renowned instructors helping shape the field of data science and artificial intelligence Presentations cover not only data science modeling but also the languages and tools needed to deploy these models in the real world such as TensorFlow, MXNet, scikit-learn, Kubernetes, and many more. Our conferences are organized around focus areas to ensure our attendees are at the forefront of this fast emerging field and current with the latest data science languages, tools, and models. You’ll find in our East 2018 video catalog some of our most popular focus areas including: Deep Learning and Machine Learning Over the last 5 years, we have seen incredible advances in the field of data scientist thanks to breakthroughs in neural networks, transfer learning, reinforcement learning, and generative adversarial networks (GANs) to name a few. With the advent of Google Voice, Alexa, and other voice assistants, presentations on enabling technologies like NLP, RNNs, and LSTM are popular. Some session to note: OS for AI: How Serverless Computing Enables the Next Gen of ML—Jon Peck pomegranate: Fast and Flexible Probabilistic Modeling in Python—Jacob Schreiber Data Wrangling to Provide Solar Energy Access Across Africa—Brianna Schuyler, PhD The past, present, and future of Automated Machine Learning—Randy Olson, PhD Minimizing and Preventing Bias in AI—Frances Haugen Deep Learning on Mobile—Anirudh Koul State of the Art Natural Language Understanding at Scale—David Talby, PhD Latest Developments in GANS—Seth Weidman How to Reason About Stateful Streaming Machine Learning Serving—Lessons from Production—Patrick Boueri An Introduction to Active Learning—Jennifer Prendki, PhD How to use Satellite Imagery to be a Machine Learning Mantis Shrimp—Sean Patrick Gorman, PhD Core Data Science and Data Visualization As data science advances at a rapid pace, core skills are more important than ever. Our sessions range from beginner to advanced level for core topics. Additionally, data and models need to be actionable and data visualization remains a key skill in any data sci...
    Note: Online resource; Title from title screen (viewed July 15, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 18 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 6+ Hours of Video Instruction Learn the main concepts and techniques used in modern machine learning through numerous examples written in scikit-learn Overview Machine Learning with scikit-learn LiveLessons is your guide to the scikit-learn library, which provides a wide range of algorithms in machine learning that are unified under a common and intuitive Python API. Most of the dozens of classes provided for various kinds of models share the large majority of the same calling interface. Quite often you can easily substitute one algorithm for another with very little or no change in your underlying code. This enables you to explore the problem space quickly and often to arrive at an optimal–or at least satisficing–approach to your problem domain or datasets. The scikit-learn library is built on the foundations of the numeric Python stack. It uses NumPy for its fundamental data structures and optimized performance, and it plays well with pandas and matplotlib. It is free software under a BSD license. The great bulk of machine learning programming in Python is done with scikit-learn—at least outside the specialized domain of deep neural networks. About the Instructor David Mertz has been involved with the Python community for 20 years, with data science, (under various previous names) and with machine learning since way back when it was more likely to be called “artificial intelligence.” He was a director of the Python Software Foundation for six years and continues to serve on, or chair, a variety of PSF working groups. He has also written quite a bit about Python: the column Charming Python for IBM developerWorks, for many years; Text Processing in Python (Addison-Wesley, 2003); and two short books for O’Reilly. He created the data science training program for Anaconda, Inc., and was a senior trainer for them. Skill Level Intermediate Learn How To Use various machine learning techniques Explore a dataset Perform various types of classification Use regression, clustering, and hyperparameters Use feature engineering and feature selection Implement data pipelines Develop robust train/test splits Who Should Take This Course Programmers and statisticians interested in using Python and the scikit-learn library to implement machine learning Course Requirements Programming experience Table of Contents Introduction Lesson 1: What Is Machine Learning? Lesson 2: Exploring a Dataset Lesson 3: Classification Lesson 4: Regression Less...
    Note: Online resource; Title from title screen (viewed January 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 46 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Sneak Peek The Sneak Peek program provides early access to Pearson video products and is exclusively available to Safari subscribers. Content for titles in this program is made available throughout the development cycle, so products may not be complete, edited, or finalized, including video post-production editing.
    Note: Online resource; Title from title screen (viewed September 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838829780
    Language: English
    Pages: 1 online resource (1 video file, approximately 10 hr., 30 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Create your own 3D graphics with OpenGL and C++ About This Video Learn to set up an OpenGL window using GLFW and the OpenGL API Grasp the technique of programming with modern OpenGL In Detail With this interactive course, you can now take your first step toward learning modern OpenGL programming. You’ll go through a brief history of OpenGL, which will help you understand why it’s important to explore modern OpenGL with its programmable rendering pipeline over the fixed function pipeline. The course will start by taking you through the basics of getting OpenGL running in a window using the Graphics Library Framework (GLFW). Next, you’ll gain insights into rendering polygons to the display by sending buffers of data to the computer graphics card and programming it using shaders with the GLSL shading language. Later, you’ll learn how to map textures to your objects. The course will also help you set up a virtual camera using keyboard and mouse inputs to enable you to move around in the scene. After you have the fundamentals working, you can go on to building more complex elements. You’ll learn how to load 3D models and add impactful lighting to the scene. With each lesson, you’ll build the framework with reusable C++ and OpenGL code. You’ll start with a blank project and write code each step of the way, with every lesson building on the last. The easy-to-follow approach of this course makes it a suitable option even if you’ve never explored OpenGL. Using the source code, prebuilt third-party libraries, and Visual Studio solutions included in this course, you’ll be able to successfully start with building your own game engine. By the end of this course, you’ll have learned how to set up and render in 3D with modern OpenGL. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Learn-Modern-OpenGL-Programming . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed April 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Microsoft Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 12 min.)
    Edition: 1st edition
    Keywords: Microsoft Windows (Computer file) Study guides Examination ; Electronic data processing personnel Certification ; Electronic videos ; local ; Microsoft Windows (Computer file) ; Electronic data processing personnel ; Certification ; examination study guides ; Study guides ; Study guides ; Guides de l'étudiant
    Abstract: More than 8 hours of video instruction to help you support your organization’s Windows 10 deployment and prepare for Exam MD-100 Windows 10, one of the exams required to achieve Microsoft 365 Certified: Modern Desktop Administrator Associate. Overview This engaging, self-paced instructional video course demonstrates various aspects of deploying, maintaining, and securing Windows 10 devices and data. You learn methods and technologies that help you install and configure Windows 10, develop device management policies, protect data, improve security, configure networking, and more. If you’re planning to take Exam MD-100 Windows 10, this video course covers the exam objective domains published by Microsoft in a logical way for learning the technology and preparing for the exam. Throughout each lesson, Microsoft certified trainer and technical author Andrew Warren describes key concepts and puts them into action with demonstrations and real-world scenarios. You can follow along by building a test lab using virtual machines. About the Instructor Andrew Warren has more than 30 years of experience in the IT industry, many of which he has spent teaching and writing. He is a Microsoft Certified Trainer and has been involved as a subject matter expert in many of the Windows Server 2016 courses and as the technical lead in many Windows 10 courses. He also has been involved in developing TechNet sessions about Microsoft Exchange Server. He is the co-author of Exam Ref MD-100 Windows 10 and Exam Ref MD-101 Managing Modern Desktops and the author of Exam Ref 70-741 Networking with Windows Server 2016 and Exam Ref 70-742 Identity with Windows Server 2016 , published by Microsoft Press. Andrew is based in the United Kingdom and lives in rural Somerset, where he runs his own IT training and education consultancy. Skill Level Intermediate Learn How To Deploy Windows Manage devices and data Configure connectivity Maintain Windows Who Should Take This Course IT professionals who deploy, configure, secure, manage, and monitor devices and client applications in an enterprise environment IT professionals who manage identity, access, policies, updates, and apps IT professionals who want to explore new and updated features in Windows 10 Windows 10 administrators preparing for Exam MD-100 Windows 10 Course Requirements Foundational IT skills Basic understanding of and experience with Windows networking
    Note: Online resource; Title from title screen (viewed September 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 52 min.)
    Edition: 1st edition
    Keywords: Internet videos ; Streaming video ; Electronic videos ; local ; Vidéos sur Internet ; Vidéo en continu ; streaming video ; Internet videos ; Streaming video ; Electronic videos
    Abstract: Wow! A brand new set of techniques to study and apply. The videos are great, amazingly organized, and go step by step to introduce such a complex topic. Arnaldo Ayala, Software Architect, Consultores Informáticos The Keras package for R brings the power of deep learning to R users. Deep Learning with R in Motion locks in the essentials of deep learning and teaches you the techniques you'll need to start building and using your own neural networks for text and image processing. Instructor Rick Scavetta takes you through a hands-on ride through the powerful Keras package, a TensorFlow API. You'll start by digging into case studies for how and where to use deep learning. Then, you'll master the essential components of a deep learning neural network as you work hands-on through your first examples. You'll continue by exploring dense and recurrent neural networks, convolutional and generative networks, and how they all work together. And that's just the beginning! You'll go steadily deeper, making your network more robust and efficient. As your work through each module, you'll train your network and pick up the best practices used by experts like expert instructor Rick Scavetta, Keras library creator and author of Deep Learning in Python François Chollet , and JJ Allaire , founder of RStudio, creator of the R bindings for Keras, and coauthor of Deep Learning in R ! You'll beef up your skills as you practice with R-based applications in computer vision, natural-language processing, and generative models, ready for the real-world. Machine learning has made remarkable progress in recent years. Deep learning systems have revolutionized image recognition, natural-language processing, and other applications for identifying complex patterns in data. The Keras library provides data scientists and developers working in R a state-of-the-art toolset for tackling deep learning tasks! Inside: The 4 steps of Deep Learning Using R with Keras and TensorFlow Working with the Universal Workflow Computer vision with R Recurrent neural networks Everyday best practices Generative deep learning You'll need intermediate R programming skills. No previous experience with machine learning or deep learning is assumed. Rick Scavetta is a biologist, workshop trainer, freelance data scientist, cofounder of Science Craft, and founder of Scavetta Academy, companies dedicated to helping scientists better understand and visualize their data. Rick's practical, hands-on exposur...
    Note: Online resource; Title from title screen (viewed August 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484249598
    Language: English
    Pages: 1 online resource (1 video file, approximately 35 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Discover how to write for the web: either for your own brand or as a service that you provide to others. This video will include how to write a blog post, how to write website copy, how to write a persuasive sales script, and how to write SEO articles. The focus will always be on providing value and on understanding the value proposition of the brand that you are writing for. From there, you will look at methods you can use to grab attention, communicate clearly, keep the reader engaged and to encourage an emotional response. You'll cover the importance of content marketing for exposure as well as building trust, and just why writing is in many ways the currency of the web. Content is what brings the vast majority of people to a website. They search Google for content, they return to a website because they enjoyed the content. It is also what sells a product – and simply by improving a sales script, a company can massively increase conversions. Companies that don’t understand how to write for the web will therefore be at a massive disadvantage. This is common to see: we all have encountered countless business sites with muddled messages that fail to explain what the company actually does and why the reader should care. What You Will Learn Study methods you can use to increase engagement and grab attention Understand the role of content and content marketing Write content for email, white papers, press releases, and more Who This Video is For Businesses that are currently failing to make a splash with their websites and social media, or that could be doing better. Anyone looking to increase sales of a product, to increase regular visitors to a blog, or to learn a valuable skill they can sell/use to augment a web development business.
    Note: Online resource; Title from title screen (viewed May 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson IT Certification | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 18 hr., 36 min.)
    Edition: 2nd edition
    Series Statement: LiveLessons
    Keywords: Computer security Study guides Examinations ; Penetration testing (Computer security) Study guides Examinations ; Hacking Study guides Examinations ; Computer networks Study guides Security measures ; Examinations ; Electronic data processing personnel Certification ; Electronic videos ; local ; Sécurité informatique ; Examens ; Guides de l'étudiant ; Tests d'intrusion ; Examens ; Guides de l'étudiant ; Piratage informatique ; Examens ; Guides de l'étudiant ; Réseaux d'ordinateurs ; Sécurité ; Mesures ; Examens ; Guides de l'étudiant ; Computer networks ; Security measures ; Examinations ; Computer security ; Examinations ; Electronic data processing personnel ; Certification ; examination study guides ; Study guides ; Study guides ; Guides de l'étudiant
    Abstract: 18+ Hours of Video Instruction Learn everything you need to know to pass the Certified Ethical Hacker exam. Overview Certified Ethical Hacker (CEH) Complete Video Course provides a complete overview of the topics contained in the EC-Council Blueprint for the CEH exam. With 5 modules containing more than 18 hours of training, this course covers all concepts in the objectives so you can master the knowledge you need to pass the exam. Build your ethical hacking skills with the foundations of reconnaissance, footprinting, enumeration, and vulnerability analysis and dive into hacking web servers, applications, wireless networks, IoT devices, and mobile platforms. Veteran security experts Omar Santos, Nick Garner, and Bo Rothwell provide a thorough foundation through demos and best practices for security risk analysis, as well as hacking tools and methods. With this knowledge, you will be able to confidently mitigate and help guard your network from the multifaceted attacks that you will encounter while also preparing you to pass the CEH exam. Regardless of your level of experience, this video course explores all sides of a multi-pronged cybersecurity attack to ensure that you are prepared to combat attack threats. About the Instructors Omar Santos is an active member of the cybersecurity community, where he leads several industry-wide initiatives and standards bodies. He is a principal engineer of the Cisco Product Security Incident Response Team (PSIRT), where he mentors and leads engineers and incident managers during the investigation and resolution of cyber security vulnerabilities. He is the author of several cybersecurity books and video courses. You can obtain additional information about Omar’s projects at omarsantos.io and h4cker.org. Nick Garner , CCIE No. 17871, is a solutions integration architect for Cisco Systems. He has been in Cisco Advanced Services supporting customers in both transactional and subscription engagements for 8 years. In his primary role, he has deployed and supported large-scale data center designs for prominent clients in the San Francisco Bay area. His primary technical focus outside of data center routing and switching designs is security and multicast. William “Bo” Rothwell has a passion for understanding how computers work and sharing this knowledge with others has resulted in a rewarding career in IT training. His experience includes Linux, Unix, and programming languages such as Perl, Python, Tcl, and BASH. H...
    Note: Online resource; Title from title screen (viewed July 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 28 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 4+ Hours of Video Instruction Overview There is a rapid evolution occurring in machine learning with tools like AutoML that basically automate many of the tedious aspects of machine learning and allow developers to focus on getting results into production. Noah Gift illustrates just now to harness this technology and deploy it successfully on Google Cloud Platform, demonstrating for developers how to employ the current best practices and automated tools to create analytics applications that solve real-world problems. Developers who want to take their Data Science skills to the next level and build AutoML applications in the Cloud will benefit from this unique course, as they learn how to use AutoML, Big Query, Python, and Google App Engine to create sophisticated AI. Description Cloud AutoML is a suite of machine learning products that enables developers with limited machine learning expertise to train high-quality models specific to their business needs. It relies on Google’s state-of-the-art transfer learning and neural architecture search technology. Developers use Cloud AutoML’s graphical user interface to train, evaluate, improve, and deploy models based on their data. This LiveLesson covers programming components essential to the development of AI and Analytics applications. The focus is on building real-world software engineering applications on the Google Cloud Platform. Several emerging technologies are used to demonstrate the process, including AutoML and Google BigQuery. The Python language is used throughout the course, as Python is becoming the de facto standard language for AI application development in the cloud. Download the supplemental files for this LiveLesson from http://www.informit.com/store/building-ai-applications-on-google-cloud-platform-livelessons-9780135973509 . About the Instructor Noah Gift is a lecturer at the UC Davis Graduate School of Management, MSBA program, the Graduate Data Science program, MSDS, at Northwestern and the Graduate Information and Data Science Program at UC Berkeley. He is teaching and designing graduate machine learning, AI, Data Science, and Cloud Architecture courses. These responsibilities include leading a multi-cloud certification initiative for students. Noah is a Python Software Foundation Fellow, AWS Subject Matter Expert (SME) on Machine Learning, AWS Certified Solutions Architect, AWS Certified Big Data-Specialist, AWS Certified Machine Learning-Specialist, AWS Academy Accredited I...
    Note: Online resource; Title from title screen (viewed August 8, 2019)
    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 3 hr., 26 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: A unique keynote speech by Yangqing Jia, the leader of Alibaba’s AI and Big Data organization. A revealing talk by Ion Stoica (UC Berkeley) describing some the AI projects underway at UC Berekely's renowned RISELab. A thoughtful presentation by Long Wang, VP of TenCent Cloud, illustrating what TenCent believes AI will do for the cloud. These are just three of the illuminating talks given by the many AI experts from China, the U.S., and elsewhere who gathered to speak at O'Reilly Media's Artificial Intelligence Conference Beijing June 2019. This video compilation gives you the opportunity to see all of the best presentations from AI Beijing—it contains more than 60 hours of material to review on your schedule. AI Beijing's unique focus is applied AI—bridging the gap between AI developments in research and their commercial applications in business and industry. If you want to understand how AI will change the business landscape, or are working with deep learning or AI (or plan to be)— this video compilation is for you. Highlights include: Complete video recordings from the best of AI Beijing June 2019—this video compilation contains hours of material to review at your own schedule. 55% of the presentations are in English, 42% are in Chinese, and 3% are in English and Chinese. Keynote speeches by AI thought leaders such as Maria Zhang (LinkedIn), Pete Warden (Google Brain Team), Michael James (Cerebras), Hao Zheng (PlusAI), and Tim Kraska (MIT). Tutorials in Chinese, including Intels' Zhen Zhao's exploration into the OpenVINO toolkit and Microsoft's Henry Zeng, Lu Zhang, and Xiao Zhang's introduction to automated machine learning using Python and AutoML. Tutorials in English, such as Alejandro Saucedo's (The Institute for Ethical AI & Machine Learning) practical guide to de-mystifying machine learning bias and Richard Liaw (UC Berkeley RISELab) on how to build reinforcement learning models and AI applications with Ray. "Implementing AI" sessions presented in Chinese, such as Zhenxiao Luo (Uber) on how to run big data and machine learning systems at scale; Hui Xue (Microsoft) on the latest automated machine learning advances at Microsoft Research Asia; and Guoqiong Song (Intel) and Luyang Wang (Office Depot) on how Home Depot's real-time recommendation system was built using Analytics Zoo on BigDL and Apache Spark "Implementing AI sessions" delivered in English, including Google's Kaz Sato's examination of ML operations and Kubeflow pipelines; Rak...
    Note: Online resource; Title from title screen (viewed June 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 36 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Today’s approach to processing streaming data is based on legacy big-data centric architectures, the cloud, and the assumption that organizations have access to data scientists to make sense of it all—leaving organizations increasingly overwhelmed. Simon Crosby (SWIM.AI) shares a new architecture for edge intelligence that turns this thinking on its head. Edge intelligence (encompassing analytics, learning and prediction, and edge computing) can frequently be accomplished on the fly on streaming data, cheaply, at the edge, without data scientists. Simon demonstrates how you can save up to $5,000 a month in cloud processing and storage costs while delivering accurate predictions that can transform outcomes, using well-established architectural pillars, such as the distributed actor model, to process voluminous real-time data at the edge, along with the rich commons of open source analytics and learning tools like Flink and Spark, on nothing more than a $200 device such as an NVIDIA Jetson. The key insight is to use streaming data to build a digital twin model on the fly at the edge, avoiding a ton of complexity and infrastructure costs. Instead, a user defines the entities in their environment (e.g., traffic intersections, compressors, or assembly robots) that deliver data. Using the stateful distributed actor model, you can dynamically build a digital twin (actor) model of the real-world from the data, linking twins based on their relationships. Each digital twin reduces, labels, and analyzes its data and self-trains a machine learning model to predict future performance, at the edge, discarding the original data. This method needs only a tiny fraction of the resources of a big data solution and delivers results in real time. As a result, it bypasses the dev, ops, and data science challenges of edge intelligence, effectively turning devices into data scientists—or at least, building data science twins for entities in the real world. This session was recorded at the 2019 O'Reilly Artificial Intelligence Conference in New York.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838550813
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 33 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Gain the confidence and proficiency to take up the Salesforce Certified Administrator exam About This Video Powerful combination of theory and hands-on guidance through the Salesforce platform Training content is broken down into bitesize videos that can be re-used as reference videos after your certification Extensive inclusion of Trailhead modules and projects to increase your hands-on experience and learning In Detail Salesforce is a fast-growing business solution suite, constantly improving and adding new functionality to its features. This course will serve as a key guide to help you in your certification journey by covering all the topics to help you update your skills and acquire in-depth knowledge of the Salesforce platform. This course will enable you to sharpen your problem-solving skills and strengthen your knowledge of key topics in a practical way and is ideal for administrators at all levels (new and experienced). Every section will cover a module/topic which will be part of the certification. You will also review some example/mock questions that are highly likely to be asked in the certification exam. After covering basics such navigating the Salesforce environment and application and getting your organization ready for users, you will start by setting up and managing user types and profiles. You will cover data and security and also move on to maintaining and customizing Sales Cloud and Service Cloud apps. You will learn how to build reports and dashboards to maximize the look and feel of the application and to enhance user experience. You will set up workflows for automation and manage the support process. You will also look at the configuration, data management, data analytics, and mobile administration. You will cover techniques to enhance your system management efficiently. By the end of this comprehensive course, you will be confident and proficient in your skills and will be all set to take up and succeed at your Salesforce Certified Administrator exam.
    Note: Online resource; Title from title screen (viewed July 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484253960
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 41 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: In this comprehensive video, you will learn how to create, design, and edit 3D shapes with Adobe Photoshop and Illustrator. Even with extensive beginner Photoshop information, the topic of 3D is often overlooked. With the growing trend of needing 3D designs, this bit of knowledge can help you start using basic 3D features in your artwork, and digital or print portfolios. This video begins by focusing on the basics of working with 3D layers and shapes in Photoshop including how to set up your workspace and how to create a basic 3D shape or mesh. Then you’ll dive into working with faux 3D filters in Photoshop before concluding with how to create basic 3D shapes in Illustrator and importing them back into Photoshop as a smart object. Finally, this video will also cover where to go from here in your learning such as 3D printing, video, or creating more advanced 3D scenes using a product such as Adobe Dimension or Adobe Fuse for Characters. Through this video, you’ll be able to enhance your artwork or print designs to include 3D features. What You Will Learn Use the various Photoshop panels to create basic 3D shapes such as the sphere, cone, pyramid, or cube Add materials and textures to a primitive shape and decide whether to make it a smart object, and render or rasterize the shape when you add it to the main PSD document Make minor edits to shading and lighting and rotate the object on the layer to a better position in 3D mode Add some 3D extrusion text with layer effects Create complex shapes and apply filters to enhance the graphic Draw basic 3D shapes in Illustrator and import them into Photoshop as a smart object Who This Video is For Students, graphic designers, and corporate administrators with some basic experience with Photoshop and Illustrator looking to get started with 3D design.
    Note: Online resource; Title from title screen (viewed August 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789612813
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 32 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: An overview of enterprise-ready, modern web development with examples showing popular Angular concepts and strategies About This Video Addresses the challenges you'll meet transitioning to TypeScript from JavaScript Learn key Angular concepts so that you can develop your own powerful web apps Confidently build your own website using Angular and apply what you've learned to practical web development projects In Detail Angular is one of the largest and most widely used frameworks for front-end and full-stack web development; the Angular community is very eager to get hands-on with its latest features. Design patterns allow for a structured and more intuitive way to build applications that are modular, highly scalable and fault-tolerant. This course will serve as a practical and insightful journey through the most valuable design patterns in use, and provides clear guidance on how to use them effectively in Angular. You will explore the best ways to work with Angular and how to use it to achieve the stability and performance required in today's web development world. You'll get to know best practices to improve your productivity and your application's code base. By the end, you’ll be capable using Angular 8 (and future versions) to build better applications that are scalable and high-performing.
    Note: Online resource; Title from title screen (viewed June 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789958263
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 50 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Build the skills you need for designing a full-scale implementation of Microsoft Server 2019 in an enterprise environment About This Video Real-world knowledge from fellow IT professionals with proven expertise who have been there and done that Go from learning Windows Server 2019 to mastering it with all of the advanced features and tools that this OS has to offer Failover clustering, storage, software-defined networking, containers, security, high performance and availability, and more — explained in an engaging and informative manner In Detail Windows Server 2019 provides you with a wide range of powerful, new, and enhanced features such as Hyper-V, Nano-server, server virtualization, storage, software-defined networking, server management and automation, access and information protection, virtual desktop infrastructure, and failover clustering; the list goes on… In this course, as you cover all aspects of administration-level tasks and activities and how to manage Windows Server 2019, you'll master tips for adapting to the new server management ideology, which is all about centralized monitoring and configuration. We'll also show you how migrating your existing setup (Windows Server 2016 or 2012 R2) to the latest update can be so simple. You'll learn about networking and Software-Defined Networking; use PowerShell as a central platform for performing many functions; use the new built-in integration with Docker with this latest release of Windows Server 2019 which centers around security; master HCI; and get a lot of powerful information about the remote access technologies available in this OS, as well as guidelines for virtualizing your datacenter with Hyper-V. By the end of this course, you will have all the collateral required to start planning for a full-scale implementation of Windows Server 2019.
    Note: Online resource; Title from title screen (viewed July 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 40 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Machine learning is increasingly used to make decisions that affect people’s lives in critical domains like criminal justice, fair lending, and medicine. While most of the research in machine learning focuses on improving the performance of models on held-out datasets, this is seldom enough to convince end users that these models are trustworthy and reliable in the wild. To address this problem, a new line of research has emerged that focuses on developing interpretable machine learning methods and helping end users make informed decisions. Despite the growing body of work in developing interpretable models, there is still no consensus on the definition and quantification of interpretability. Forough Poursabzi-Sangdeh (Microsoft Research NYC) argues that to understand interpretability, we need to bring humans in the loop and run human-subject experiments. Forough approaches the problem of interpretability from an interdisciplinary perspective built on decades of research in psychology, cognitive science, and social science to understand human behavior and trust. She describes a set of controlled user experiments in which researchers manipulated various design factors in models that are commonly thought to make them more or less interpretable and measured their influence on users’ behavior. The findings emphasize the importance of studying how models are presented to people and empirically verifying that interpretable models achieve their intended effects on end users. This session was recorded at the 2019 O'Reilly Artificial Intelligence Conference in New York.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484245385
    Language: English
    Pages: 1 online resource (1 video file, approximately 43 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Discover how to create a data merge in easy steps and avoid making basic mistakes using this video. You will take each section step by step to gradually advance your skill level. First, you'll learn how to do a single page data merge that you can send to clients or a print house to be part of a mailer. You’ll easily build your first data merge file and acquire all the skills you need to use for your own projects. If you have already designed a form letter for a client mailer in Adobe InDesign, you’ll see that you don’t need to convert it to a Microsoft Word document to create a mail merge. Instead it’s easier to use InDesign’s Data Merge panel to save you time and money. Here you’ll use data from a Microsoft Excel spread sheet, turn it into a CSV file, and do your data merge. Through this video, you'll see how each step is accomplished through sub-menus and dialog boxes in InDesign and Excel. What You Will Learn Preview linked information fields using the Data Merge panel in InDesign Work with special characters Link data using InDesign’s Data Merge panel Merge the data of the form letter into one document Export a created PDF Use the same CSV data for other related InDesign documents Who This Video Is For Students, graphic designers, and corporate administrators who need to create documents for events. You should have some experience in basic layout in InDesign.
    Note: Online resource; Title from title screen (viewed March 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    ISBN: 9781484245095
    Language: English
    Pages: 1 online resource (1 video file, approximately 40 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Prepare a photograph in Photoshop for use as a texture and surface for a 3D object in Cinema 4D Lite, and then animate that 3D object. This video shows you how 3D animation can stand alone and how you could incorporate it into After Effects to add effects and other elements to your animation project. You’ll go through an example that covers a wide variety of skills you can apply to your future project and see the process from start to finish in Adobe Photoshop and After Effects/Cinema 4D Lite. You’ll make selections, add layers, mask, create materials and objects, modify them, and animate the result. This video includes a detailed step-by-step explanation of every aspect involved in the making of the final video. What You Will Learn Use editing and layer masking in Photoshop Create a new project and import a Photoshop file in Cinema 4D Lite Master keyframing and basic animation principles, such as motion path and easing Apply materials and lights to a 3D object in Cinema 4D Lite Animate a 3D object in Cinema 4D Lite and prepare it for use in After Effects
    Note: Online resource; Title from title screen (viewed March 14, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484255148
    Language: English
    Pages: 1 online resource (1 video file, approximately 29 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn about the family of products that make up the MariaDB ecosystem so that you can make the correct choices in applying MariaDB to your own business problems. This video introduces the full suite of scalability and availability features that combine to make MariaDB a compelling option to large enterprises such as major financial institutions and some of the world’s largest ecommerce operations. Watch this video to learn about MaxScale, MariaBackup, ColumnStore, ClustrixDB, the MariaDB Platform Managed Service, and associated connectors and data adapters. Learn what each of these products can do for you, and the real-world problems they solve. This video begins by introducing the database server that forms the core of MariaDB’s offering. From there you’ll learn about MariaBackup to support backup and recovery, then about MaxScale and Galera Cluster in support of high throughput and scalability. You’ll learn about ColumnStore and how it supports analytics processing and column-oriented workloads for business intelligence applications, and about MariaDB’s managed service offering in the cloud. Finally, there is the extreme scalability of ClustrixDB and how it enables gaming, social media, IoT, and other extreme workloads. What You Will Learn Get the big picture of the MariaDB family of products Choose the right products with confidence for your application Apply scalability options appropriate to your specific needs Automate backup and recovery through MariaBackup Support business intelligence through columnar storage Unlock extreme scaling using ClustrixDB Who This Video Is For Database users or administrators who are comfortable with MariaDB or MySQL in particular, or with relational databases in general, who want to learn the full range of products available from MariaDB to unlock enterprise-grade performance and scalability.
    Note: Online resource; Title from title screen (viewed October 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 40
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838983383
    Language: English
    Pages: 1 online resource (1 video file, approximately 11 hr., 19 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Comprehensive, hands-on AWS Big Data Certification prep, including a practice exam! About This Video Explore Kinesis, EMR, DynamoDB, Redshift, and more Get well-versed with the core concepts necessary to work with AWS big data In Detail The AWS Certified Big Data Specialty exam is one of the most challenging certification exams you can take from Amazon. Achieving this certification validates your knowledge of big data systems. But even experienced technologists need to prepare heavily for this exam. This course sets you up for success by taking you through all the big data technologies covered in the exam and explaining how they fit together. Best-selling instructors Frank Kane and Stéphane Maarek have teamed up to deliver the most comprehensive and hands-on prep course yet. Together, they've taught over 300,000 people around the world. This course combines Stéphane's knowledge of AWS with Frank's experience in big data, gleaned during his 9-year career at Amazon. Both Frank and Stéphane have passed the exam themselves on the first try. The world of big data on AWS includes a dizzying array of technologies and services. This course covers the following topics in depth: Streaming massive data with AWS Kinesis Queuing messages with Simple Queue Service (SQS) Wrangling explosion data from the Internet of Things (IoT) Transitioning from small to big data with the AWS Database Migration Service (DMS) Storing massive data lakes with the Simple Storage Service (S3) Optimizing transactional queries with DynamoDB Applying neural networks at massive scale with Deep Learning, MXNet, and TensorFlow Applying advanced machine learning algorithms at scale with Amazon SageMaker Analyzing streaming data in real time with Kinesis Analytics Searching and analyzing petabyte-scale data with Amazon Elasticsearch Service Querying S3 data lakes with Amazon Athena Hosting large-scale data warehouses with Redshift and Redshift Spectrum Integrating smaller data with your big data using the Relational Database Service (RDS) and Aurora Visualizing your data interactively with Quicksight Keeping your data secure with encryption, KMS, HSM, IAM, Cognito, STS, and more Big data is an advanced certification, and it's best suited for anyone who has already obtained associate-level certification in AWS and has some data analytics experience. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: http...
    Note: Online resource; Title from title screen (viewed May 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 41
    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 ; local
    Abstract: Machine learning (ML) is absolutely critical to driving your business success—and more opportunities to integrate it in innovative ways are emerging every day. However, implementation isn’t always as easy as it seems. To effectively execute ML and make it work for your organization, you must solve for this new interdependency between data, metrics, and testing. In this Spotlight on Innovation , learn about machine learning opportunities and challenges—and why process improvements can be even more beneficial than algorithmic ones. Recorded on February 13, 2019. See the original event page for resources for further learning. Find future live events to attend or watch recordings of other past events . O’Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts’ unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Innovation , you’ll discover what successful companies have in common and how you can follow their lead with small practical steps to transform your organization and prepare for the Next Economy.
    Note: Online resource; Title from title screen (viewed July 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    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 ; local
    Abstract: The power of storytelling has long been used in Hollywood to engage viewers and generate billions of dollars in sales. However, data storytelling, while highly trendy, is frequently misused and often limited to pretty charts. In this Spotlight on Data , learn how to use the power of storytelling with your data to skyrocket user engagement. Get your users to take action by implementing a few proven techniques. Recorded on July 15, 2019. See the original event page for resources for further learning. Find future live events to attend or watch recordings of other past events . O’Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts’ unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Data , you’ll learn about, discuss, and debate the tools, techniques, questions, and quandaries in the world of data. You’ll discover how successful companies leverage data effectively and how you can follow their lead to transform your organization and prepare for the Next Economy.
    Note: Online resource; Title from title screen (viewed July 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 43
    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 ; local
    Abstract: While a mitigation is any action you might take to reduce the impact of a breakage—such as SSHing into an instance and clearing the cache or switching off machines to close down a vulnerability—generic mitigations are actions that first responders can take even before the root cause is fully understood. As such, they’re useful for addressing a wide variety of outages. Every service should employ at least one or two generic mitigations to minimize outage impacts. In this Spotlight on Cloud , Jennifer Mace, site reliability engineer at Google, shows you how to distinguish between specific and generic mitigations and how to identify what generic mitigations your service might need. Recorded on September 25, 2019. See the original event page for resources for further learning. Find future live events to attend or watch recordings of other past events . O’Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts’ unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Cloud , you’ll learn about the complex, ever-evolving world of the cloud. You’ll discover how successful companies have adopted and embraced this massive network of shared information and how you can follow their lead to transform your organization and prepare for the Next Economy.
    Note: Online resource; Title from title screen (viewed October 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 44
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838551520
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 37 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Get up and running with the world’s leading game engine. About This Video Learn one of the most popular tools in the industry and develop a 3D game in only 7 days, without any prior knowledge of game development. Learn game-development best practices with relevant and practical examples. Create an interesting 3D game using Unity 2019 for free, with only a few lines of code. In Detail Curious about game development but afraid to get into it because it seems too hard? Fear no more! With this course, you will learn how to develop games with one of the most popular engines in the industry. You will learn only relevant and practical information, and appreciate how it applies to the real world. By the end of this course, you will have a full-scale 3D game, similar to indie favorites such as Dear Esther, Amnesia, and Gone Home. In only 4 hours, you will become an indie developer! Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Unity-Game-Development-in-4-hours . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed April 22, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 45
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 16 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: The courses in this series will help you prepare for the Unity Certified 3D Artist exam, the professional certification for entry- to mid-level Unity artists. 3D artists are critical to the Unity development pipeline. They are a bridge between the programmers writing the application code and the designers or art directors who define the application’s aesthetics and style. In these courses, you will be challenged to complete realistic art implementation tasks in Unity that are aligned to the topics covered on the exam. Description Unity’s only official series of courses to prepare for the Unity Certified 3D Artist exam. This specialization covers five topic areas distributed over 5 self-paced courses: Asset Creation and Management; Lighting, Reflection and Post-Processing Effect; Integrating Scripts for Scene Integrations; Character Setup; and Setting up Cutscenes.Participants in this Specialization will complete multiple project milestones across two main projects: a Kitchen Configuration application with a realistic aesthetic, and a 3D video game level with a more stylized science-fantasy look. Across these two projects, learners will complete tasks including importing assets, manipulating materials, creating prefabs, adding lighting, setting up character models, and building cutscenes. About the Instructor Unity Technologies is the creator of the worlds most widely used real-time 3D (RT3D) development platform, giving developers around the world the tools to create rich, interactive 2D, 3D, VR and AR experiences. Our 1000 person engineering team keeps Unity at the bleeding-edge of technology by working alongside partners such as Facebook, Google, Microsoft, and Oculus to ensure optimized support for the latest releases and platforms. Experiences made with Unity reach nearly 3 billion devices worldwide, and were installed 24 billion times in the last 12 months. Unity is powering RT3D in architecture, automotive, construction, engineering, film, games, and more. By successfully completing the projects in all four courses, participants will have had extensive, guided practice in the programming skills needed to pass the Unity Certified 3D Artist Programmer Eexam. Skill Level Intermediate What You Will Learn Select the relevant import settings for importing 3D assets into Unity Troubleshoot common issues with imported 3D assets Identify techniques to prototype scenes and maintain prefabs throughout the production cycle Recognize pro...
    Note: Online resource; Title from title screen (viewed June 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 46
    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 ; local
    Abstract: Startups seem to come out of nowhere, disrupting their markets and leaving traditional organizations to ask themselves how they too can adopt cloud-centric models and approaches. But just how realistic is this? Today’s enterprises are sometimes criticized for legacy thinking, but they also have to bear the burden of infrastructure, supply chains, security, governance frameworks, and customer drivers that can’t be changed at the flick of the switch. Here's the good news: enterprise concerns and cloud native principles may be better aligned than you think. Flexible infrastructure is becoming a staple of modern data centers. Microservices models align with software architecture best practices, while Agile innovation approaches such as DevOps are maturing in governance. At the same time, cybersecurity and risk management is an area of traditional strength, and operational principles used in the enterprise are as important as ever. Find out how businesses can adopt cloud native principles without throwing away what it means to be an enterprise. Recorded on May 2, 2019. See the original event page for resources for further learning. Find future live events to attend or watch recordings of other past events . O’Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts’ unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Cloud , you’ll learn about the complex, ever-evolving world of the cloud. You’ll discover how successful companies have adopted and embraced this massive network of shared information and how you can follow their lead to transform your organization and prepare for the Next Economy.
    Note: Online resource; Title from title screen (viewed September 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 47
    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 ; local
    Abstract: We're experiencing a boom in smart products and services, from virtual assistants like Alexa to robotic surgical tools. But as we design and develop products of increasing complexity—incorporating machine learning to drive autonomous decision making—measuring output and outcomes also explodes in complexity. In the face of all this complexity, how do you design your teams and collaborative processes to ensure a successful product? Teams have to move away from merely seeking “approvals” and toward collaborating on the goals and parameters; they must also target use cases that will make or break the experience for end users. The more dynamic the technology, the wider the range of diverse perspectives that must inform the process. Data scientists, designers, developers, lawyers, and regulators all need to weigh in, and their voices need to be heard and accounted for. Recorded on April 15, 2019. See the original event page for resources for further learning. Find future live events to attend or watch recordings of other past events . O’Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts’ unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Data , you’ll learn about, discuss, and debate the tools, techniques, questions, and quandaries in the world of data. You’ll discover how successful companies leverage data effectively and how you can follow their lead to transform your organization and prepare for the Next Economy.
    Note: Online resource; Title from title screen (viewed September 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson IT Certification | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 38 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 3+ Hours of Video Instruction In more than 3 hours of video instruction, Red Hat OpenShift Fundamentals LiveLessons viewers will learn how to administer Red Hat OpenShift to manage containers in an enterprise environment and to integrate them in a DevOps environment. Overview In more than 3 hours of video instruction, Red Hat OpenShift Fundamentals LiveLessons viewers will learn how to administer Red Hat OpenShift to manage containers in an enterprise environment and to integrate them in a DevOps environment. Red Hat OpenShift Fundamentals LiveLessons provides an introduction to working with containers in an OpenShift environment, and covers all core aspects of working with containers in OpenShift. OpenShift is an increasingly popular platform that helps you more easily deploy applications in an enterprise environment. The platform helps developers to seamlessly roll out an application in the form of a completely operational container. At the same time, it allows administrators to manage the application life cycle in a flexible way, where applications can be monitored for availability, and easily scaled up and down if the workload requires it. Learn how to get started with OpenShift in six lessons. In the first lesson, you'll learn how OpenShift can help you. An explanation of what OpenShift is, and how it relates to the Kubernetes platform is provided. The second lesson discusses how to get started with OpenShift, and different installation scenarios are demonstrated. Lesson 3 shows how to deploy applications in OpenShift, and Lesson 4 will explain software-defined networking, as implemented in OpenShift. Lesson 5 discusses more advanced features, such as pod scaling and node placement; and Lesson 6 shows how to connect containers in OpenShift to storage. With a combination of white-board instruction, demonstrations, and CLI learning, Sander van Vugt demystifies OpenShift. Skill Level Beginner/Intermediate Learn How To Understand when and how to use OpenShift depending on your environment Install the various versions of OpenShift Create applications from the web console Creating resources using the oc command line utility Use source-to-image to automatically build containers from the source code Use software-defined networking and using SDN in OpenShift Work with applications, including scaling Handle pod scheduling Manage images, image streams, and OpenShift templates Set up OpenShift storage Who Should Take This Course IT professionals that...
    Note: Online resource; Title from title screen (viewed April 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 49
    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
    Keywords: Electronic videos ; local
    Abstract: Blockchain: there’s a lot of excitement around this technology that decentralizes data, and even more opportunity. Ultimately, a business and social strategy that integrates blockchain can have a major impact on your organization, making it more efficient and increasing transparency. Recorded on January 9, 2019. See the original event page for resources for further learning. Find future live events to attend or watch recordings of other past events . O’Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts’ unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Innovation , you’ll discover what successful companies have in common and how you can follow their lead with small practical steps to transform your organization and prepare for the Next Economy.
    Note: Online resource; Title from title screen (viewed August 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 50
    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 ; local
    Abstract: Artificial intelligence can be intimidating. There are complex, sticky challenges of data collection and verification, algorithms and bias, and deploying AI services to production, plus ever-expanding ethical concerns. New trends in hardware, algorithms, tools, and data ecosystems are quickly transforming AI into a must-have for today’s organizations. Progress is accelerating, but so are obstacles; a successful, real-world implementation of AI depends on balancing many interdependent concerns. Recorded on March 13, 2019. See the original event page for resources for further learning. Find future live events to attend or watch recordings of other past events . O’Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts’ unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Innovation , you’ll discover what successful companies have in common and how you can follow their lead with small practical steps to transform your organization and prepare for the Next Economy.
    Note: Online resource; Title from title screen (viewed August 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 51
    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 ; local
    Abstract: From determining the most convenient rider pickup points to predicting the fastest routes, Uber uses data-driven machine learning to create seamless trip experiences. Within engineering, big data and machine learning inform decision-making processes across the board. As Uber expands to new markets, the ability to accurately and quickly use data to make predictions becomes even more important. In this case study, Uber’s Zhenxiao Luo details the company's machine learning architecture and talk about how Uber uses big data to power machine learning jobs. Recorded on June 17, 2019. See the original event page for resources for further learning. Find future live events to attend or watch recordings of other past events . O’Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts’ unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Data , you’ll learn about, discuss, and debate the tools, techniques, questions, and quandaries in the world of data. You’ll discover how successful companies leverage data effectively and how you can follow their lead to transform your organization and prepare for the Next Economy.
    Note: Online resource; Title from title screen (viewed October 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 52
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789612684
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 34 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Build beautiful, modern, and modularized UIs with React’s latest version About This Video Understand the core concepts involved in thinking and structuring code in React. Jump straight into any React project. Use tools and resources to accomplish your goals. In Detail Want to make the process of building modular, reusable user interface components simple and intuitive? React.js is the answer, with its Learn Once, Write Anywhere approach. This course will help you understand the power behind this approach and build beautiful, modern, and modularized UIs with React’s latest version. This course will cover all of the React.js basics such as its API, which will help you create elements and components; the virtual DOM and the JSX syntax extension; using state; working with browser events; and component lifecycle methods. You will build an application from scratch throughout the course and use the knowledge you've gained in a practical way. You will also learn to update various elements of a site or application seamlessly without delay, without disrupting the rest of the display or requiring the user to refresh. Also, get introduced to the new concept of hooks.. Finally, you will work with a server API to persist data using local storage.(Note that we use Node.js 10.13.0 for this course, which will run successfully with the React features we cover.) By the end of the course, you will be fully capable of using ReactJ.js tools to build several UI elements, making them reactive to user input, and extending your knowledge of DOM manipulation to customize your own UIs in the future. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Learning-React . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed April 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 53
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 50 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Over the past two years, Credit Karma has gone from zero to nearly 100 microservices, supporting over 300 engineers while serving our more than 80 million members. Drawing on his experience at Credit Karma, Mason Jones shares approaches based on his real-world experiences making the shift to microservices, covering routing (How does service A find and call service B?), management (How do you handle hundreds of containers?), observability (How do you know what’s going on out there?), and experience (How do your developers deal with these services?), as well as the cultural and organizational impact that you can’t avoid. Join in to explore solutions, pitfalls, and practical examples that have worked in the real world at scale. This session was recorded at the 2019 O'Reilly Software Architecture Conference in New York.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson IT Certification | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 20 hr., 42 min.)
    Edition: 1st edition
    Keywords: Linux Study guides Examinations ; Electronic data processing personnel Study guides Certification ; Electronic videos ; local ; Linux ; Electronic data processing personnel ; Certification ; Examinations ; examination study guides ; Study guides ; Study guides ; Guides de l'étudiant
    Abstract: Sneak Peek The Sneak Peek program provides early access to Pearson video products and is exclusively available to Safari subscribers. Content for titles in this program is made available throughout the development cycle, so products may not be complete, edited, or finalized, including video post-production editing. 20+ Hours of Video Instruction Description CompTIA Linux+ has more than 20 hours of comprehensive video training so you have everything you need to prepare for the CompTIA Linux+ exam and also build a strong understanding of working with Linux. This title includes a copy of Linux Fundamentals LiveLessons. Overview CompTIA Linux+ Complete Video Course has more than 20 hours of comprehensive video training covering all of the objectives on the CompTIA Linux+ exam. Expert author and trainer Sander van Vugt will walk you first through Linux basics with 10 hours of essential concepts in his Linux Fundamentals LiveLessons title. You will then get a deep dive into core Linux topics. This thorough and engaging training provides whiteboard concept teaching, live CLI work, screencast teaching, and hands-on labs, so you have everything you need to study for - and pass - the CompTIA Linux+ exam. To offer this course in the way that is most efficient for you, the contents have been developed to build upon your existing knowledge of Linux. You will start with Linux Fundamentals LiveLessons, a full video course on Linux basics, concepts, practices, and theories so you can get the foundational knowledge you need. You will then dive into the core part of the CompTIA Linux+ exam, including advanced user settings, storage management, managing server roles, and both common and advanced system administration tasks. Each lesson ends with a lab so you can practice your own skills as you complete the course. The labs are built so you first have the opportunity to walk through a task on your own. Each lab is then followed by a Lab Solution, where the author walks you through the most efficient way to complete the lab. This accessible self-paced video training solution provides learners with more than 20 hours of personal visual instruction from an expert trainer with more than 20 years of practical Linux teaching experience. Through the use of topic-focused instructional videos you will gain an in-depth understanding of all topics on the CompTIA Linux+ exam, as well as a deeper understanding of Linux. The combination of video and labs is a unique offering...
    Note: Online resource; Title from title screen (viewed July 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 55
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson IT Certification | Boston, MA : Safari
    ISBN: 9780135305331 , 0135305330
    Language: English
    Pages: 1 online resource (1 video file, approximately 34 hr., 4 min.)
    Edition: 1st edition
    Keywords: Internet videos ; Streaming video ; Electronic videos ; local ; Vidéos sur Internet ; Vidéo en continu ; streaming video ; Internet videos ; Streaming video ; Electronic videos
    Abstract: Sneak Peek The Sneak Peek program provides early access to Pearson video products and is exclusively available to Safari subscribers. Content for titles in this program is made available throughout the development cycle, so products may not be complete, edited, or finalized, including video post-production editing. 21+ Hours of Video Instruction Overview CompTIA A+ Core 1 (220-1001) Complete Video Course is a unique video product that provides a solid understanding of A+ skills. The purpose of these videos is to act as quick, concise, hands-on training that is easily absorbed. In this best-selling author and instructor-led course you will get coverage of every objective and topic in the CompTIA A+ Core 1 (220-1001) exam. It is also full of hands-on demos so you can see real hardware and software presentations. David Prowse walks you through the details you need to not only pass the test, but troubleshoot and fix real hardware, software, and network problems for your career. The author also includes Tech Tips throughout to give you insider info on troubleshooting, repair, and maintenance. This title can be used as your sole resource for learning the material needed to study for and pass the test. You can also use this as a supplement to other A+ training. Five domains map to the main objectives of the CompTIA A+ Core 1 (220-1001) exam. These domains contain 37 lessons with video totaling more than 21 hours of hands-on demonstrations, audio instruction, animations, whiteboard training, and video screencasting. The videos also include the author building a computer live on camera so you can see first-hand how to accomplish this key task. He also includes hands-on configuration labs; laptop, smartphone, and device hardware labs; and live-action troubleshooting labs. The 37 video lessons are broken down into five domains and cover the following topics: Mobile Devices Networking Hardware Virtualization and Cloud Computing Hardware and Network Troubleshooting Topics include Domain 1: Mobile Devices Domain 2: Networking Domain 3: Hardware Domain 4: Virtualization and Cloud Computing Domain 5: Hardware and Network Troubleshooting Skill Level Beginner You Will Learn All the objectives in the CompTIA A+ Core 1 (220-1001) exam Test-taking techniques with interactive practice quizzes, performance-based simulations, and hands-on exercises How to build a computer, perform networking tasks, configure laptops and mobile devices, and perform troubleshooting ta...
    Note: Online resource; Title from title screen (viewed June 24, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 11 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 7 Hours of Video Instruction Data Engineering with Python and AWS Lambda LiveLessons shows users how to build complete and powerful data engineering pipelines in the same language that Data Scientists use to build Machine Learning models. By embracing serverless data engineering in Python, you can build highly scalable distributed systems on the back of the AWS backplane. Users learn to think in the new paradigm of serverless, which means to embrace events and event-driven programs that replace expensive and complicated servers. Description Some of the many benefits of programming with AWS Lambda in Python include no servers to manage, continuous scaling, and subsecond metering. Several use cases include data processing, stream processing, IoT backends, mobile, and web applications. Learn to take advantage of a new paradigm in software architecture that will make your code easier to write, maintain, and deploy. AWS Lambda functions are the building blocks for creating sophisticated applications and services on AWS. In this LiveLesson, you learn to use Python to develop Lambda functions that communicate with key AWS services: API Gateway, SQS, and CloudWatch functions. You also learn how a new cloud-based development environment, Cloud9, can streamline writing, debugging, and deploying AWS Lambda functions. About the Instructors Noah Gift is a lecturer and consultant at both the UC Davis Graduate School of Management MSBA program and the Graduate Data Science program, MSDS, at Northwestern. He is teaching and designing graduate Machine Learning, AI, and Data Science courses, and consulting on Machine Learning and Cloud Architecture for students and faculty, including leading a multi-cloud certification initiative for students. Noah is a Python Software Foundation Fellow, AWS Subject Matter Expert (SME) on Machine Learning, AWS Certified Solutions Architect and AWS Academy Accredited Instructor, Google Certified Professional Cloud Architect, and Microsoft MTA on Python. Noah has published close to 100 technical publications, including two books on subjects ranging from Cloud Machine Learning to DevOps. Gift received an MBA from UC Davis, an M.S. in Computer Information Systems from Cal State Los Angeles, and a B.S. in Nutritional Science from Cal Poly San Luis Obispo. Currently, he is consulting startups and other companies on Machine Learning, Cloud Architecture, and CTO level consulting as the founder of Pragmatic AI Labs. His most recent ...
    Note: Online resource; Title from title screen (viewed August 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484253823
    Language: English
    Pages: 1 online resource (1 video file, approximately 48 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Implement Blockchains in iOS applications using the Swift programming language while working with the basics of blockchain development. In the first part of this video, the logic behind blockchains will be explained and then the same logic will be implemented in iOS application development. You’ll work to develop a sample application where you'll allocate two accounts which will have a certain amount of bitcoins in them. Then you'll transfer those bitcoins between those accounts using blockchain technology by clicking transfer buttons in the application. What You Will Learn Implement blockchains in iOS applications Define blockchains in Swift Develop a sample blockchain application Who This Video Is For Experienced Swift developers who want to work with blockchains and decentralized programming.
    Note: Online resource; Title from title screen (viewed September 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 58
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson IT Certification | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 42 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 12+ Hours of Video Instruction Overview Even though the CCNA certification is an associate level program, exam candidates are expected to have a basic knowledge of IP addressing, knowledge of networking fundamentals, and some experience deploying and managing Cisco solutions. CCNA 200-301 Foundations LiveLessons provides you with the pre-requisite knowledge needed to begin your CCNA exam preparation. Assuming no previous knowledge, this comprehensive networking fundamentals course covers the theory and operation of multiple networking technologies, all designed to lay a strong foundation for your CCNA studies and beyond. About the Instructor Kevin Wallace, CCIEx2 (Route/Switch and Collaboration) #7945 With Cisco experience dating back to 1989, Kevin has been a Network Design Specialist for the Walt Disney World Resort, a Network Manager at Eastern Kentucky University, an instructor for Cisco Learning Partners, an author of multiple Cisco Press books, and a Distinguished Speaker at Cisco Live. Currently, Kevin owns and operates Kevin Wallace Training, LLC (kwtrain.com), a provider of self-paced training materials that simplify computer networking. Skill Level Beginner Learn How To In this course, you’ll learn the fundamentals of networking, to get you prepared to begin your Cisco CCNA studies. Specifically, you’ll learn the basics of the following topics: protocols and reference models, network devices, network topologies, network services, WAN technologies, cables and connectors, Ethernet switches, wireless networking, network addressing, routing, unified communications, cloud and virtualization, network security, network monitoring and management, high availability, and quality of service. Who Should Take This Course This course is designed for anyone wanting to work towards their Cisco CCNA certification that has less than two years of networking experience. Course Requirements Since this is an introductory level course, there are no prerequisites. Lesson descriptions Protocols and Reference Models: In this lesson, you’ll learn about commonly used network protocols and how they fit into the OSI Model. Network Devices: In this lesson, you’ll learn about the operation of network devices such as routers, switches, and firewalls. Network Topologies and Categories: In this lesson, you’ll learn about ways to categorize networks based on size and where resources are located. Network Services: In this lesson, you’ll learn about network services suc...
    Note: Online resource; Title from title screen (viewed August 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 59
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 19 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 5+ Hours of Video Instruction Web applications of today are becoming increasingly more complex. Our apps commonly need to request data from various sources and handle rich user interactions, which can become difficult to keep track of as our apps scale. Luckily, if you are using the React framework, there are many ways to solve these problems. React has emerged as the industry standard for JavaScript frameworks. With more than 3 million weekly downloads from the NPM package manager—and heavy usage by leading companies such as Google, Microsoft, Netflix, Twitter and so many more—React is a leading framework. Learn how to unlock the power of React with the Redux library to provide creative solutions and highly flexible web components. In larger applications, many developers and teams lean on Flux-style architectures, such as those implemented by the Redux library, which have proven to be highly scalable and easily testable. Instructor Dave Lunny covers how you can develop successful web applications with these powerful technologies. Description In this 5 hour LiveLesson, Dave Lunny provides a deep dive into the concepts behind Flux-based architectures like Redux, showing how to use unidirectional data patterns to help simplify your web applications. Lunny uses a mix of screen casting, slides, and personal narrative to cover modern development patterns, demonstrating how to solve state management issues that can arise—such as higher-order components, render props, and context. Skill Level Beginning-Intermediate What You Will Learn How to simplify the way data flows through applications A full understanding of the concepts behind Flux-style architecture and how to think in Redux Exciting concepts to help make components more flexible A keen understanding of the overarching concept behind Redux and how the library fits into a modern front-end JavaScript stack How to use Redux with React Advanced React patterns, such as higher-order components, render props, and the Context API Who Should Take This Course Web Developers Javascript developers Course Requirements Pre-requisites: A working knowledge of modern JavaScript (ES6+), as well as some basic CSS/HTML knowledge. Understanding of common web development best practices, specifically the benefits of building reusable UI components. Intermediate knowledge of the React JavaScript framework. About Pearson Video Training Pearson publishes expert-led video tutorials covering a wide selection of technolo...
    Note: Online resource; Title from title screen (viewed April 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 60
    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 ; local
    Abstract: With new technologies increasing the pace of innovation every day, companies demand a constant supply of fresh ideas. To be successful, an innovation process must deliver two things: a superior solution and a great market response. Once you have the former, how do you ensure the latter? It all starts by examining the key dimensions of a technology’s evolution and understanding how it’s delighting customers. Learn how to make better decisions about where to focus your innovation efforts and money. You’ll also find out—through two case studies—how backing the right industry innovations can pay off for your organization in a major way. Recorded on April 10, 2019. See the original event page for resources for further learning. Find future live events to attend or watch recordings of other past events . O’Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts’ unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Innovation , you’ll discover what successful companies have in common and how you can follow their lead with small practical steps to transform your organization and prepare for the Next Economy.
    Note: Online resource; Title from title screen (viewed August 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    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 ; local
    Abstract: Long gone are the days when computer security was about data. Now, it’s about the much more critical and personal issues of life and property. The impact of this change means two things: Data authentication and integrity concerns will trump those of confidentiality The idea of an internet without regulations will be a thing of the past While these consequences are inevitable, we can prepare for them. First, by looking at previous attempts to secure these systems. Then, by considering the appropriate technologies, laws, regulations, economic incentives, and social norms we should focus on going forward. Recorded on April 4, 2019. See the original event page for resources for further learning. Find future live events to attend or watch recordings of other past events . O’Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts’ unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Cloud , you’ll learn about the complex, ever-evolving world of the cloud. You’ll discover how successful companies have adopted and embraced this massive network of shared information and how you can follow their lead to transform your organization and prepare for the Next Economy.
    Note: Online resource; Title from title screen (viewed September 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 1 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 4+ Hours of Video Instruction Machine Learning is the scientific study of models and algorithms that train a computer to make predictions without explicit instruction. Machine Learning is a subset of Artificial Intelligence, which can be defined as computers that mimic human problem-solving. This video demonstrates the core principles of Machine Learning and AI, including supervised Machine Learning, unsupervised Machine Learning, neural networks, and social network theory. Learn to master the foundational concepts of AI and Machine Learning. The LiveLessons video starts with an overview of Artificial Intelligence and covers applications of AI across industries and opportunities in AI for individuals, organizations, and ecosystems. It also covers the difference between narrow, general, and super AI. Description Shore up the foundational knowledge necessary to work with Artificial Intelligence and Machine Learning! This LiveLesson video covers the core principles of Artificial Intelligence and Machine Learning, including how to frame a problem in terms of Machine Learning and how Machine Learning is different than statistics. Learn about fundamental concepts including nearest neighbors, decision trees, and neural networks. The video wraps up covering timely machine learning topics such as cluster analysis, dimensionality reduction, and social networks. Access the code repository for this LiveLesson at https://github.com/noahgift/fundamentals_ai_ml . About the Instructor Noah Gift is lecturer and consultant at UC Davis Graduate School of Management MSBA program the Graduate Data Science program, MSDS, at Northwestern, the Graduate Data Science program at UC Berkeley. He is teaching and designing graduate Machine Learning, AI, Data Science courses and consulting on Machine Learning and Cloud Architecture for students and faculty. These responsibilities include leading a multi-cloud certification initiative for students. Noah is a Python Software Foundation Fellow, AWS Subject Matter Expert (SME) on Machine Learning, AWS Certified Solutions Architect and AWS Academy Accredited Instructor, Google Certified Professional Cloud Architect, and Microsoft MTA on Python. Noah was selected to the SME Machine Learning team due to accomplishments in the area of Machine Learning on the AWS platform. He has published more than 100 technical publications, including several books on subjects ranging from Cloud Machine Learning to DevOps. Gift received an MBA fro...
    Note: Online resource; Title from title screen (viewed September 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 63
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484250815
    Language: English
    Pages: 1 online resource (1 video file, approximately 48 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: This video explains how to create Power BI visuals that provide a good user experience. The video begins by explaining how the common mindset around data visualization is often wrong, and then it suggests a better approach. Report developers are often tempted to make visualizations all about them to show off the data gathered or their report design skills, but reports should be focused on communicating and interacting with the intended audience. This video provides you with practices and guidance toward communicating the right message to your audience without clutter and distraction. Once mindset and goals have been properly aligned, the video discusses the visual tools you have at your disposal when formatting a Power BI visual. These tools include color, shape, and layout. Misapplying these tools can make a visual distracting, ugly, or even misleading. Applying them correctly can make a visual pop and help to communicate the right message, which is the message you are working so hard to get across. Accessibility in report design is also discussed. Demos show how changing seemingly simple attributes on visuals can greatly improve accessibility. Common visualization mistakes are shown, along with examples of how to fix them. In addition to formatting individual visuals, the video discusses how to put them together on a report page to form a coherent analysis. After making an initial draft, it’s time to do a quality check on the report. This video covers what attributes to check and discusses tools to help with your quality checks. Tips are provided on helpful features in Power BI that make good design easier, such as use of report themes and templates, and setting the default visual interaction style. The video will show how to iterate on a report design to improve it based upon findings in the quality checks. The video ends by reviewing the starting point of a report that needed optimization and comparing that to the result after some improvements to see the effect on the user experience. What You Will Learn Take a goals-oriented approach to creating charts and graphs in Power BI Combine color, shape, and layout to create a desired user experience Create reports that effectively communicate the specific message you are working to convey Make Power BI reports accessible for those with visual, motor, and cognitive disabilities Evaluate charts, graphs, and other visuals using a repeatable checklist for optimal display of information Recognize a...
    Note: Online resource; Title from title screen (viewed June 15, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838983055
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 1 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Linux administration and command line About This Video Get to grips with fundamental Linux concepts Explore useful examples and smart tips throughout the course Benefit from the course’s easy-to-follow three-day learning schedule In Detail This course is designed to help you quickly get started with learning Linux. As you build on your knowledge, you’ll be able to confidently carry out Linux installation and even manage the Linux server by running commands. By spending only a few hours every day for three days, you’ll cover essential Linux concepts including the following: Day 1 – Installation, Configuration, File System and Basic Commands Day 2 – Linux System Administration Day 3 – Advanced Linux System Administration Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/Asif-packt/Perfect-3-Days-Linux-Course . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed May 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 65
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484251515
    Language: English
    Pages: 1 online resource (1 video file, approximately 38 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn best practices in certificate management for SQL Server. Certificates are small snippets of text that are foundational to encrypting and decrypting data. Watch this video to learn how to safely store certificates and prevent them from falling into the wrong hands and compromising the very data you are using them to protect. Also learn how to ensure that you still have access to needed certificates following a catastrophe or other data loss event, because data loss from lost certificates is a very real risk that must be managed and mitigated. This video begins with a short introduction to certificates and some of the different types of encryption they enable you as a SQL Server DBA to implement – such as transparent data encryption (TDE), backup encryption, and column encryption. Then you’ll learn practices for generating and managing certificates specifically for each of the different certificate types. Next, you’ll learn best practices for backing up and securing your encryption certificates so that you have them when you need them, because losing them can mean losing your data altogether. You’ll learn about certificate expiration, and the proper methods by which to backup, store, restore, and protect your certificates so that any encrypted data is never lost. What You Will Learn Ensure access to certificates following a catastrophe or other data loss event Learn about the types of encryption SQL Server offers Understand how certificates enable encryption Generate correct certificates for your chosen encryption methods Find where each certificate type is stored, how to back it up, and how to restore it Identify best practices with regards to generating and managing certificates Who This Video Is For For database administrators and system administrators who handle or plans to handle certificates for encrypting data on SQL Server instances.
    Note: Online resource; Title from title screen (viewed June 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 51 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Security is an ever more important topic for system designers. As our world becomes digital, today’s safely hidden back office system is tomorrow’s public API, open to anyone on the internet with a hacking tool and time on their hands. So the days of hoping that security is someone else’s problem are over. The security community has developed a well-understood set of principles used to build systems that are secure (or at least securable) by design, but this topic often isn’t included in the training of software developers, who assume that it’s only relevant to security specialists. Even when principles are explained, they’re often shrouded in the jargon of the security engineering community, and so mainstream developers struggle to understand and apply them. Eoin Woods (Endava) explains why secure design matters and then introduces a set of 10 of the most important proven principles for designing secure systems, distilled from the wisdom of the security engineering community. He discusses each principle in the context of mainstream system design, rather than in the specialized language of security engineering, focusing on how it’s applied in practice to improve security. This session was recorded at the 2019 O'Reilly Software Architecture Conference in New York.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson IT Certification | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 21 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Overview † More than 8 hours of training so you can pass the Red Hat Certified Engineer (RHCE) exam. Includes practice exam questions so you can put your knowledge to the test. Description Red Hat Certified Engineer (RHCE) Complete Video Course is a unique video product that provides a solid understanding of all the topics that are required to pass the Red Hat Certified Engineer (RHCE) exam. This title explores how to accomplish advanced system administration tasks, such as writing shell scripts, troubleshooting a server boot procedure, working with SELinux and firewalls, and configuring different network services.† Red Hat Certified Engineer (RHCE) Complete Video Course contains 17 individual video lessons divided into four modules, for a total of more than 8 hours of training. The videos consist of live trainer instruction, whiteboard training, CLI presentations, live demos, video screen casts, and practice exam walk-throughs. The author covers all the objectives in the exam so you can use this course as a complete study tool for taking the Red Hat Certified Engineer (RHCE) exam. Each lesson ends with a practice exercise, so you can practice within a CLI environment and put your knowledge to the test. Complete explanations for each exercise are also offered so you can check your work. Major topics include Advanced System Management Configuring Authentication Configuring iSCSI Target and Initiator System Performance Reporting System Optimization Basics Configuring Logging Networking and Apache Configuring Advanced Networking Managing Linux-Based Firewalls Configuring Apache Virtual Hosts Managing Advanced Apache Features DNS and File Sharing Configuring a Cache-only DNS Server Configuring NFS File Sharing Managing SMB File Sharing Essential Back-end Services Setting Up an SMTP Server Managing SSH Managing MariaDB Managing Time Services Shell Scripting Skill Level * Beginning to intermediate What You Will Learn - Key concepts for all the objectives on the Red Hat Certified Engineer (RHCE) exam - Information on the new RHEL 7 exam Who Should Take This Course Primary audience: -Anyone wanting to get RHCE certified Secondary audience: - Linux engineers interested in learning more about Red Hat Enterprise Linux - Junior system administrators who want to deepen their skills - Administrators with a profound knowledge and experience working with other Linux distributions, such as SUSE Linux Enterprise Server - Administrators ...
    Note: Online resource; Title from title screen (viewed July 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 68
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 16 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Sponsored by PayPal Middle management support is crucial to the adoption and long term survival of any InnerSource program. But how do you pull that off? In this course, InnerSource expert Silona Bonewald reveals the strategies that will convince middle managers to approve your InnerSource program and support them for doing so. One key to her approach: learn how to measure your program's success. If middle managers can see measurable success, your InnerSource program will thrive. Learners should be familiar with Agile or Lean processes and have a basic understanding of the roles of InnerSource Trusted Committers and Contributors. For best results, please view O'Reilly Media's " Introduction to InnerSource " video before beginning this course. Learn how to build and maintain middle management support for InnerSource programs Understand the Product Owners role in InnerSource Discover the best methods for dealing with escalations and removing bottlenecks Get wise to the numbers your bosses need to see and why they need to see them Explore the best ways to market your team and product to your organization Pick up the ability to create and maintain win/win agreements Learn how to persuade other teams to open their code to your team Silona Bonewald is the Director of InnerSource Engineering at Paypal. A developer and open source advocate since the late 90s, Silonia is a frequent contributor at O'Reilly OSCON conferences, where she speaks about InnerSource and other open source related topics.
    Note: Online resource; Title from title screen (viewed May 13, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 69
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484251447
    Language: English
    Pages: 1 online resource (1 video file, approximately 48 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Begin your journey into query optimization by learning the basics of how SQL Server processes a query from start to finish. Once this foundation is established, you will focus on execution plans: What are they? How do we read them? And what are their more common operations? A variety of statistics options will be introduced that provide insight into query duration and the load that a given query presents on memory and storage resources. With a set of tools defined, you will tackle a variety of common optimization challenges. You’ll review some common problems in which performance is inadequate and then solutions to mitigate those problems and improve performance. These basic patterns will provide a format for viewing and analyzing queries with the goal of being able to identify the source of the problem when a query is running too slow. What You'll Learn Discover how SQL Server optimizes a query and generates an execution plan Enable, read, and decipher execution plans for query analysis Identify a variety of common execution plan operators Use STATISTICS IO to gauge query impact on memory and disk resources Measure query duration using STATISTICS TIME Analyze problem queries to find the source of performance problems Identify common query mistakes and how to quickly resolve them Who This Video Is For Database administrators, developers, or anyone who writes TSQL queries on a regular basis. For all database professionals who need to write efficient code that executes quickly while consuming minimal resources.
    Note: Online resource; Title from title screen (viewed June 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 70
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838828943
    Language: English
    Pages: 1 online resource (1 video file, approximately 19 hr., 34 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Build native iOS and Android as well as progressive web apps with Angular, Capacitor, and the Ionic framework About This Video Explore important Ionic components as well as concepts such as navigation (tabs and side-menus), user input, native device features (including camera), storage, HTTP, and authentication Learn how to run your apps in the browser, on an emulator, and on your own device! In Detail Ionic is one of the most exciting technologies you can learn. It enables you to use one codebase (written in HTML, JS, and CSS) to build and ship regular (progressive) web apps as well as native mobile apps for iOS and Android. This course will help you work with the latest version of Ionic from scratch. Angular (formerly Angular 2) allows you to create awesome web applications powered by TypeScript or JavaScript. The Ionic framework allows you to use your Angular knowledge to build web applications that can be compiled into native mobile apps, running on any iOS or Android device, and enables you to publish them as progressive web apps. You’ll use your existing Angular, HTML, JS, and CSS knowledge to build your native mobile apps and discover components that can be used to compose native-like user interfaces. The capacitor will handle the rest as it's used to then build a native mobile app for iOS/ Android based on your code. This allows you to make the most of your knowledge and release your application on all possible devices without having to learn different languages! No wonder that hybrid frameworks like Ionic are extremely popular and in high demand! Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Ionic-4---Build-iOS-Android-and-Web-Apps-with-Ionic-and-Angular . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed April 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 71
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 43 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: “Ninety-five percent of the words are spent extolling the benefits of ‘modularity’ and that little, if anything, is said about how to achieve it”—Glenford J. Myers, 1978. The above quote is 40 years old. Today, four decades later, nothing has changed except terminology. Time to fix this. Vladik Khononov (Invesus Group) explains how to decompose a system into loosely coupled components: how to draw boundaries between services, how to decide whether some logic belongs to one service or another, and how domain-driven design can help us make those decisions. Finally, he takes a stab at answering the age-old question of what part of a microservice should be “micro” and how it can be measured. You’ll hear about neither Docker nor Kubernetes. Actually, nothing related to infrastructure. Instead, you’ll dive into the difference between microservices and bounded contexts, discover when each pattern should be used, and get takeaways from Vladik’s experience optimizing microservices-quotebased architectures at Naxex. This session was recorded at the 2019 O'Reilly Software Architecture Conference in San Jose.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484249185
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 0 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Create your own Apple Watch applications by learning the basics of Xcode and Swift, the programming language used for Apple application development. In this video, step-by-step instructions teach you how to independently navigate and utilize Apple’s development toolkit and Xcode program. By the end you will be able to write functional code in Swift and engineer your own basic Apple Watch applications. What You Will Learn Create several basic Apple Watch applications using Apple’s Swift programming language Download Xcode and master its essential elements Follow an example app to see just how apps are built Who This Video Is For Beginners who have little or no exposure to programming. The course stresses explaining industry jargon, navigating several components of Xcode, and introducing important Swift commands.
    Note: Online resource; Title from title screen (viewed April 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 73
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 35 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 3+ Hours of Video Instruction Overview In this course, participants learn what blockchain and cryptocurrency are, how they work, and how these technologies are being applied. The course explains what smart contracts are and how they work, the rise of new funding mechanisms such as Initial Coin Offerings (ICOs) and Security Token Offerings (STOs), and how the use of digital tokens and “tokenization” are changing many long-established business rules. Through the use of demonstrations and detailed slide explanations, we explore the state of the blockchain business market, including investments and projections for market growth. There is an opportunity to analyze multiple use cases of the blockchain technology being applied. The course also provides a section on how you can determine whether using blockchain and cryptocurrency are right for your business. This course quickly brings you up to speed on blockchain and cryptocurrency and how these technologies are being used to drive a new wave of innovation across a wide range of businesses. You will gain valuable professional knowledge on what blockchain and cryptocurrency are, how they are being used across numerous industries, why they are so innovative and disruptive, and how you can determine whether blockchain is right for your business. Topics include Module 1: Blockchain and Bitcoin Basic Concepts Module 2: Cryptocurrency and Smart Contracts Module 3: Business Opportunities in Blockchain Module 4: Blockchain and Your Business About the Instructor George Levy is a lecturer and senior instructor on blockchain, Bitcoin, and cryptocurrency at Blockchain Institute of Technology (BIT), a leading professional training and certification organization focused on blockchain technology and cryptocurrency. He is also co-founder and chief marketing officer for Bitsonline, a prominent media portal for all things cryptocurrency, blockchain, and the technology that frames it all. He is a former regional manager for Microsoft Corporation and a vice president for the World Business Forum (WOBI). An award-winning digital entrepreneur with more than 20 years of professional experience working with the Internet and digital technology, he is on a mission to help further the global growth of blockchain technology to drive positive change. George is a Certified Senior Blockchain Professional (CSBCP) from Blockchain Institute of Technology (BIT) and a Certified Bitcoin Professional (CBP) from CryptoCurrency Certificat...
    Note: Online resource; Title from title screen (viewed July 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 74
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson IT Certification | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 38 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 7+ Hours of Video Instruction Overview More than 7 hours of video instruction to prepare you to pass the Certified Blockchain Developer—Hyperledger Fabric (CBDH) exam and develop your skills in the emerging and in-demand blockchain arena. Overview In Certified Blockchain Developer—Hyperledger Fabric (CBDH) Complete Video Course , seasoned IT veteran and current blockchain subject matter expert, Joseph Holbrook, provides an in-depth exploration of developing blockchain solutions, which are quickly becoming the de facto, decentralized method for verifying and tracking cryptocurrency and other digital transactions. While the primary objective of this LiveLessons video course is to provide you with all of the information you need to prepare for and pass the Blockchain Training Alliance CBDH exam, the course also delves into planning and preparing production-ready applications for the Hyperledger blockchain; learning how to work effectively with blockchain engineers and technical leaders; select appropriate Hyperledger blockchain systems for various use cases; and write, test, and deploy secure chain code. Whether you are seeking to gain the CBDH certification or simply looking to enhance your blockchain development skills, Joseph Holbrook’s instruction through deep-dive discussion, whiteboarding analysis, and practical demos will ensure that you boost your confidence and skills in working with this burgeoning disruptor approach to digital transactions. The Certified Blockchain Solution Architect (CBDH) exam is an elite way to demonstrate your knowledge and skills in this emerging space. Additionally, you will become a member of a community of Blockchain leaders. About the Instructor Joe Holbrook has been in the IT field since 1993 when he was exposed to several HPUX systems on board a US Navy flagship. He has migrated from UNIX world to Storage Area Networking (SAN) and Enterprise Virtualization and Cloud Architectures and now specializing in Blockchain and Cryptocurrency. He previously worked for numerous companies like HDS, 3PAR, Brocade, HP, EMC, Northrup Grumman, ViON, Ibasis.net, Chematch.com, SAIC and Siemens Nixdorf. He also has been a published course author on Linkedin Learning, Udemy.com, INE.com and Pearson Safari. He is also author of a new book due to be released in early 2019 on “Architecting Enterprise Blockchain Solutions” Currently he is a recognized industry expert specializing in Enterprise Cloud and Blockchain Technologies. He...
    Note: Online resource; Title from title screen (viewed January 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 75
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 0 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Computer networks rely on many forms of abstraction to scale‚Äìindeed, to operate at all. While at least some of this abstraction is visible, such as route aggregation and flooding domain boundary summarization, much of it is hidden in unexpected places, such as in the logical construction of a network device, in the operation of BGP route reflectors, and in the data plane protocol stack. Abstraction in Computer Networks LiveLessons considers abstraction in theory and practice across many of the places it is used in building network devices, network software, and networks. Tradeoffs and common problems are considered, and the relationship between abstraction and complexity is discussed. Viewers learn how to think about what abstraction hides, and why it is important to hide each of these things. They also learn how to look in unexpected places for abstraction, how to think about leaky abstractions, and how Keith’s Law and the first corollary to Keith’s Law impact abstraction, including unintended consequences. Abstraction also relates to the State/Optimization/Surface tradeoff triad, so a section of this LiveLesson considers that tradeoff and how abstraction controls the speed and amount of state, impacts the depth and breadth of interaction surfaces, and reduces optimization. About the Instructor Russ White has more than 25 years of experience in designing, deploying, breaking, and troubleshooting large-scale networks. In that time, he has co-authored more than 40 software patents, has spoken at venues throughout the world, has participated in the development of several Internet standards, has helped develop the CCDE and the CCAr, and has worked in Internet governance with the ISOC. Russ is currently a member of the artchitecture team at LinkedIn, where he works on next-generation data center designs, complexity, security, and privacy. His most recent books are The Art of Network Architecture , Navigating Network Complexity , and Problems and Solutions in Network Engineering . MSIT Capella University, MACM Shepherds Theological Seminary, PhD in progress from Southeastern Theological Seminary CCIE No. 2635, CCDE 2007:001, CCAr Skill Level Beginner-Intermediate strong〉Learn How To Find and understand abstraction, including hidden abstractions, in a network Find and understand the tradeoffs between abstraction, complexity, understandability, and network optimization Understand the relationship between Keith’s Law, the first corollary to Keith’s ...
    Note: Online resource; Title from title screen (viewed June 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 76
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 43 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Automated machine learning (AutoML) enables both data scientists and domain experts (with limited machine learning training) to be productive and efficient. In recent years, AutoML has fostered a fundamental shift in how organizations approach machine learning, making it more accessible to both experts and nonexperts. Most real-world data science projects are time-consuming, resource intensive, and challenging. Besides data preparation, data cleaning, and feature engineering, data scientists often spend a significant amount of time on model selection and tuning of hyperparameters. Automated machine learning changes that, making it easier to build and use machine learning models in the real world. Francesca Lazzeri and Wee Hyong Tok (Microsoft) lead a gentle introduction to how AutoML works and the state-of-art AutoML capabilities that are available. You’ll learn how to use AutoML to automate selection of machine learning models and automate tuning of hyperparameters. Topics include: An introduction to AutoML How AutoML works The libraries and cloud services that support AutoML An energy demand forecasting use case How to get started with automated machine learning This session was recorded at the 2019 O'Reilly Artificial Intelligence Conference in New York.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 77
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839217876
    Language: English
    Pages: 1 online resource (1 video file, approximately 13 hr., 26 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn how to program using Apache Groovy. About This Video Covered topics are in-depth and very easy to follow for anyone with some prior Java experience. This course builds a good baseline for development in Groovy. The less technical background lectures promote a deeper understanding of Groovy as a language. In Detail Are you looking to learn a new language? Learning a new language helps expand your skillset as a developer and make you more marketable to employers. If you aren't learning a new language because it's not the one you use at work, the author thinks you are missing out on the benefits. He often finds that seeing how other languages solve problems makes me a better developer with the languages he uses on a day to day basis. He is here to tell you all about an awesome dynamic language called Apache Groovy. What is Apache Groovy? Apache Groovy is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities for the Java platform, aimed at improving developer productivity thanks to a concise, familiar and easy to learn syntax. It integrates smoothly with any Java program and immediately delivers to your application powerful features, including scripting capabilities, Domain-Specific Language authoring, runtime, and compile-time meta-programming and functional programming. Who Should Learn Apache Groovy? He is going to teach you everything you need to know to start using the Groovy programming language. This course is really designed for 2 different types of people and he think's you will both benefit from it. If you’re a beginner programmer with a some experience in another language like Python or Ruby, this course is for you. Dynamic languages are generally thought of as easier for total beginners to learn because they’re flexible and fun. If you’re an existing Java Developer (Beginner or Experienced), this course is also for you. You will learn Groovy compliments the Java language and makes some of the complex tasks from Java concise and easy. Enroll Today! He has spent a lot of time putting together what he think's is the most complete course on Groovy on the market today. Please take the time to watch the preview videos and if you like what you see, click that enroll button and the author will see you inside!
    Note: Online resource; Title from title screen (viewed October 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 46 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: During the past decade, significant advancements in artificial intelligence and machine learning have expanded how we communicate and interact with the world. There are more screens and devices in our lives, but our ability to control these devices hasn’t kept pace. While controversial projects involving invasive brain-machine interfaces have been grabbing headlines, this technology is still decades away from exiting the lab and changing how we interact with the digital world for the better. Patrick Kaifosh outlines a future where we’ll be looking up at the world instead of down at our phones. With the launch of the CTRL-labs developer kit (CTRL-kit), noninvasive neural interfaces are finally here, and the possibilities are almost limitless. This session was recorded at the 2019 O'Reilly Artificial Intelligence Conference in New York.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484249932
    Language: English
    Pages: 1 online resource (1 video file, approximately 41 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: This video course teaches how to go beyond writing SELECT statements and to manipulate data within your database tables. You’ll begin with an introduction to Data to Data Manipulation Language (DML) that covers the INSERT, UPDATE, and DELETE statements. You’ll use these three statements most often, and they are the next most common three to use following the SELECT statement that has been covered earlier in this series. Watching the video, you’ll learn how to use these three statements to insert new data into your database to tables, and to update data in place without having to bring it down to the client and push it back and forth network. You’ll also learn to delete data when it’s no longer needed. Also covered in the video is the MERGE statement. You’ll learn how this little used but very useful statement works to make extract, transform, load (ETL) processes much more streamlined. You’ll learn to throw large numbers of rows at your database, letting the MERGE statement sort out which rows represent new data to be inserted, and which represent updates to existing data. You’ll be able to write cleaner load processes for data warehouses, data marts, and other reporting statements using your knowledge of MERGE. You’ll also learn some fast ways to delete data from database tables. In addition to DELETE, you’ll learn about DROP and TRUNCATE. These statements provide you with options for quickly deleting data. Each has their best use, and this video helps you to make the correct choices and avoid unwanted downtime in your production database environments. Finally, you’ll learn about identity columns and sequences, using them to generate primary keys to uniquely identify new rows of data that you are storing in your database tables. Throughout this video you’ll learn the gamut of data manipulation statements that SQL Server places at your disposal, and when each is best applied. What You Will Learn Add data to your database using INSERT and MERGE statements Update data in place without sending it back and forth over the network Choose correctly from three possible ways of removing unwanted data Streamline ETL process used to load data marts and data warehouses Automatically generate primary keys to uniquely identify new records Who This Video Is For For business analysts, developers, and others whose career will benefit from a knowledge of the SQL language for accessing Microsoft SQL Server databases and manipulating the data they contain.
    Note: Online resource; Title from title screen (viewed May 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson IT Certification | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 26 hr., 15 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: More than 25 Hours of Expert Video Instruction This course is a complete guide to help you get up and running with your cybersecurity career. You will learn the key tenets and fundamentals of networking and security basics; cybersecurity management, monitoring and analysis; network security telemetry; digital forensics and incident response (DFIR); fundamentals of ethical hacking and penetration testing; advanced wireless hacking and pen testing; mobile device security, and IoT Security. This Complete Video Course provides a complete learning path for building your skills as a cyber security professional. You will start with the fundamental concepts, so you can increase your core knowledge before quickly moving on to actually working through pen testing and ethical hacking projects—so you can start to build your skills. Omar Santos, best-selling Cisco Press and Pearson security author and trainer, has compiled the lessons in this title from other training courses. You will find that the lessons build on each in an easy-to-follow organization, so you can move through the topics at your own pace. This course provides supplemental material to reinforce some of the critical concepts and techniques that the reader has learned and provides scripts that help you build your own hacking environment, examples of real-life penetration testing reports, and more. This material can be found at theartofhacking.org. Topics include: Module 1: Networking and Security Basics Module 2: Cybersecurity Management, Monitoring, and Analysis Module 3: Network Security Telemetry Module 4: Digital Forensics and Incident Response (DFIR) Module 5: Fundamentals of Ethical Hacking and Penetration Testing Module 6: Advanced Wireless Hacking and Penetration Testing Module 7: Mobile Device Security Module 8: Internet of Things (IoT) Security About the Instructor Omar Santos is an active member of the cyber security community, where he leads several industry-wide initiatives and standards bodies. His active role helps businesses, academic institutions, state and local law enforcement agencies, and other participants dedicated to increasing the security of their critical infrastructures. Omar is the author of more than a dozen books and video courses, as well as numerous white papers, articles, and security configuration guidelines and best practices. Omar is a principal engineer of the Cisco Product Security Incident Response Team (PSIRT), where he mentors and leads engineers ...
    Note: Online resource; Title from title screen (viewed April 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 81
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Prentice Hall | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 44 hr., 42 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Sneak Peek The Sneak Peek program provides early access to Pearson video products and is exclusively available to Safari subscribers. Content for titles in this program is made available throughout the development cycle, so products may not be complete, edited, or finalized, including video post-production editing. 31+ hours of video instruction . Overview The professional programmer’s Deitel® video guide to Python development with the powerful IPython and Jupyter Notebooks platforms. Description Python Fundamentals LiveLessons with Paul Deitel is a code-oriented presentation of Python—one of the world’s most popular and fastest growing languages. In the context of scores of real-world code examples ranging from individual snippets to complete scripts, Paul will demonstrate coding with the interactive IPython interpreter and Jupyter Notebooks. You’ll quickly become familiar with the Python language, its popular programming idioms, key Python Standard Library modules and several popular open-source libraries. In the Intro to Data Science videos, Paul lays the groundwork for later lessons in which he’ll introduce some of today’s most compelling, leading-edge computing technologies, including natural language processing, data mining Twitter® for sentiment analysis, cognitive computing with IBM® Watson™, supervised machine learning with classification and regression, unsupervised machine learning with clustering, computer vision through deep learning and convolutional neural networks, sentiment analysis through deep learning with recurrent neural networks, big data with Hadoop®, Spark™ streaming, NoSQL databases and the Internet of Things. Download the code examples for this LiveLesson from https://github.com/pdeitel/PythonFundamentalsLiveLessons . This repository will be updated with the additional lessons’ examples as the lessons are completed. About the Instructor Paul J. Deitel , CEO and Chief Technical Officer of Deitel & Associates, Inc., is a graduate of MIT, where he studied Information Technology. He holds the Sun (now Oracle) Certified Java Programmer and Certified Java Developer certifications, and is an Oracle Java Champion. Through Deitel & Associates, Inc., he has delivered Java, C#, Visual Basic, C++, C and Internet programming courses to industry clients, including Cisco, IBM, Sun Micro systems, Dell, Siemens, Lucent Technologies, Fidelity, NASA at the Kennedy Space Center, the National Severe Storm Laboratory, White Sands Missile ...
    Note: Online resource; Title from title screen (viewed August 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 82
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838980689
    Language: English
    Pages: 1 online resource (1 video file, approximately 10 hr., 19 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Machine learning and data science for programming beginners using Python with scikit-learn, SciPy, Matplotlib and Pandas About This Video Learn machine learning and data science using Python A practical course designed for beginners who are interested in machine learning using Python In Detail Artificial intelligence, machine learning, and deep learning neural networks are the most used terms in the technology world today. They’re also the most misunderstood and confused terms. Artificial intelligence is a broad spectrum of science which tries to make machines intelligent like humans, while machine learning and neural networks are two subsets that sit within this vast machine learning platform. But in this course, you will focus mainly on machine learning, which will include preparing your machine to make it ready for a prediction test. You will be using Python as your programming language. Python is a great tool for the development of programs that perform data analysis and prediction. It has a variety of classes and features that perform complex mathematical analyses and provide solutions in just a few lines of code, making it easier for you to get up to speed with data science and machine learning. Machine learning and data science jobs are among the most lucrative in the technology industry in recent times. Exploring this course will help you get well-versed with essential concepts and prepare you for a career in these fields. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Machine-Learning-and-Data-Science-with-Python-A-Complete-Beginners-Guide . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed May 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 83
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 39 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 9+ Hours of Video Instruction While there are resources for Data Science and resources for Machine Learning, there's a distinct gap in resources for the precursor course to Data Science and Machine Learning. This complete video course fills that gap--it is specifically designed to prepare students to learn how to program for Data Science and Machine Learning with Python. This is the antidote to the over-complicated universe of these hot new, growing technologies. With this course, students will learn the fundamentals of Python and get prepared specifically for Data Science. Noah Gift and Kennedy Behrman take students with zero programming background through enough Python to prepare them for their Data Science curriculum. Companies are looking for developers who can create insight-driven systems, as they are now becoming critical to business success. Very few professionals are adequately trained to handle both large-scale software engineering and Machine Learning/AI. This is an emerging field, and we are developing the training to meet this need in the marketplace. Description Notebook-based Data Science programming in Python is the emerging standard but there is a dearth of quality training material available for beginners. This 9-hour video provides foundational training on the Python language for the novice or beginner programmer looking to start in the Data Science field. The video serves as the 100-level course for a Data Science undergraduate or graduate program. The course has been designed around Colab notebook-based learning. Students would be able to run every exercise shown in the videos. The material focuses on a smaller, easier subset of Python that is needed just for Data Science coding. Skill Level Beginner What You Will Learn Learn Google Colab notebook Data Science programming Learn the essential subset of Python used in Data Science Learn to manipulate data using popular Python libraries such as pandas and numpy Learn to apply Python Data Science recipes to real-world projects Learn functional programming fundamentals unique to Data Science Who Should Take This Course Complete beginners to programming Statisticians and Analysts in the data industry looking to use Python for Data Science Sales, Product Managers, Data Analysts, Marketing who want to perform Data Science Software Engineers looking to level up into Data Science and Machine Learning tracks Students enrolled in a Data Science program Course Requirements General comp...
    Note: Online resource; Title from title screen (viewed April 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Cisco Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 56 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 6+ Hours of Video Instruction Overview Kubernetes in the Data Center LiveLessons focuses on using the fundamental Kubernetes components and learning how they are installed. The goal is to help you understand what the components are so when troubles arise you have the tools to be able to fix them. The course is primarily made up of instruction and demonstrations delivered by a seasoned expert, Vallard Benincosa. Vallard, who has experience working with Cisco and IBM, is currently a senior engineer at a small startup called Zenabi. He helped develop a Kubernetes certification for the Linux foundation and has been using Kubernetes since 2015. Kubernetes in the Data Center LiveLessons walks you through Kubernetes on prem, hardware, and Linux configurations, installation, applications storage, and networking. It also gets in to running Kubernetes, as well as monitoring and securing it. The course covers a wide gambit of technical areas and explores many of the exciting Kubernetes opensource add-ons to make your system more complete. This includes Kubernetes, Docker, Ubuntu Linux, Minio, Ceph, and many networking concepts such as overlay networks, service meshes, load balancing, ingress controllers, and proxies. About the Instructor Vallard Benincosa a senior engineer at a small startup called Zenabi. Prior to joining Zenabi in February 2019, he was a software solutions architect with Cisco for 7 years. Prior to Cisco, he started a company that specialized in bare-metal operating system installations for Linux clusters. He also has experience with IBM designing, implementing, and managing some of the largest bare-metal high-performance computing clusters in the world. He helped develop a Kubernetes certification for the Linux foundation and has been using Kubernetes since 2015. In his day job, he works on data ingest systems for analytics, advertising, and recommendation engines, using Kubernetes in the cloud and on prem. Skill Level Intermediate/Advanced Learn How To Architect a Kubernetes cluster on bare metal in the data center. Install Kubernetes on bare-metal servers. Pick and deploy the correct overlay network for your Kubernetes cluster. You will become familiar with several options and understand the trade-offs between different solutions. Understand and deploy distributed storage solutions with Kubernetes to offer persistent volumes. You will then use these to deploy stateful services. Monitor and troubleshoot your Kubernetes cluster. Run a...
    Note: Online resource; Title from title screen (viewed September 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 85
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: We’ll make the Keynotes available here as soon as possible after they happen. Video of the sessions and tutorials will be available a few weeks after the end of the conference. O'Reilly Velocity Conferences are devoted to providing its international audience of SREs, app developers, DevOps practitioners, systems architects, CTOs, and CIOs with the most on-point training and information possible on how to build and maintain large-scale cloud native systems. Velocity Berlin 2019 stayed true to this formula. It gathered some of the world's top cloud practitioners to share their expertise and insights on key concepts like Kubernetes, site reliability engineering, observability, and performance. Stay ahead of your competition, get this video compilation, and enjoy a front-row seat to all of the best that Velocity Berlin 2019 had to offer. Highlights include: Unrestricted access to hours of the best presentations from Velocity Berlin 2019—this video compilation includes keynote sessions, deep-dive tutorials, and technical sessions. Kubernetes sessions, including Jonathan Johnson's (Dijure LLC) intro to Kubernetes tutorial; Jose Nino’s (Lyft) look at deploying hybrid topologies with Kubernetes and Envoy; and Bastian Hofmann’s (SysEleven) talk on using Kubernetes to deploy an application across multiple clusters in different regions. Monitoring, Observability, and Performance sessions, such as Liz Fong-Jones (Honeycomb) on how microservice-based systems do distributed tracing using OpenTelemetry; Lorenzo Fontana (Sysdig) on eBPF-powered distributed Kubernetes performance analysis; and Nathanael Jean-Francois (NS1) on using BGP edge optimizations to measure internet performance and make routing decisions. Overcoming Obstacles/Lessons in Resilience sessions, including Alois Reitbauer’s (Dynatrace Software) cautions on how to ensure that delivery pipeline automation code won’t devolve into legacy code and Josh Michielsen’s (Condé Nast International) insider’s take on the lessons learned from operating a Kubernetes driven global cloud native platform. Building Secure Systems sessions like Jennifer Davis’ (Microsoft) survey of the cloud security tools and practices everyone should. Building Resilient Systems sessions, such as Jenn Strater’s (Gradle) guide to using data to better debug build errors, speed up individual runs, and make a happy release process, or Heidi Waterhouse’s (LaunchDarkly) reveal of the often overlooked factors that dramatically affect...
    Note: Online resource; Title from title screen (viewed November 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484244418
    Language: English
    Pages: 1 online resource (1 video file, approximately 49 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Moving away from a largely proprietary software world and towards OSS can be a big decision. This video helps you ensure that this decision works right for you and your organisation, and that can involve evaluating several different aspects of the move. Also, a number of myths and misbeliefs abound concerning OSS. It is important to separate the facts from the fiction, so you can avoid misleading information that might lead you to make the wrong decision. This video breaks the decision process down into a series of considerations (costs, licensing, quality, and so on). By doing so, you will understand the consequences involved and gain a useful framework for making the decision yourself. This video also educates you about prominent myths concerning OSS, thus helping you avoid being misled when making your evaluations. What You Will Learn Systematically analyse the costs and benefits of moving to OSS Identify and overcome the hurdles in each software domain Who This Video Is For A typical viewer has some experience in terms of programming skill, but they have used only proprietary tools. They are aware of what OSS is, and they are considering moving at least part of their toolset to open source solutions.
    Note: Online resource; Title from title screen (viewed January 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484249581
    Language: English
    Pages: 1 online resource (1 video file, approximately 28 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Create a brand online through the use of web design, graphic design (Illustrator and Photoshop), outsourcing, social media, and various other strategies. The objective of this video is to help you create a coherent design that speaks to the mission statement of the brand, and that will increase audience engagement and loyalty. The main strategy is to create a brand design that is unique to the business and that has a specific buyer persona in mind (not to try and ‘appeal to everyone’). This will reference Simon Sinek’s ‘Golden Circle’. From there, a logo can be designed or outsourced to reflect that mission statement. This should be simple, re-useable, scalable, and non-cliched, and the design process may involve a mood board. The design should be a vector file and we will look at the technical skills necessary to create such a design. The same branding should then be used through a website, and will help to inform design decisions, as well as across social media. The aim here is 'be everywhere' and 'be consistent'. We will discuss how brand strategy can even influence product design, using Apple as the perfect example. We will also discuss branding in the context of content marketing. What You Will Learn Create a design aesthetic that expresses your company's valuers and ethos Choose a mission statement and find a buyer persona to help you meet your goals Study how you can create and maintain a brand Who This Video is For New startups, entrepreneurs, bloggers, and sole traders looking to create a strong platform online. Businesses currently operating with drab and uninspired branding that are losing potential leads as a result.
    Note: Online resource; Title from title screen (viewed May 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 44 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Traditionally, determining the most efficient designs and practices—whether for determining how store merchandise should be arranged or where people and machines should be laid out in a factory floor—has required vast amounts of data and human assessment. These efficient designs can be the difference between a thriving company and a struggling one. Recent advancements in multiagent reinforcement learning within virtual environments, such as DeepMind’s Capture the Flag or Open AI’s Learning to Compete and Cooperate, have led to a novel approach for tackling efficient design and practices. Danny Lange (Unity Technologies) explains how observing emergent behaviors of multiple AI agents in a simulated virtual environment can lead to the most optimal designs and real-world practices, all without introducing human bias or the need for vast amounts of data. This session was recorded at the 2019 O'Reilly Artificial Intelligence Conference in New York.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 48 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Being a successful architect requires more than just a good understanding of architecture. Patrick Kua (N26) explores the breadth of skills and experience an architect should focus on and outlines the balance of traits that makes a well-rounded architect. Patrick examines the architect role from a number of perspectives—looking both inward and outward—to determine the different skill areas an architect requires to be successful. Patrick also shares some of the typical traps that an architect who focuses too much on a single aspect falls into and discusses their negative consequences to teams and organizations. Patrick concludes by offering a map for you to assess and plan your own development to learn and maintain a balanced set of skills and become a well-rounded architect. This session was recorded at the 2019 O'Reilly Software Architecture Conference in New York.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 90
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 41 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Over the past decade, Denise Gosnell (DataStax) has helped build some of the largest production applications of graph databases around the world. From those experiences, she’s collected a set of common areas in which teams frequently misstep when getting started with graph technology. It also happens that those themes parallel the experience of playing one of her favorite games, SimCity 2000. Denise walks you through a few of these topics. Know the rules. The introduction of graph data into your application introduces a new paradigm of data modeling: relationship-first design instead of entity-first design. The transition to relationship-first design principles introduces a new set of rules to consider for understanding your application’s performance, just like learning the rules of building a successful metropolis in SimCity . In this section, you’ll dive into the computational overhead introduced into your system from the branching factor and selectivity of your graph traversals. Things can quickly become catastrophic. Relationship-first data modeling can create a sleeping time bomb in your graph data: namely, supernodes. Just like in SimCity , high volumes of progress without proper planning will eventually introduce a catastrophe. To plan for this, you will need to track, mitigate, and eliminate the potential for supernodes within your applications. In this section, Denise introduces supernodes and presents tangible plans for avoiding the disasters which they can create. You’re going to make mistakes. Just like the learning process for understanding the tools and rules for building a successful city, you’ll inevitably make some mistakes when starting down the path of integrating graph technology into your stack. These common mistakes often start out as red herrings that are misinterpreted as graph problems. In this section, you’ll explore three use cases that are frequently misinterpreted as graph problems and learn techniques for avoiding these traps. This session was recorded at the 2019 O'Reilly Strata Data Conference in San Francisco.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 91
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 50 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 4+ Hours of Video Instruction Put learning into practice with Tableau LiveLessons for the aspiring visual data storyteller. There is a data revolution happening across the globe. From academics to politics and everywhere in between, the world’s stories are being told through their data points. Although telling stories about data isn’t new, we are now telling them in ways that are more meaningful and impactful than ever before as an emerging new class of visualizations attempts to tell the world’s stories through the power of data visualization. However, visual data storytelling is not an inherent skill, and data stories differ from traditional storytelling in many ways. Further, while robust visualization tools support rich and diverse forms of visual data storytelling capabilities, crafting a compelling data narrative is not a process that we can rely on a tool to do for us. These lessons provide a hands-on foundation for users to learn how to craft visual data narratives using the most appropriate visualizations, apply visual design to engage their audience, and purposefully structure a narrative framework to deliver a compelling, actionable data story that invites discovery, solicits new questions, or offers alternative explanations–all using one of the most powerful and ubiquitous visualization tools on the market today, Tableau. Skill Level Beginner Learn How To- Tell visual stories that communicate insights and make an impact Leverage questions to design logical and fruitful data collection and analysis Create important graphs in Tableau and know which chart to use Utilize concepts of design in data visualization and storytelling Storyboard your story for your message based on your audience Direct your audience's attention to the most important parts of your data story Design effective business presentations to showcase your data story with Tableau Who Should Take This Course Analysts sharing the results of their data discovery or analysis Students communicating data for reports or presentations Teachers helping learners (of any age) to cultivate visual data literacy Executives and business managers reporting data-driven results or metrics Journalists giving data the starring role in their editorials Course Requirements A willingness to learn how to tell stories through data Access to Tableau Desktop (Windows or Mac), version 10 or higher Related Files The supplemental content for this LiveLesson can be downloaded from Githuub at: https:...
    Note: Online resource; Title from title screen (viewed February 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    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 hr., 37 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Audiobooks ; local
    Abstract: Imagine it's 1994 and the dawn of the internet. In many ways, it is. A growing army of pioneers is once again laying the rails for a new digital world. Like the first digital revolution, this one will also transform the way we live, work and play. It will disrupt entrenched industries. And shatter conventional business models. With so much at stake, how do you prepare? Unblocked takes you past the hype and insider speak to show you what blockchains are and how they’re poised to change our world. Blockchains are more than flexible multi-tools that hold promise to solve our most pressing digital problems including privacy risks, hacks, data misuse, fakes and fraud. Along with a family of related technologies, they are a social movement that offers an abundance of opportunity for those who know how to leverage them. Unblocked explains: Why ignoring this technology exposes you to competitive disruption What's coming in this next era—no technical background required How to prepare your organization to respond to the coming shift
    Note: Online resource; Title from title screen (viewed July 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 93
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 hr., 19 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Audiobooks ; local
    Abstract: Technologists who want their ideas heard, understood, and funded are often told to speak the language of business—without really knowing what that is. This book’s toolkit provides architects, product managers, technology managers, and executives with a shared language—in the form of repeatable, practical patterns and templates—to produce great technology strategies. Author Eben Hewitt developed 39 patterns over the course of a decade in his work as CTO, CIO, and chief architect for several global tech companies. With these proven tools, you can define, create, elaborate, refine, and communicate your architecture goals, plans, and approach in a way that executives can readily understand, approve, and execute. This book covers: Architecture and strategy: Adopt a strategic architectural mindset to make a meaningful material impact Creating your strategy: Define the components of your technology strategy using proven patterns Communicating the strategy: Convey your technology strategy in a compelling way to a variety of audiences Bringing it all together: Employ patterns individually or in clusters for specific problems; use the complete framework for a comprehensive strategy
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484248836
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 2 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: This video focuses exclusively on LED control and gradually builds in difficulty to integrate more complicated circuits and coding concepts in the Arduino IDE. LEDs are great for visualizing data so you will be able to see some of the more complicated concepts, such as pulse width modulation (PWM) and analog control, in real time on the breadboard. In this video, you will cover LED control with Arduino, beginning with some simple LED blinking (the “hello world” for electronics) and then build step-by-step by adding extra hardware to interface with the code and circuits (buttons, potentiometers, and so on). This video also explores how the different types of pins on the Arduino (digital, PWM-enabled, and analog) can affect how you control LEDs. You'll also experiment with data visualization, both with LEDs and the Arduino IDE’s built-in software visualizers. This video provides an interactive learning experience and with the building block approach you'll be able to gradually step into new concepts. What You'll Learn --Breadboard the circuits and code along with the video --Apply the core concepts further in your own projects later --Master LED control with Arduino, from blinking to Charlieplexing and everything in between Who This Video Is For Beginning to intermediate Arduino users who want to have a well-rounded knowledge on how they can control LEDs wim.
    Note: Online resource; Title from title screen (viewed April 13, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838823009
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 13 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: A practical course to get you up to speed with the key aspects of GraphQL, including queries, mutations, scalar types, image management, authentication, and authorization About This Video Learn the key aspects of GraphQL and create sample applications Explore how to create custom scalars, how authentication and authorization work in GraphQL, and much more In Detail Have you heard about GraphQL? Have you always wanted to understand GraphQL? If yes, this course will help you learn about GraphQL in a hands-on manner. As you progress through the course, you will acquire the skills necessary to understand and work with GraphQL's basic as well as advanced features, including but not limited to the following: Understand basic scalar types Create custom scalars Become familiar with resolvers and type definitions (Schemas) Understand the importance of a data model in GraphQL Explore how GraphQL queries work, including parameterized queries Gain working knowledge of GraphQL mutations Get to grips with how file uploads work using GraphQL Learn how to serve images in the GraphQL context Study how authentication and authorization work in GraphQL You’ll create four sample applications: A basic application to run GraphQL queries An advanced application that uses React to work with GraphQL Enhance the existing application and extend it with authentication and authorization An application to understand how to serve/display images and upload files using only GraphQL In this course, you’ll mostly use Apollo GraphQL services for building your apps. Familiarity with React is required to get started with this course. You’ll use React to create several applications; however, it only covers the React parts that are relevant to the context. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/fullstacktraining/Practical-GraphQL-Become-a-GraphQL-Ninja . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed April 22, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484255940
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 1 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Come up to speed with Java functional programming and write effective Java code with less effort using lambdas and the stream API. Make your Java project code more reliable by using the declarative approach provided by these new Java features. Learn how to leverage the updated collections API to facilitate common functional programming patterns such as map/filter/reduce. If you’ve ever stumbled through constructing for loops and while loops, this video will add to your programming toolbox and allow you to leave such heavy lifting to the stream API. You’ll begin your journey with the syntax of Java lambdas, what they are, and how to use them. You will then be introduced to Java streams and the various ways of creating them for the purpose of processing data. You will also learn about the updates which have been made to the Java collections API for supporting streams. Along the way you will be taught the streams API and how to use the methods defined in the Stream class to process data sources to obtain the results you desire by employing lambdas with the Stream class’ operations. What You Will Learn Write functional interfaces for defining lambdas Master lambda syntax for implementing anonymous functions Create streams associated with data sources Process data through stream operations Use method references for simplifying lambda expressions Discover parallel and sequential streams and how they differ Who This Video Is For Software developers familiar with Java who wish to employ functional programming techniques in their software projects in order to write reliable, compact, and easy-to-read Java code.
    Note: Online resource; Title from title screen (viewed November 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 40 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: More than 7.5 Hours of Video Instruction Overview Nearly every company in the world is evaluating its digital strategy and looking for ways to capitalize on the promise of digitization. Big data analytics and machine learning are central to this strategy. Understanding the fundamentals of data processing and artificial intelligence is becoming required knowledge for executives, digital architects, IT administrators, and operational telecom (OT) professionals in nearly every industry. In Data Analytics and Machine Learning Fundamentals LiveLessons , experienced CCIEs Robert Barton and Jerome Henry provide more than 7 1/2 hours of personal instruction exploring the principles of big data analytics, supervised learning, unsupervised learning, and neural networks. In addition to delving into the fundamental concepts, Barton and Henry address sample big data and machine learning use cases in different industries and present demos featuring the most common tools (such as Hadoop, TensorFlow, Matlab/Octave, R, and Python) in various fields used by data scientists and researchers. At the conclusion of this video course, you will be armed with knowledge and application skills required to become proficient in articulating big data analytics and machine learning principles and possibilities. Skill Level Beginner to intermediate data analytics/machine learning knowledge Learn How To * Understand how static and real-time streaming data is collected, analyzed, and used * Understand the key tools and methods that enable machines to learn and mimic human thinking * Bring together unstructured data in preparation for analysis and visualization * Compare and contrast the various big data architectures * Apply supervised learning/linear regression, data fitting, and reinforcement learning to machines to yield the information results you’re looking for * Apply classification techniques to machine learning to better analyze your data * Exploit the benefits of unsupervised learning to glean data you didn’t even know you were looking for * Understand how artificial neural networks (ANNs) perform deep learning with surprising (and useful) results * Apply principal components analysis (PCA) to improve the management of data analysis * Understand the key approaches to implementing machine learning on real systems and the considerations you must make when undertaking a machine learning project Who Should Take This Course * Anyone who wants to learn about machine learni...
    Note: Online resource; Title from title screen (viewed April 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 42 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Before any analysis can begin, a data scientist needs to discover the right data sources to analyze, understand them, and determine whether they can trust them. Unfortunately, data discovery is very inefficient today. Countless hours are lost trying to find the right data to use. (The most common way still remains to ask a coworker.) Gaining trust in data requires running a bunch of queries (max timestamp, counts per day, count distincts, etc.) that waste time and add unnecessary load on the databases. There’s no clear way to know how to find folks to answer questions about the table. And worst of all, many times analysis is redone and models are rebuilt because previous work isn’t discoverable. Lyft has reduced the time it takes to discover data by 10x by building its own data portal, Amundsen. Amundsen is built on three key pillars: an augmented data graph, an intuitive user experience, and centralized metadata. Amundsen uses a graph database under the hood to store relationships between various data assets (tables, dashboards, protobuf events, etc.). What’s unique to Amundsen is that it treats people as a first-class data asset; in other words, there’s a graph node for each person in the organization that connects to other nodes (like tables, and dashboards). In addition, Amundsen runs PageRank using data from access logs to power search ranking, similar to how Google ranks web pages on the internet. Finally, Amundsen gathers metadata from various different sources (Hive, Presto, Airflow, etc.) and exposes it in one central place. The right place to store all this metadata is a work in progress. Mark Grover and Tao Feng (Lyft) offer a demo of Amundsen and lead a deep dive into its architecture, covering how it leverages centralized metadata, page rank, and a comprehensive data graph to achieve its goal. They also explore the future roadmap, unsolved problems, and its collaboration model. This session was recorded at the 2019 O'Reilly Strata Data Conference in San Francisco.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 99
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484255667
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 2 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: This video provides you with a baseline understanding of Azure Networking. It begins with an introduction to the high-level architecture of Azure Virtual Networks so that you can become familiar with the core capabilities, concepts, and settings of this technology. From there you will gain a basic understanding of firewall security, and discover how to leverage it using Network Security Groups and Application Security Groups. Then it is on to an overview of Azure load balancing services, including Azure Load Balancer, Azure Traffic Manager, and Front Door. Finally, you will learn about VPN Gateways and how they facilitate Azure VNet-to-VNet communication, as well as hybrid connectivity between on-premises and Azure networks. Networking is the cornerstone of any data center. While it is not entirely different in a cloud environment like Azure, you will discover that building a cloud networking stack also has its own eccentricities. For example, you will no longer be managing the physical layer, and not all services are available the same way as on-premises. All these quirks are covered in this video. After viewing Azure Networking Fundamentals you will be ready to get started in building and deploying your own enterprise-ready networking designs in Azure and/hybrid networking scenarios. What You Will Learn Gain a high-level view of Azure networking services and features and how to deploy them See new features including Azure Firewall and Azure Front-Door Protect and secure cloud applications in IAAS and PAAS. Follow along with to-the-point demos; learn by doing Apply the exact steps as guidelines in your own Azure environment Who This Video Is For IT professionals, system architects, cloud administrators, solution architects, and anyone who wants to learn about deploying infrastructure as a service in Azure public cloud. Having a base understanding of IPv4 and IPv6, networking concepts, firewalling, routing, load balancing, DNS, and IP addressing is beneficial.
    Note: Online resource; Title from title screen (viewed November 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson IT Certification | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 38 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: More Than 7 Hours of Video Instruction Overview This course covers the essentials of Machine Learning on AWS and prepares a candidate to sit for the AWS Machine Learning-Specialty (ML-S) Certification exam. Four main categories are covered: Data Engineering, EDA (Exploratory Data Analysis), Modeling, and Operations. Description This 7+ hour Complete Video Course is fully geared toward the AWS Machine Learning-Specialty (ML-S) Certification exam. The course offers a modular lesson and sublesson approach, with a mix of screencasting and headhsot treatment. Data Engineering instruction covers the ingestion, cleaning, and maintenance of data on AWS. Exploratory Data Analysis covers topics including data visualization, descriptive statistics, and dimension reduction and includes information on relevant AWS services. Machine Learning Modeling covers topics including feature engineering, performance metrics, overfitting, and algorithm selection. Operations covers deploying models, A/B testing, using AI services versus training your own model, and proper cost utilization. The supporting code for this LiveLesson is located at http://www.informit.com/store/aws-certified-machine-learning-specialty-ml-s-complete-9780135556511 . About the Instructor Noah Gift is a lecturer and consultant at both the UC Davis Graduate School of Management MSBA program and the Graduate Data Science program, MSDS, at Northwestern. He teaches and designs graduate machine learning, AI, data science courses, and consulting on machine learning and cloud architecture for students and faculty. These responsibilities include leading a multi-cloud certification initiative for students. Noah is a Python Software Foundation Fellow, AWS Subject Matter Expert (SME) on Machine Learning, AWS Certified Solutions Architect, AWS Academy accredited instructor, Google Certified Professional Cloud Architect, and Microsoft MTA on Python. Noah has published close to 100 technical publications including two books on subjects ranging from cloud machine learning to DevOps. Noah received an MBA from UC Davis, a M.S. in Computer Information Systems from Cal State Los Angeles, and a B.S. in Nutritional Science from Cal Poly San Luis Obispo. Currently he consults for startups and other companies on machine learning, cloud architecture, and CTO-level consulting as the founder of Pragmatic AI Labs. His most recent publications are Pragmatic AI: An introduction to Cloud-Based Machine Learning (Pear...
    Note: Online resource; Title from title screen (viewed February 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...