Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
Filter
  • MPI Ethno. Forsch.  (4,786)
  • FID-SKA-Digitalisate
  • HBZ
  • Ethnoguide
  • Electronic videos ; local  (4,786)
Datasource
  • MPI Ethno. Forsch.  (4,786)
  • FID-SKA-Digitalisate
  • HBZ
  • Ethnoguide
Material
Language
Years
Keywords
  • 1
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 14 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to use optimization strategies and greedy algorithms in one hour.
    Note: Online resource; Title from title screen (viewed March 7, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484265826
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 26 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: In this course, we will look at using asynchronous programming in Python: the options, pitfalls, and best practices. We start with multi-threading, which is particularly useful when there is a lot of waiting, e.g. for HTTP requests or disk access. With multi-threading, you can start many requests in quick succession and then wait for all of them to complete at once. Next, the course will show you how to write your code in a thread-safe manner, and how to use it risk-free. Further, it covers Python’s global interpreter lock, which prevents a lot of serious problems in Python but also stops you from running threads in parallel. Going forward we discover how you can use Python’s multiprocessing library to run functions in parallel. Threads and processes often need to share or exchange data. In asynchronous code just passing Python objects is usually not the safest way to do this. This course looks at the main ways to do this correctly in Python, such as queues and events. Finally, the course moves on to the concurrent.future library which contains higher-level abstractions, including thread and processing pools and an asynchronous map function. The course finishes with advice on how to write robust asynchronous code, and how to test and debug it. What You Will Learn Take advantage of multi threading (concurrency) using the threading module Implement multi processing (parallelism) using the multiprocessing module Understand inter-process communication and data sharing using locks, queues, semaphores, barriers, events, and timers Test and debug asynchronous Python code Understand thread and process pools using concurrent.futures Who This Video Is For Intermediate to experienced Python programmers who want to speed up existing Python code by using multi processing and multi threading.
    Note: Online resource; Title from title screen (viewed January 5, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 42 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Big data has been with us now for over 10 years, and in that time the tools and techniques have evolved. If youâ??re new to working with data or looking to understand the latest and greatest, these sessions are the perfect way to become part of the conversation. Youâ??ll learn how AI and the cloud have impacted how we grapple with ever-growing datasets and get better insight and products. About the Strata Data Superstream Series: This four-part series of half-day online events gives attendees an overarching perspective of key topics that will help your organization maximize the business impact of your data. What you'll learn-and how you can apply it Understand the problems the modern data stack helps solve today and get a glimpse of where weâ??re headed Get an overview of AI and machine learning and see how they can improve your data science work Learn how to present your data clearly and articulately This Superstream is for you because... You want to learn how data science works and understand its impacts, whether youâ??re swimming in data or just dipping in a toe. You need to know the trends in data workflows, techniques, and tools. Youâ??re interested in learning the role AI can play in your data analysis and want to find out where to start. You want to learn how to best present your data to outside stakeholders. Prerequisites: Come with your questions Have a pen and paper handy to capture notes, insights, and inspiration Recommend follow-up: Read Data Science from Scratch (book) Read Fundamentals of Data Visualization (book) Read Introduction to Machine Learning with Python (book)
    Note: Online resource; Title from title screen (viewed February 11, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 29 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: With an eye to the future, many organizations have made the move to microservices as a means of decomposing monolithic legacy systems. But what does this move mean for delivering data? Join us to discover how understanding the intersection of software architecture and data can help you achieve new levels of velocity, agility, reliability, and efficiency. If you’re looking for ways to manage data as a software architect or developer, these sessions will help you learn what’s involved so you can chart a course toward a successful solution. About the Software Architecture Superstream Series: This six-part series of half-day online events focuses on the hottest topics in software architecture, giving you the insights to keep pace with what’s next while still accommodating legacy needs. Both seasoned software architects and those looking to break into the field will learn new skills and the latest information on the tools and technologies they need to succeed. What you'll learn-and how you can apply it Explore the intersection of software architecture and data Understand how and when to decompose monolithic data Learn how to apply evolutionary practices to databases and how to apply database refactoring patterns to evolve the database design See what’s coming next with data mesh, the next-generation analytical data platform This Superstream is for you because... You’re a developer or architect who wants to understand the intersection of architecture and data. You’re currently looking for ways to deliver data to support your businesses goals. You want to become well-versed in the foundations and best practices of software architecture and data. Prerequisites: Come with your questions Have a pen and paper handy to capture notes, insights, and inspiration Recommended follow-up: Read Fundamentals of Software Architecture (book) Read Building Microservices , second edition (book) Read Building Evolutionary Architectures (book) Read Building Event-Driven Microservices (book) Take Software Architecture by Example (live online training course with Mark Richards and Neal Ford) Take Architecture: The Hard Parts (live online training course with Mark Richards and Neal Ford) Take Microservice Fundamentals (live online training course with Sam Newman)
    Note: Online resource; Title from title screen (viewed January 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 59 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 6+ Hours of Video Instruction Learn to write performant back-end applications in JavaScript by leveraging the Node.js runtime. Shaun Wassell teaches JavaScript developers how to write and run server-side JavaScript applications for the powerful Node.js runtime. It includes topics such as working with the file system, creating web servers, installing, using, and publishing NPM packages, Google V8 engine, testing, and much more. Description Several years ago, it wasn’t possible to write JavaScript programs for the back-end. JavaScript was strictly limited to running in a browser, and if a developer wanted to write back-end software, they had little choice but to learn another programming language, such as PHP. Now, that has all changed. Thanks to Node.js, which allows JavaScript to be run outside the browser, JavaScript developers can write web-servers, server-side scripts, and any number of other useful back-end programs. This LiveLessons video shows developers how to write and run server-side JavaScript applications for the powerful Node.js runtime. The code repository for this LiveLesson can be accessed at https://github.com/shaunwa/node-course . About the Instructor Shaun Wassell 's goal is to create a world where people are empowered to use programming as a way to solve meaningful problems--a world where writing code is just as natural for most people as walking or breathing. To help make this a reality, he has dedicated the past few years to helping people learn and master software development skills through video courses, live training sessions, and one-on-one tutoring. Shaun has been programming since he was a kid, when creating video games was his gateway into the world of software. Since then, he's been fortunate enough to be a contributing member on many amazing software projects and work with some incredible mentors along the way. Skill Level Intermediate What You Will Learn Learn to quickly and easily write performant back-end applications in JavaScript by leveraging the Node.js runtime: Write useful server-side programs using modern JavaScript Build Node.js web servers using several different frameworks Deploy your Node.js applications so that they can be accessed from anywhere Create and publish an open-source NPM package Shaun also covers more advanced features for developers, such as: Maximizing the performance of your Node.js programs by learning about how Nodes V8 runtime works Interfacing with databases in Nod...
    Note: Online resource; Title from title screen (viewed February 8, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 6 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 3 Hours of Video Instruction Learn software design from the legendary architect Juval Löwy. Over the past 20 years, Juval has led the industry in architecture and project design. Some of his ideas, such as microservices, serve as the foundation of software design and development. In this dense LiveLessons video Juval Löwy explains his approach to system analysis and design, using volatility to decompose a system into its comprising services. Juval contrasts it with the most common mistake done in architecture, using functionality to identify services. This engaging video discusses both what not to do and how to correctly define the architecture of software systems. The objective is to future proof your system and make it drastically easier to develop and maintain. About the Instructor Juval Löwy , founder of IDesign, is a master software architect specializing in system and project design. He has helped countless companies around the world deliver quality software on schedule and on budget. Recognized by Microsoft as one of the world’s top experts and industry leaders, he participated in internal strategic design reviews for C#, WCF, and related technologies, and was named a “Software Legend.” He has published several best-sellers and numerous articles on almost every aspect of modern software development. Löwy speaks frequently at major international software development conferences and conducts Master Classes around the world, teaching thousands of professionals the skills required of modern software architects and how to take an active role as design, process, and technology leaders. Skill Level Intermediate What You Will Learn You will learn how to overcome the real hurdles architects face and learn simple and practical techniques for identifying, and a structured approach for defining, the components of the architecture. Who Should Take This Course? Any software architect or developers transitioning to the role of architects will benefit greatly from this session. Project managers can see what they need to look for in architects. About Pearson Video Training Pearson publishes expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. These professional and personal technology videos feature world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, Pearson IT Certification, Sams, and Que. Topics include...
    Note: Online resource; Title from title screen (viewed February 8, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 60 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Get started with Vim in this one-hour video. Everything you need to know to get up and running quickly. Topics include: * Opening, saving, and quiting files * Basic movements and operations, like copying and deleting * Updating the .vimrc configuration file for customization * Installing plugins and further customization
    Note: Online resource; Title from title screen (viewed January 8, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 34 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: AWS Solutions Architect Certification In ONE HOUR!
    Note: Online resource; Title from title screen (viewed January 14, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 24 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Python is the most popular language for data science and machine and deep learning, and it’s become a favorite among web developers due to its versatility, vast library ecosystem, and high-performance applications. Python's many new features will ensure it remains the language of choice for these robust communities, even as we approach its 30-year anniversary. Join members of the Python community as they share expert perspectives on topics ranging from machine learning to microservices. Discover how to implement Python’s newest features to optimize performance and take your Python code to the next level. About the OSCON Superstream Series: Each day in the four-part OSCON Superstream Series covers a different programming language and its ecosystem, with unique sessions including keynotes from language luminaries, debates on controversial topics, and hands-on coding talks. And they’re packed with insights from innovators and the latest tools and technologies to help you stay ahead of it all. What you'll learn-and how you can apply it Explore Python’s newest features Understand how Python can be applied in machine learning Learn how to use gRPC with polyglot technologies including Python Implement Python’s newest features to optimize performance This Superstream is for you because... You’re a Python developer looking to improve your skills and awareness of new practices and technologies. You’re a developer in another programming language and are curious about how Python can improve the performance of your applications. You’re an experienced developer who wants to learn new tools and techniques from expert programmers and software developers. Prerequisites: ,/p〉 Come with your questions Have a pen and paper handy to capture notes, insights, and inspiration
    Note: Online resource; Title from title screen (viewed February 3, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 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 57 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Traditional rule-based data quality management methodology is costly and hard to scale in the big data environment. It requires subject matter experts within business, data and technology domains. Machine learning techniques for data quality management enable cost-effective and scalable ways to manage data quality for a large amount of data. This presentation will discuss a use case that demonstrates how machine learning techniques can be used in data quality management on a big data platform in the financial industry. Join us for this edition of Meet the Expert with Jennifer Yang to learn how machine learning techniques can be used in the data quality management processes in the financial industry. Jennifer will describe: Results of applying various machine learning techniques in the four most commonly defined data validation categories will be presented. Approaches to operationalize the machine learning data quality management solution. Lessons learned will be discussed to help the audience take on their own data quality management journey using machine learning techniques. O'Reilly Meet the Expert explores emerging business and technology topics and ideas through a series of one-hour interactive events. You’ll engage in a live conversation with experts, sharing your questions and ideas while hearing their unique perspectives, insights, fears, and predictions.
    Note: Online resource; Title from title screen (viewed January 20, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801074704
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 48 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Master the basic concepts of data science and machine learning and learn how to implement these concepts successfully in the real-world About This Video Learn the fundamentals of data science, machine learning, and data mining Learn interesting techniques to evaluate a machine learning model Discover the best practices to solve real-world problems using machine learning In Detail Machine learning is the key to development in many areas, such as IT, security, marketing, automation, and even medicine. Without machine learning, it is impossible to build intelligent applications and devices, such as Alexa, Siri, and Google Assistant. This course will help to get familiar with data science and machine learning. The course starts with an introduction to data science, explaining different terms associated with it. You will also become familiar with machine learning and data science modeling and explore the key differences between model parameters and hyperparameters. Next, you will become familiar with the concepts of machine learning models, such as linear regression, decision trees, random forests, neural networks, and clustering techniques. Towards the end, you will learn how to evaluate machine learning models and learn the best practices to succeed in your data scientist role. By the end of this course, you will have a solid understanding of data science and machine learning fundamentals.
    Note: Online resource; Title from title screen (viewed January 18, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800565043
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 45 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Equip yourself with Linux skills and manage users, files, and directories from the Linux Shell confidently About This Video Learn about Linux networking and discover how it is used in the real world Gain a solid understanding of Linux files, directories, and permissions Learn how to write error-free and executable Linux shell scripts In Detail Do you want to understand how Linux works in the real world? From basic Linux commands to creating scripts, this course will teach you all. The course starts with an introduction to Linux, explaining its shell, terminal, and commands. You will also learn the process of installing Docker and creating a Linux container. Once the setup is ready, you will become familiar with the Linux processes and discover the role of data streams and piping. Moving along, you will learn how to manage files and directories and learn the common search operations used in Linux. Next, you will learn the techniques to compress and sort files and gain a good understanding of user management. Towards the end, you will learn to create executable scripts, grasp networking concepts, and get an overview of environment variables. By the end of this course, you will be able to perform basic and advanced Linux operations.
    Note: Online resource; Title from title screen (viewed January 21, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 12 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: The combination of modern distributed architectures and cloud environments offers powerful solutions for delivering applications that quickly yield business value. . .and increased complexity. Moving quickly and not breaking things means that you need deployment pipelines. How do you ensure your releases don’t bring down production? Enter CI (continuous integration) and CD (continuous delivery), which greatly improve visibility of the quality of your software while also greatly reducing the time taken between releases. Join us to learn how CI/CD can help you achieve new levels of velocity, agility, reliability, and efficiency in your projects and systems. About the Infrastructure & Ops Superstream Series: This five-part series of half-day online events details what you need to know to effectively manage existing legacy systems while migrating to modern, scalable, cost-effective infrastructures—with no interruption to your business. Each event day covers some of the most challenging and promising topics facing those working in infrastructure and operations today: continuous integration and delivery, cloud delivery, Kubernetes, microservices, and security. What you'll learn-and how you can apply it Understand what tools work best for CI/CD and cloud native Learn how CI/CD works in the deployment pipeline Discover how infrastructure as code can help you deliver services to your users This Superstream is for you because... You’re a developer looking to discover the advantages of CI/CD. You want to better understand infrastructure as code. You work in a cloud native environment and want to learn which CI/CD tools work best with this extra complexity. You want to better incorporate testing and automation in your CI/CD pipeline. Prerequisites: Come with your questions Have a pen and paper handy to capture notes, insights, and inspiration Recommended follow-up: Read Infrastructure as Code , second edition (book) Read Building Microservices , second edition (book) Read What Is DevOps? (report)
    Note: Online resource; Title from title screen (viewed February 2, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484269190
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 1 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: A hit-the-ground-running introduction to the expansive world of understanding your data. If you fail to understand what all the hoopla is around data analytics, but you know you need to jump in somewhere, this video is for you. Learning a handful of techniques you’ll get started with turning great quantities of data into useful information that can help you better understand your own world of data. This video is a user-friendly entry point that teaches you how to use machine learning algorithms to move from the trenches of data to making informed data-driven decisions. It begins with a brief introduction to data analysis and guidance on how to set up a development environment in Databricks. From there you will investigate data using popular tools such as SQL and Python on top of Apache Spark. From there you will move on to learning how to clean up data and prepare it for use in a machine-learning algorithm. The final segment offer guidance for presenting the results visually. What You Will Learn Investigate small and large datasets using SQL and Python Clean and prepare data for advanced analytics Run machine learning algorithms Show data results using visualizations Who This Video Is For People who work with data, including analysts, data engineers, data scientists, and the data curious. Basic knowledge about the data field is assumed, but no special skills are needed.
    Note: Online resource; Title from title screen (viewed January 19, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 12 hr., 39 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. Building Linux Servers: DHCP, DNS, and Directory Services LiveLessons
    Note: Online resource; Title from title screen (viewed February 11, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801078504
    Language: English
    Pages: 1 online resource (1 video file, approximately 19 hr., 53 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Get ready to solve modern computing problems with data structures and algorithms About This Video Understand the fundamentals of data structures and algorithms Learn how to implement data structures and algorithms in the real world using Python Prepare for your job interview by getting acquainted with some common interview questions In Detail With the knowledge of data structures and algorithms at your fingertips, you can write efficient computer programs to solve real-world problems. This course will help you to get up and running with data structures and algorithms in no time. The course starts by explaining the concepts of complexity analysis and big O notation. Next, you will become familiar with the concepts of memory and logarithms. Moving along, you will get a solid understanding of data structure concepts, such as arrays, linked lists, stacks, queues, hash tables, trees, heaps, and graphs. Next, you will understand what recursion is and get to grips with a variety of basic and advanced algorithms, such as searching, sorting elementary, sorting advanced, tree traversal, and graph traversal. Towards the end, you will go through a set of interview questions that will enhance your knowledge of data structures and algorithms and prepare you for job interviews. By the end of this course, you will have gained exceptional knowledge of data structure and algorithms and will have developed skills to apply in the real world.
    Note: Online resource; Title from title screen (viewed January 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801075596
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 39 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Get to grips with big data technologies and work on real-world big data projects confidently About This Video Get a holistic picture of the big data ecosystem Become an expert in choosing big data technology as per the requirements Get ready to build end-to-end big data batch and streaming pipelines In Detail Do you want a guide that will help you to pick the right big data technology for your project? Or do you want to get a solid understanding of the big data architecture and pipelines? This course will help you out. After highlighting the course structure and learning objectives, the course will take you through the steps needed for setting up the environment. Next, you will understand the big data logical architecture, study the evolution of big data technologies, and explore big data pipelines. Moving along, you will become familiar with ingestion frameworks, such as Kafka, Flume, Nifi, and Sqoop. Next, you will learn about key storage frameworks, such as HDFS, HBase, Kudu, and Cassandra. Finally, you will go through the various data formats and uncover key data processing and data analysis frameworks. By the end of this course, you will have a good understanding of the big data architecture and technologies and will have developed the skills to build real-world big data pipelines.
    Note: Online resource; Title from title screen (viewed January 21, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    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., 5 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: AWS Certified Database - Specialty Complete Video Course 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 February 10, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 3 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Get started building powerful Command-line Tools with Python. From a single file with no dependencies to packaging and publishing your tool on the Python Package Index. Everything you need to know to get up and running quickly to create Python command-line tools. Topics include: * An introduction to Python scripts and Python packaging * Declare dependencies and package your script for installing and sharing. * Use argparse or upgrade to a more powerful framework like Click * Add flags, options and arguments to fine-tune and control your command-line tool
    Note: Online resource; Title from title screen (viewed January 22, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 56 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Get started with Docker and building powerful containers in this one-hour video. From the basics of containers, and its differences with virtual machines, to interactive commands and containerization of applications. Everything you need to know to get up and running quickly to use containers and grasp docker concepts. Topics include: * An introduction to containers and their differences with Virtual Machines * Start, stop, and manage containers. * Map container ports to local ports, mount volumes, and other startup flags for container images. * Get access to running containers to interactively debug a service like Nnginx. * Build a Python application with a Dockerfile, and deploy it running the latest Python version.
    Note: Online resource; Title from title screen (viewed January 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 3 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Get started with Machine Learning and Auto ML using Azure ML Studio easily building powerful models and deploy them in a scalable environment. Everything you need to know to get up and running quickly in Machine Learning using Azure, from datasets to containerized deployments and data validation. Topics include: * An introduction to Azure ML Studio and AutoML * Import datasets and version them within Azure - even from remote locations like Github * Create compute clusters for training and live inferencing * Select models for deployment into Kubernetes or Docker Container instances * Practice MLOps, operationalizing a deployed model with logs and metrics via Application Insights * Consume a live endpoint with a deployed model over an HTTP API * Use the generated Swagger files to grasp the HTTP endpoints
    Note: Online resource; Title from title screen (viewed February 4, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 20 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to use AWS Elastic Beanstalk to deploy a Flask application. This tutorial covers Continuous Delivery of a Python Flask application using AWS Code Build. Elastic Beanstalk is a PAAS (Platform as a Service) that has powerful tools and integrations. This video course covers building out an development environment in Cloud9, a Makefile system and then finally, a full fledged CI/CD pipeline using Pylint and AWS Code Build of a Flask API. Follow along with the Github Resource: https://github.com/nogibjj/Flask-Elastic-Beanstalk.
    Note: Online resource; Title from title screen (viewed February 3, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801079419
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 10 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn essential techniques with Burp Suite to detect vulnerabilities that cause web applications to be compromised About This Video Learn how to find and exploit common vulnerabilities with Burp Learn how Burp Suite can help automate attacks Learn using hands-on examples In Detail Burp Suite contains an array of penetration testing and vulnerability finder tools. It is mainly used to identify the vulnerabilities of web applications. In this course, you will learn essential techniques with Burp Suite to detect vulnerabilities that cause web applications to be compromised. The course starts off with demonstrating how to set up your project in Burp Suite. It also introduces the different modules included in the Burp Suite. You’ll learn to identify information disclosure vulnerability and expose sites leaking sensitive information. You’ll also learn about insecure decentralization vulnerability and how this can be exposed. Web applications use WebSocket to communicate with the user. Testing web sockets for vulnerabilities is also covered in this course. You’ll also learn how to simulate the directory traversal attack and read files that are running. Finally, you will learn about some other attacks such as the external entity injection (XXE), cross-site scripting (XSS), and SQL injections. With this, you will have all the skills in your arsenal to test web applications.
    Note: Online resource; Title from title screen (viewed February 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801079846
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 7 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn project management in the most effective and easy way, through visually seeing every concept About This Video Learn project management through simple pictures and visual illustrations to remember better Gain an understanding of the best practices of project management Learn to create project artifacts during the different phases of the project In Detail In this course, we will begin by understanding the basics of project management and some fundamental concepts related to it. We will then learn how to master the coordination of all elements by understanding expert techniques of integration management, such as project charter, project management plan, and integrated change control. Managing all stakeholders involved in a project is a crucial aspect of project management. In this course, we will learn how to manage key stakeholders effectively, thus reducing the risk involved in the project. Any project is bound to meet obstacles if the scope of the project is not identified correctly before the project commences. This course teaches you the best practices to identify the scope correctly and manage schedules, such that your project does not overshoot its costs. Finally, you will learn how to plan your project such that the quality of the project is not compromised and all risks are accounted for before the project begins. By the end of this course, you will be able to pick up any project and apply industry best practices, and move the project towards completion.
    Note: Online resource; Title from title screen (viewed February 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801077774
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 51 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn the fundamentals of Android hacking and understand the common types of vulnerabilities that exist in Android applications About This Video Learn about dynamic and static analysis Become an expert at finding Android exploits Master popular pen-testing tools In Detail An app is often vulnerable to many attacks. Revealing vulnerabilities in applications and networks, testing cyber defense capabilities, and monitoring penalties are just a few among the many reasons why penetration testing is so important. With this in mind, this course introduces you to an array of tools that will help you test a vulnerable Android app. To identify vulnerability issues, we will use popular tools such as Drozer and the Burp Suite. To decompile the code, you will use tools Dex2Jar and Jadx. However, decompiling the code is not possible for closed third-party apps; in such cases, you will have to reverse-engineer the code, and for this, you will learn how to use the Android Debug Bridge. By the end of the course, you will be able to simulate an attack on any Android application and exploit its vulnerabilities.
    Note: Online resource; Title from title screen (viewed February 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801077088
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 6 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn how to create amazing animations using SwiftUI with the help of easy, intermediate, and advanced projects. About This Video Become familiar with the SwiftUI framework Discover how to use Xcode 12 and iOS 14 with SwiftUI Get ready to create stunning animations for your applications with SwiftUI In Detail Do you want to create eye-catching animations with SwiftUI that can be easily incorporated into your applications? This course teaches you how to create animations of your choice using SwiftUI. The course starts with an introduction to SwiftUI, explaining the differences between declarative and imperative programming. Moving along, you will discover the role of stacks, text modifiers, and image modifiers in SwiftUI. Next, you will learn to work on interesting projects, such as animating a weather graph with data, animating different shapes, creating an ocean wave, and creating a Wi-Fi loading animation. By the end of this course, you will be able to create smooth and engaging animations with SwiftUI using Xcode 12 and iOS 14.
    Note: Online resource; Title from title screen (viewed January 20, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 57 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Join us for a special conversation on software architecture with Neal Ford and Sarah Wells, covering the fascinating aspects of the discipline, interesting convergence areas, and insights on how to approach the most challenging aspects of building and managing evolving architectural needs. This is your chance to ask Neal and Sarah anything you want about architecture or their own career journeys. They’ll spend a few minutes covering the trends in microservices that are influencing architecture right now, then tell you what you need to know to stay ahead of the curve. What you'll learn-and how you can apply it Explore the uses of a microservices architecture What’s coming next with software architecture This training course is for you because... You want the chance to ask Neal Ford and Sarah Wells your questions around working long-term with a microservices architecture. You’re looking for ways to use microservices to support your businesses goals. You want to become well-versed in the foundations and best practices of microservices. Prerequisites: Come with your questions for Neal Ford and Sarah Wells Have a pen and paper handy to capture notes, insights, and inspiration Recommended follow-up: Read Fundamentals of Software Architecture Read Building Microservice, 2E Read Building Event-Driven Microservices
    Note: Online resource; Title from title screen (viewed March 9, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 57 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Serverless is a relatively nascent concept. Adoption is on the rise, but the promise of serverless remains elusive—as does a wide understanding of the different approaches to implementation. Although the benefits of serverless are clear, the question remains on where this new technology fits into your workflows and business processes. Join us for this edition of Meet the Expert with Patrick Hamann, software engineer, and Andrew Betts, head of developer relations at Fastly, to learn about the benefits of serverless computing. Patrick and Andrew will dive into the promises of and approaches to serverless, how to get started building edge native applications, and real-world examples of companies taking advantage of this technology. O'Reilly Meet the Expert explores emerging business and technology topics and ideas through a series of one-hour interactive events. You’ll engage in a live conversation with experts, sharing your questions and ideas while hearing their unique perspectives, insights, fears, and predictions. What you’ll learn and how you can apply it By the end of this live show, you’ll better understand: The promise of serverless Approaches to serverless computing (where is it done best?) Serverless use cases How you can start thinking about taking your first steps towards integrating this technology into your business This event is for you because… You want to learn about the fundamental shifts that are transforming the business landscape and customer needs. You want better visibility into emerging serverless technology and the ways it can be used. You want to drive your business digital transformation Prerequisites: Come with your questions for Tyler Have a pen and paper handy to capture notes, insights, and inspiration
    Note: Online resource; Title from title screen (viewed March 2, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    ISBN: 9781484270004
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 2 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: ​This video helps you to design databases and processes that can manage millions or billions (or more) rows of data for analytics and reporting. Analytic workloads follow different architectural and query patterns than standard transactional systems, and the associated data stores grow differently over time as compared to online transaction-processing systems. This video covers the purpose, usage, and effects of growth on analytic data stores with a focus on storing the data directly in SQL Server. Topics covered in this video include design issues such as compression and advanced indexing techniques for online analytical processing (OLAP) data. Also covered are performance optimization and efficient query patterns. Watching this video helps you learn to better retrieve data with the ultimate goal of answering organizational questions using your analytics data store. What You Will Learn Understand the nature of OLAP data, its structure, and its usage Store OLAP data natively in SQL Server using best-practice options Minimize resource consumption by compressing your data Enhance query performance through columnstore indexing Scale your OLAP query performance to account for future growth Add new data elements to existing analytic data stores Who This Video Is For For data and analytics professionals who create, manage, and query large analytic data stores. For database professionals who expect to do so in the future, who want to know the options that are available in Microsoft SQL Server.
    Note: Online resource; Title from title screen (viewed February 16, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 56 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Ever had your CEO look at a report and say the numbers look way off? Has a customer ever called out incorrect data in one of your product dashboards? If this sounds familiar, data reliability should be the cornerstone of your data strategy. In this talk, Barr Moses will introduce the concept of “data downtime” — periods of time when data is partial, erroneous, missing or otherwise inaccurate. Data downtime is highly costly for organizations, yet is often addressed ad hoc. The solution? Data observability, an approach to tackling data downtime that leverages core principles of software engineering. We’ll discuss why data downtime matters to the data industry and share data observability tactics best-in-class organizations use to address it. Join us for this edition of Meet the Expert with Barr Moses to learn how to address data downtime and make observability a pillar of your data strategy. O'Reilly Meet the Expert explores emerging business and technology topics and ideas through a series of one-hour interactive events. You’ll engage in a live conversation with experts, sharing your questions and ideas while hearing their unique perspectives, insights, fears, and predictions.
    Note: Online resource; Title from title screen (viewed March 1, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson IT Certification | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 10 hr., 54 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 11 Hours of Video Instruction Certified Kubernetes Administrator (CKA) Complete Video Course provides 11 hours of video instruction for IT professionals—including IT Administrators, DevOps Engineers, Software Developers, IT Architects, and Hybrid Cloud Administrators—preparing to take the CKA exam, which requires an in-depth knowledge of how to develop, create, manage, store, and troubleshoot Kubernetes applications. Overview Certified Kubernetes Administrator (CKA) Complete Video Course provides 11 hours of video instruction for IT professionals—including IT Administrators, DevOps Engineers, Software Developers, IT Architects, and Hybrid Cloud Administrators—preparing to take the CKA exam, which requires an in-depth knowledge of how to develop, create, manage, store, and troubleshoot Kubernetes applications. The course includes labs, demonstrations, and lightboard explanations by Sander van Vugt, who has presented on dozens of Linux and Kubernetes courses. He introduces containers and Kubernetes, and moves through the process of creation, managing, and storing applications. He provides labs on setting up and managing clusters, and you'll also learn how to troubleshoot Kubernetes applications and cluster nodes. Sander shows how to manage deployments, services, ingress, setting up storage, and walks through key troubleshooting scenarios. He ends the course with a sample exam for the user to practice before taking the real thing. Topics include: Module 1: Getting Started Module 2: Managing Pods and Deployments Module 3: Managing Kubernetes Clusters Module 4: Sample Exam About the Instructor Sander van Vugt has been teaching Linux classes since 1995 and has written more than 60 books about different Linux-related topics, including the best-selling RHCSA-RHCE 7 Cert Guide. Sander is also the author of more than 25 video courses, including Kubernetes Fundamentals . He teaches courses for customers around the world, and is also a regular speaker on major conferences related to open source software. Sander is also the founder of the Living Open Source Foundation, a non-profit organization that teaches open source to talent in different African countries. Skill Level Beginner/Intermediate Learn How To Best prepare to pass the Certified Kubernetes Application Developer (CKA) Exam Create a Kubernetes cluster Manage Pods and Deployments Manage Pod Storage and Networking Work with Ingress Work with the API Add custom resources Manage ...
    Note: Online resource; Title from title screen (viewed February 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson IT Certification | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 15 hr., 21 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 15+ Hours of Video Instruction The Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course correlates directly to the DEVASC 200-901 exam blueprint, which lays out the skills needed to operate within the current world of infrastructure automation and programmability, while also preparing them for a successful exam experience. The Cisco Certified DevNet Associate DEVASC 200-901 Complete Video Course is designed to allow people from both a networking and programming background to jump right in. Each of the 31 lessons directly maps to the exam blueprint and covers the core technologies and concepts needed for exam success. In addition, many of the labs and demonstrations will show you simple and practical uses of infrastructure programmability techniques. Whether you are preparing for the DEVASC 200-901 exam, or simply looking to expand your understanding of concepts and strategies for operating your infrastructure effectively in the ever-changing digital landscape, this course will provide practical tools and techniques to support your career and exam aspirations. Through theory overviews and hands-on demonstrations, Chris Jackson explains both the basics and intricacies of automation and programmability in an easy to understand way. Topics include: Module 1: Software Development and Design Module 2: Python Fundamentals for DEVASC Module 3: Understanding and Using APIs Module 4: Application Deployment and Security Module 5: Network Fundamentals Module 6: Infrastructure and Automation Module 7: Developing on Cisco Platforms About the Instructor Chris Jackson , CCIEx2 (RS, SEC) #6256, is a Distinguished Architect working in the Cisco Global Strategy Organization. He is also the author of Network Security Auditing (CiscoPress, 2010), CCNA Cloud CLDADM 210-455 Official Cert Guide (CiscoPress, 2016), and Cisco Certified DevNet Associate DEVASC 200-901 Official Cert Guide (CiscoPress, 2020). Chris is focused on DevOps, Security, Automation, Cloud, and helping Cisco and customers better leverage the business transformational aspects these technologies provide. He holds dual CCIEs in security and routing and switching, CISA, CISSP, ITIL v3, seven SANS certifications, and a bachelor's degree in business administration. Skill Level Beginner/Intermediate Learn How To Program Cisco infrastructure devices Implement DevOps automation Create a more agile and flexible IT environment Study and prepare for DEVASC exam success Who Sh...
    Note: Online resource; Title from title screen (viewed March 4, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 15 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to use no-code and low-code solutions to perform Natural Processing. In this video you walk through building a text based analysis using Python and Cloud Tools. You learn how to perform document similarity, visualize word clouds and use Amazon AI Tools. The techniques covered include: * Google Colab * Spacy * AWS Quicksite * AWS Comprehend * AWS Rekognition * NLTK * WordCloud * Pandas * Plotly * Github Finally, the course analyzes Hemingway books using popular off the shelf Python libraries. Follow along with the Github Resource: https://github.com/noahgift/exploratory-data-analysis
    Note: Online resource; Title from title screen (viewed February 20, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801075800
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 22 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to create stunning visualizations without writing code About This Video Detailed step-by-step walkthrough of creating data visualizations Create dashboards and stories in Tableau Define the granularity of data using the Level of Detail feature In Detail Visualizations provide us with a clearer understanding of data in a shorter span of time. They prove to be a powerful tool to make analyses and identify patterns. They also form an integral part of data storytelling by helping in creating narratives. Tableau's remarkable visualization capabilities make it a popular choice for data visualization. In this course, we will understand the capabilities of Tableau that makes it a popular software. Discover the basic tableau concepts and go over some basic charts that can be created easily using Tableau. We will then go over how we can create dashboards and stories to present contextual information of the data. Finally, we will learn some advanced features in Tableau, such as data modelling, controlling the granularity of the visualizations, and performing table calculations. By the end of the course, you will be able to use Tableau effectively and will be able to create sophisticated visualizations easily.
    Note: Online resource; Title from title screen (viewed March 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801075190
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 hr., 24 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Learn the tips and tricks to become a proficient Java programmer and master the fundamentals of the language About This Video Master the fundamentals of Java programming, no matter your current level of coding skills Learn the theory behind the code and put it to practice right away Solidify your skills as a Java developer by building engaging portfolio projects In Detail Be it websites, mobile apps, or desktop software, Java remains one of the most popular programming languages around. With over 7.6 million developers using it worldwide, the surge of new programming languages has not dampened the demand for this 25+-year-old language. With an average Java developer in the US earning over $104,000 a year, Java programming skills are still highly sought after. This course is designed to teach you these skills from scratch, starting with JDK installation followed by the creation of your first program. Then, as you progress through the sections, you’ll start learning the core Java concepts such as control statements, arrays, strings, methods, objects, and more. In each of these sections, you’ll be building a unique, exciting project, thus ensuring you’re not just learning the theory but also practicing what you learned. Average of three, Mad Libs clone, and tic-tac-toe are just some of the projects you’ll be building in this course. To make sure you’ve mastered each line of code, there are practical hands-on coding challenges in every lecture. By the end of this course, you will have mastered the best tips, tricks, and theory behind the Java programming language. The hands-on nature of this course will ensure that you can readily apply your skills to real-world projects.
    Note: Online resource; Title from title screen (viewed March 31, 2021) , Mode of access: World Wide Web.
    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 59 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Machine learning operations, or MLOps, is a set of processes that can help today’s organizations get value from data science by reducing friction throughout pipelines and workflows. However, implementing MLOps is easier said than done because it touches so many teams, people, and processes across the organization — it’s larger than just model monitoring in production. Through his experience working with global organizations on governance and MLOps topics, Mark will outline the key components of a robust (and successful) MLOps strategy. O'Reilly Meet the Expert explores emerging business and technology topics and ideas through a series of one-hour interactive events. You’ll engage in a live conversation with experts, sharing your questions and ideas while hearing their unique perspectives, insights, fears, and predictions. This event is for you because… You want to design MLOps systems that minimize risks across the organization. You want to get more value out of data science by implementing MLOps processes. Prerequisites: Come with your questions for Mark Treveil Have a pen and paper handy to capture notes, insights, and inspiration
    Note: Online resource; Title from title screen (viewed April 8, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    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: In 2020, Mark Zuckerberg famously declared that "the future is private," reflecting Facebook's commitment to doing privacy right. It’s a formidable challenge for a company with a codebase containing more than 100 million lines of code, to which engineers make thousands of changes per day. It can only be tackled by the entire company working together. While Facebook has more to do, it’s already made significant progress on privacy improvements across the company in terms of processes, products, and engineering teams. In this Meet the Expert with Facebook software engineer Alex Gorelik, learn how Facebook is implementing best-in-class privacy at scale without slowing down development. You’ll explore best practices for making data privacy everyone's responsibility, learn how to build processes, technical tools, and frameworks that support privacy work, and hear lessons learned while implementing privacy for billions of users. Recorded on March 11, 2021. See the original event page for resources for further learning or watch recordings of other past events . O'Reilly Meet the Expert explores emerging business and technology topics and ideas through a series of one-hour interactive events. You’ll engage in a live conversation with experts, sharing your questions and ideas while hearing their unique perspectives, insights, fears, and predictions.
    Note: Online resource; Title from title screen (viewed March 11, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484270349
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 4 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Privacy is essential for individuals and democracy as a whole – and the only real way to achieve this is with strong encryption. The target audience for this video is anyone who wants to keep their communications truly private. This could be personal information or intellectual property – the solutions are the same. After viewing this video, you will understand: Why privacy is important, not just for individuals but for democracy and society The basics of encryption and how it is essential for privacy The difference between data at rest and data in motion How data travels between computers/devices on the internet The trade-offs between security, convenience, and cost How to set up truly secure and private communications What You Will Learn Define privacy and why it’s so important Discover how the internet really works Gain an understanding of cryptography and encryption Set up secure email, messaging, and file sharing Enable secure and private web browsing (HTTPS, VPNs, and DNS over HTTPS) Who This Video Is For Anyone who wants to keep their communications truly private.
    Note: Online resource; Title from title screen (viewed April 6, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801076364
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Learn Tableau from scratch and ace the Tableau Desktop Specialist exam with the two included full-length practice tests along with additional hands-on and theoretical quizzes About This Video Create stunning visualizations of data using basic charts Build dashboards that help you easily access and compare data Showcase information by providing context and narratives using the story feature In Detail Visualizations provide us with a clearer understanding of data in a shorter span of time. They prove to be a powerful tool to make analyses and identify patterns. They also form an integral part of data storytelling by helping in creating narratives. Tableau’s remarkable visualization capabilities make it a popular choice for data visualization. In this course, we will learn about Tableau, right from the very beginning, and work ourselves through the different capabilities of Tableau. We’ll start by familiarizing ourselves with the software and understanding the basic concepts of Tableau. We then move on to exploring and analyzing data. We’ll look at the various charts that can be used to present several types of data and we can use Tableau easily to create such visualizations. We’ll learn how to effectively present these visualizations using dashboards and stories. Finally, we will go over some exam tricks and tips that will help us prepare for the Tableau Specialist exam.
    Note: Online resource; Title from title screen (viewed March 23, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 40
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 16 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: While cloud isn’t a new technology, the move to the cloud has accelerated...and has become increasingly complex. Ops engineers need to build new skills and knowledge: What are the pain points of moving to the cloud, and how do security and safety change? And how do you give power to developers while still ensuring secure and reliable deployments? Join us for a Superstream on the cloud, with sessions covering everything from strategy to security and automation. About the Infrastructure & Ops Superstream Series: This five-part series of half-day online events details what you need to know to effectively manage existing legacy systems while migrating to modern, scalable, cost-effective infrastructures—with no interruption to your business. Each event day covers some of the most challenging and promising topics facing those working in infrastructure and operations today: continuous integration and delivery, cloud delivery, Kubernetes, microservices, and security. What you'll learn-and how you can apply it Understand how data works in the cloud See what tools work best for cloud native CI/CD Learn configuration management strategies to increase system robustness Discover strategies to help ensure a successful cloud native transformation Explore secret change management techniques and tools This Superstream is for you because... You’re a developer looking to better understand the skills needed to work on infrastructure in the cloud. You want to better understand cloud providers and security options. You work in a cloud native environment and want to understand how CI/CD tools work best with this extra complexity. You want to learn more about testing and automation in the cloud. Prerequisites Come with your questions Have a pen and paper handy to capture notes, insights, and inspiration Recommended follow-up: Read Practical Process Automation (book) Read Cultivating Cloud Outcomes (early release book) Read 97 Things Every Cloud Engineer Should Know (book) Read " Patterns for Development and Process " (chapter 9 in Cloud Native Transformation )
    Note: Online resource; Title from title screen (viewed April 7, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 41
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801074629
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 32 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Understand the underlying theory behind automatic memory management and garbage collection. About This Video Learn about various GC algorithms, such as Mark-Compact collector and Reference counting collector Identify the difference between tracing and direct collectors Learn about Tri-color abstraction and marking In Detail Memory leaks and dangling pointers are the main issues of manual memory management. If you delete a parent node in a linked list, forgetting to delete all its children first—your memory is leaking. You delete an object chain in the correct order but suddenly, your program crashes since you forgot about the second owner of this resource, which now tries to dereference a null-pointer. To avoid these issues, most modern high-level programming languages implement automatic memory management. You allocate objects manually; however, don’t bother with their deallocation: a special program, garbage collector, knows how to automatically deallocate them correctly and reclaim for future reuse. In this course, we’ll study all the different techniques and algorithms related to automatic memory management, which are used today in practice.
    Note: Online resource; Title from title screen (viewed March 30, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    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., 45 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. 4 Hours of Video Instruction vDescription Code-along sessions move you from introductory machine learning concepts to concrete code. Overview Machine learning is moving from futuristic AI projects to data analysis on your desk. You need to go beyond following along in discussions to coding machine learning tasks. These videos show you how to turn introductory machine learning concepts into concrete code using Python, scikit-learn, and friends. You learn about the fundamental metrics used to evaluate general learning systems and specific metrics used in classification and regression. You will learn techniques for getting the most informative learning performance measures out of your data. You will come away with a strong toolbox of numerical and graphical techniques to understand how your learning system will perform on novel data. About the Instructor Mark Fenner, PhD, has been teaching computing and mathematics to diverse adult audiences since 1999. His research projects have addressed design, implementation, and performance of machine learning and numerical algorithms, learning systems for security analysis of software repositories and intrusion detection, probabilistic models of protein function, and analysis and visualization of ecological and microscopy data. Mark continues to work across the data science spectrum from C, Fortran, and Python implementation to statistical analysis and visualization. He has delivered training and developed curriculum for Fortune 50 companies, boutique consultancies, and national-level research laboratories. Mark holds a Ph.D. in Computer Science and owns Fenner Training and Consulting, LLC. Skill Level Beginner to Intermediate Learn How To Recognize underfitting and overfitting with graphical plots. Make use of resampling techniques like cross-validation to get the most out of your data. Graphically evaluate the learning performance of learning systems Compare production learners with baseline models over various classification metrics Build and evaluate confusion matrices and ROC curves Apply classification metrics to multi-class learning problems Develop precision-recall and lift curves for cla...
    Note: Online resource; Title from title screen (viewed April 23, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 43
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801071949
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 31 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Make websites that look beautiful and work on any device types About This Video Learn CSS from the basics to build aesthetically pleasing web pages Learn advanced features in CSS such as animations and transitions Build responsive web pages that look amazing on any device In Detail In the first section of the course, we’ll learn about CSS syntax, how to style certain HTML elements using CSS selectors, changing the text on our page, using different colors, changing default link styling, adding background images, working with borders, changing heights and widths of elements, changing spacing with margins and paddings, and making parts of your page see-through. In the second section, we’ll apply everything we learned in CSS 101 and get our hands dirty with more advanced CSS. This includes understanding the display property, the box model, outlines versus borders, specific element positioning, advanced CSS selectors, pseudo selectors and pseudo-elements, transitions, animations, flexbox, and CSS grid. In the final section, we’ll learn about responsive web design. This is how we make websites look great on all devices, including phones, tablets, laptops, desktops, TVs, and more. We’ll also dive right into media queries and what mobile-first means and why it’s important. Then we’ll make images and video embeds responsive. And we’ll finish the course with a final project where you make a flexbox (or CSS grid) page layout and then transform it into a responsive website so that it looks amazing on smaller devices, such as a phone.
    Note: Online resource; Title from title screen (viewed March 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 44
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson IT Certification | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 hr., 45 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 9+ Hours of Video Instruction More than nine hours of video instruction that includes explanations and demonstrations to prepare you to take the Cisco CyberOps Associate CBROPS 200-201 certification exam. Overview Cisco CyberOps Associate CBROPS 200-201 Complete Video Course prepares learners to take the CBROPS 200-201 exam. The course starts with the basics of security, including the CIA Triad, various security deployments, threat intelligence, malware, and analysis tools. It then details the various types of attacks and vulnerabilities, and the fundamentals of cryptography and PKI. After a foundation of cybersecurity fundamentals is laid, the course explores security monitoring and data normalization, including the 5-tuple correlation, as well as DNS, web log, deterministic, and probabilistic analysis. It then introduces NetFlow as it specifically applies to cybersecurity and incident response, as well as its various analysis tools. You will learn how to identify the different intrusion event categories and understand the MITRE ATT&CK Framework. The course then gets into the details of digital forensics, including types of evidence and the chain of custody. There are lessons explaining host-based forensics of Windows, Linux, and Mac OSX, as well as a discussion of endpoint security technologies. The course then moves into network intrusion analysis and the various ways to determine whether your system has been attacked before finishing up with “Security Policies and Procedures,” and the fundamentals of incident response. Through detailed exploration, configuration demos, and troubleshooting implementations, this course methodically guides you through the key topics in the exam. Taught by best-selling authors Omar Santos and Ron Taylor, the Cisco CyberOps Associate CBROPS 200-201 Complete Video Course provides full coverage of the certification, so you have the knowledge you need to study for an pass the exam. Major topics include: Security Concepts Security Monitoring Host-based Analysis Network Intrusion Analysis Security Policies and Procedures About the Instructors Omar Santos is a principal engineer in the Cisco Product Security Incident Response Team (PSIRT) within Cisco’s Security Research and Operations. He mentors and leads engineers and incident managers during the investigation and resolution of security vulnerabilities in all Cisco products, including cloud services. Omar has been working with information technology a...
    Note: Online resource; Title from title screen (viewed March 16, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 45
    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., 25 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: One of the most consistent challenges for ML engineers is how to move from model to production. Join us for a day of sessions dedicated to making the most of AI in your company. You’ll learn about everything from scaling to deployment and from pipeline to model decay—straight from our experts. About the AI Superstream Series: This four-part series of half-day online events is packed with insights from some of the brightest minds in AI. You’ll get a deeper understanding of the latest tools and technologies that can help keep your organization competitive, and learn to leverage AI to drive real business results. What you'll learn-and how you can apply it Understand how MLOps can help you evolve from manually building models Learn how to use PyTorch to effectively deploy and scale your AI models Explore design patterns that will help you tackle problems that frequently crop up during the ML process This Superstream is for you because... You want to learn more about moving machine learning from model to production. You want to better understand MLOps. You’re interested in improving your skills in scaling, model monitoring, and deployment. Prerequisites Come with your questions Have a pen and paper handy to capture notes, insights, and inspiration
    Note: Online resource; Title from title screen (viewed March 17, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 46
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 13 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Zero to One: Data Science to MLOps in One Hour. Learn to frame a problem, then convert it into a data science project and present it to stakeholders. Later, move that prediction system to producting using MLOps Topics include: * Big Tech Misinformation and what can be done about it using Data Science. * Doing MLOps with sklearn and Flask by creating Microservices * Using sklearn, pandas, plotly, matplotlib, KMeans clustering, ELI5, shap and other libraries * Putting code into production using the Python MLOps Cookbook found here: https://github.com/noahgift/data-story-telling
    Note: Online resource; Title from title screen (viewed March 20, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 47
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 15 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn some counter-intuitive ways to think about programming as a beginner. It is ok to feel stupid, it means you are on the right path! Topics include: * Failure is good * The goal of programming is to reduce complexity * Automation is a requirement * Continuously Improve your code * Embrace Automation and Monitoring
    Note: Online resource; Title from title screen (viewed April 17, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 45 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Enhance testing Python projects by adding Tox, a testing management tool that can easily create test matrices. In this video course, learn how to use different functional test strategies and expand basic unit testing by combining different software versions. Topics include: * Use Pytest for fast verification of unit tests * Detect missing dependencies that can get packaged and released even when tests are passing * Build a test matrix by adding factors and combinatorial versions by leveraging Tox to avoid boilerplate configuration * Use different Python versions to test the same code
    Note: Online resource; Title from title screen (viewed March 18, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 49
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801076944
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 48 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Understand the underlying theory behind state machines, finite automata, and regular expressions About This Video Learn about RegExp history and regular grammars Learn about character and epsilon NFA fragments Learn about NFA acceptor and NFA table In Detail It’s not a secret that big tech companies, such as Google, Facebook, and others, organize their recruiting process around generalist engineers who understand basic fundamental systems, data structures, and algorithms. In fact, it’s a known issue in tech-recruiting; there are a lot of “programmers”, but not so many “engineers”. And what does define an engineer in this case? An ability to solve complex problems, with understanding (and experience) in those generic concepts. And there is a simple trick how you can gain great experience with transferable knowledge to other systems. You take some complex theoretical field, which might not (yet) be related to your main job, and implement it in a language you’re familiar with. And while you build it, you learn all the different data structures and algorithms that accommodate this system. It should specifically be something generic (for example, state machines) so that you can further transfer this knowledge to your “day-to-day” job. In this course, we take this approach. To study automata “theory”, we make it more practical: we take one of its widely used applications, the lexical analysis and pattern matching, and build a RegExp machine.
    Note: Online resource; Title from title screen (viewed April 28, 2021) , Mode of access: World Wide Web.
    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 60 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Join us for a special conversation on Kubernetes with Sam Newman and longtime DevOps pro Patrick Debois. They’ll discuss DevSecOps best practices, how to develop a security-focused approach to your organization’s software development, and the trends that are impacting your organization’s deployment practices and culture—along with insights intended to help you learn how to approach the most challenging aspects of building and managing evolving software needs. What you'll learn-and how you can apply it Explore the origins of DevSecOps Understand why DevSecOps is needed See what’s coming next for infrastructure and ops This training course is for you because... You want the chance to ask Sam Newman and Patrick Debois your questions about using DevSecOps. You’re looking for ways to use DevSecOps to support your production goals. You want to become well versed in the foundations and best practices of pipeline creation and deployment. Prerequisites Have a pen and paper handy to capture notes, insights, and inspiration Recommended follow-up: Read DevOpsSec (report) Watch Spotlight on Cloud: DevSecOps Lessons Learned with Zane Lackey (video, 58m) Read Securing DevOps (book) Watch “ Security Is Everybody’s Job ” (recorded Superstream session with Tanya Janca) Read “ Welcome to the Agile Revolution ” (chapter 3 in Agile Application Security)
    Note: Online resource; Title from title screen (viewed May 5, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 51
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801074063
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 36 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Extend and enhance your Java applications with Groovy. Groovy programming is a great way to speed up and modernize your Java applications with better efficiency About This Video Explore Groovy’s lightweight and powerful syntax that slashes down the development time Learn to write and adapt Groovy scripts to maximize your productivity Filter and transform collections in Groovy with Groovy’s powerful closure mechanism In Detail There are not many technologies that can brag about staying relevant for more than 30 years. Java is one of those technologies that is not only staying relevant but also evolving with time. However, in Java, due to verbose and complexities in coding, developers started using different platforms and languages to counterfeit this downside. Apache Groovy is the number one go-to language when it comes to knocking up quick scripts to automate drudge work and even for writing full-scale applications (using other frameworks such as Grails and Griffon). Groovy is predominantly seen today in Jenkins pipelines scripts and in Gradle build scripts, but this really underplays its power and versatility, as we’ll see in this course. You will learn many exciting features of Groovy and see how it reduces execution time with its lightweight syntaxes. This course will teach you how to set up Groovy, install it, and create Groovy projects in the IDE. Then you’ll be exploring the Groovy toolset and using the Groovy console to execute Groovy code. Moving ahead, you’ll learn common Groovy operators that form the cornerstone of its powerful syntax. You will then learn how to use regular expressions and capture groups to parse and extract strings. You’ll also look at Groovy collections and the enhancements delivered by GDK (Groovy Development kit). Finally, you’ll be filtering and transforming collections in Groovy with Groovy’s powerful closure mechanism and much more. By the end of this course, you will learn Groovy’s features and start using them in your day-to-day activities with ease.
    Note: Online resource; Title from title screen (viewed April 27, 2021) , Mode of access: World Wide Web.
    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: 9781801071338
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 0 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Build and understand a full programming language semantics. About This Video Learn about basic expressions and variables in interpreters Learn about functions and functional programming Learn about object-oriented programming In Detail How do programming languages work under the hood? What's the difference between compiler and interpreter? What is a virtual machine and JIT-compiler? And what about the difference between functional and imperative programming? There are so many questions when it comes to implementing a programming language! In this course, we will learn about compilers and AST interpreters and virtual machines. We will further explore basic expressions and variables in interpreters and learn about variables and environments. We will also explore built-in and native functions, user-defined functions, and call stack and recursive calls. Lastly, we will learn about OOP, class inheritance, and code isolation. By the end of the course, we will implement a full AST interpreter for our programming language.
    Note: Online resource; Title from title screen (viewed April 22, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 53
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 32 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: What is an SBOM (Software Bill Of Materials) and why should you care? An SBOM is a critical cybersecurity component to keep track and catalog what is installed (and at what versions) in production environments. With recent cybersecurity threats, SBOMs play an important role to implement a remediation strategy when threats and vulnerabilities are reported. Without an SBOM, it is borderline impossible to detect what exactly is released into production, and what may be vulnerable today. Topics include: * Understand the concepts behind an SBOM * Create an SBOM and use different output formats like CycloneDX to import into other systems * Use an SBOM to detect CVE and other vulnerabilities associated with installed software * Capture information about pre-installed system dependencies and nested dependencies * Use CycloneDX and other machine-readable formats like JSON to import outputs into other systems A few resources that are helpful if you are trying to get started with SBOMs, generating them and using them to capture vulnerabilities: * A simple, user-friendly SBOM generator: Syft * A fast vulnerability matcher that uses SBOMs as input: Grype * The CycloneDX format
    Note: Online resource; Title from title screen (viewed May 18, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 39 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn the essentials of Bash for Cloud Computing Topics include: * AWS Cloud Shell and Github Code Spaces Shell programming * Editing Bashrc * Using Vim * Using shell navigation including: cd, ls, pwd, history * editing the Bash prompt and creating simple Bash Scripts, as well as Python Virtual Environments with Bash
    Note: Online resource; Title from title screen (viewed May 6, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 55
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 36 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to use MLOPs methodology to build applied computer vision solutions. Topics include: * Apple CreateML * AutoML * Image Classification * Kaizen * Computer Vision
    Note: Online resource; Title from title screen (viewed April 30, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801072687
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 21 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Enter the world of Spring MVC by learning Spring Data JPA and Spring Security the easy way About This Video Gain knowledge about Spring MVC and Spring Boot Understand interceptors and request handling Understand key annotations and handling exceptions In Detail Spring MVC with Spring Boot is a course on learning all key Spring framework features to develop robust enterprise-grade web applications. Spring MVC is a collection of Spring projects (including Spring Web, Spring Data, Spring Security, and others) that we can use to create very robust and secure enterprise Java applications and follow the ‘Model View Controller design pattern. Spring MVC relies on the core principles of Spring frameworks such as IOC, Dependency Injection, and more. This course will cover everything you need to start working on real-time Spring-based projects. This course will also cover all the prerequisite concepts so that you don’t have to learn anything new beyond this course. At the end of the course, we will combine all the modules we have learned and create a real-time Todo application from scratch.
    Note: Online resource; Title from title screen (viewed May 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    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: It seems like everyone is selling “observability” these days. And companies are buying! But for many software organizations, the cost of observability is growing much more quickly than the benefits it delivers. In this Meet the Expert, Ben Sigelman draws on his experiences building out the core observability functions at Google, cocreating and shepherding both OpenTelemetry and OpenTracing. Working in the field as Lightstep’s founder and CEO, Ben examines why the current ROI for observability is lacking. You’ll learn the critical distinction between observability and telemetry, explore the fundamental cost structures underlying each, and discover how to reframe observability to make some of the most powerful and transformative benefits accessible to the entire organization—not just the experts. Recorded on May 25, 2021. See the original event page for resources for further learning or watch recordings of other past events . O'Reilly Meet the Expert explores emerging business and technology topics and ideas through a series of one-hour interactive events. You’ll engage in a live conversation with experts, sharing your questions and ideas while hearing their unique perspectives, insights, fears, and predictions.
    Note: Online resource; Title from title screen (viewed May 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 58
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 20 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: The path to implementing Kubernetes to build and deploy applications isn’t always evident. After all, different orgs have different needs. Get some clarity and learn how to make the most of all that Kubernetes offers—from what to expect in your first few weeks to detailed war stories from the front lines to extending Kubernetes’s functionality with operators and more.
    Note: Online resource; Title from title screen (viewed May 26, 2021) , Mode of access: World Wide Web.
    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 14 hr., 4 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Overview Continuous Compliance, Encryption, and Security on AWS is a series of video courses that will help you use AWS services to define compliance and encryption as code, and to create an end-to-end continuous security solution. These services include AWS Config Rules, Amazon EventBridge Rules, AWS CloudFormation, AWS CodePipeline, AWS Lambda, AWS Key Management Service, AWS CodeCommit, AWS CodeBuild, AWS Step Functions, AWS Organizations, AWS Security Hub, Amazon GuardDuty, Amazon Inspector, AWS Secrets Manager, Amazon VPC, Amazon Macie, AWS Audit Manager, and many others. You will learn how to use a combination of these tools to prevent, detect, encrypt, and remediate noncompliant resources in your software systems. The videos in this series will also help you apply design principles for security and build continuous security solutions. Paul Duvall has multiple AWS certifications including AWS Certified Security - Specialty. He has architected, implemented, and managed software and systems solutions for more than 20 years. Throughout the series, you will have the opportunity to work along with Paul as he demonstrates how to automate the provisioning, encryption and security of these services, and how to include them as part of a deployment pipeline using AWS CloudFormation and AWS CodePipeline. Courses include Continuous Compliance on AWS (The DevSecOps on AWS Series) LiveLessons (Video Training) Continuous Encryption on AWS (The DevSecOps on AWS Series) LiveLessons (Video Training) Continuous Security on AWS (The DevSecOps on AWS Series) LiveLessons (Video Training) Skill Level Intermediate to Advanced Learn How To Apply key compliance, encryption, and security concepts on AWS. Use AWS services and tools to automate compliance, encryption, and security into your software delivery process. Who Should Take This Course Software developers and security and compliance professionals who want to integrate compliance, encryption, and security into every facet of the software development and delivery process. Professionals with a working knowledge of AWS and programming experience who want to make compliance, encryption, and security ubiquitous across their systems. Course Requirements Working knowledge of AWS (for example, 1-2+ years working with AWS). Knowledge of AWS CloudFormation. Practical experience with high-level programming experience, such as Python, Java, Node.js, etc. is helpful. About the Author Paul Duvall was a founder and CTO of ...
    Note: Online resource; Title from title screen (viewed June 8, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 60
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801070386
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 13 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn modern JavaScript concepts such as let, const, forEach functions, fat arrow functions, and more About This Video Learn JavaScript fundamentals, especially if you’ve never written JavaScript code before Learn all the modern JavaScript concepts such as template literals, let, const, and more Put everything you learned to test by building an interactive project at the end of the course In Detail Despite the deluge of new coding languages over the years, JavaScript continues to dominate the web. The language is a staple in most of the front-ends; if not vanilla JavaScript, you won’t be surprised to find one of its derivatives on the next website you visit. This ubiquity makes JavaScript a sought-after skill. This course is designed to teach you that skill from scratch. You’ll begin by learning how to set up your coding playground and then gain some familiarity with the JavaScript syntax. Once you’ve gotten your hands dirty, you’ll discover how to store data in variables, comment out your code, and do more with your variables by learning about operators. Next, you’ll learn about data structures and conditional statements, further shoring up your JavaScript skills. By learning about the Document Object Model (The DOM), you will be able to change the elements of a webpage and add interactivity to it. You’ll also learn to work with strings and arrays, and then, to make your code concise, learn how to write your own functions. Toward the end of the course, you’ll work on a final project wherein you’ll get to use all these skills together. By completing this course, not only will you have a solid understanding of modern JavaScript language, you’ll also be able to use it to create engaging, interactive webpages.
    Note: Online resource; Title from title screen (viewed March 30, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    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., 13 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 4+ Hours of Video Instruction Description Hands-on approach to learning the Splunk platform to search, report, and visualize machine-generated data. Overview Practical Splunk for Beginners LiveLessons provides you with functional, hands-on instruction on how to create data intelligence from machine-generated data. About the Instructor Karun Subramanian is an IT operations expert focusing on modernizing monitoring and observability. With over 20 years of experience, Karun has helped numerous companies transform their IT operations ecosystem. His expertise includes log aggregation, time series databases, cloud infrastructure, and machine data analytics. He is a Splunk Certified Architect. Karun is the author of the book Practical Splunk Search Processing Language: A Guide for Mastering SPL Commands for Maximum Efficiency and Outcome . Skill Level Beginner to Intermediate Learn How To Search using Search Processing Language (SPL) Group and correlate events Perform statistical calculations from search results Visualize data using charts Create reports and alerts Create dashboards Use lookups to enhance search results Who Should Take This Course Users in IT Operations area who need to use Splunk for monitoring and troubleshooting their applications and infrastructure Application developers and architects will also find the course useful for analyzing application log files. Security professionals can make use of the course if they use Splunk as an SIEM platform Course Requirements Basic Linux commands Basic SQL queries Lesson Descriptions: Lesson 1: The Splunk Platform In this lesson Karun covers the basics of the Splunk platform. You learn what Splunk is and why organizations use it. He reviews the various components that make up the Splunk platform. He covers the role of a Splunk search head and an indexer. He also covers the practical ways Splunk can be utilized in your organization. Finally, Karun shows you how to install and set up Splunk in your own local environment. Learning is lot easier and fun when you have your own Splunk environment. By the end of the lesson you will have a good understanding of the Splunk platform, setting you up for more learning and effective use. Lesson 2: Search Processing Language This lesson dives into the Splunk Search Processing Language, also known as SPL, which is the backbone of the Splunk platform. Karun presents the Splunk search interface to you by walking you through the Splunk Web search and reporting a...
    Note: Online resource; Title from title screen (viewed July 7, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson IT Certification | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 24 hr., 5 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: PMP Certification Complete Video Course and Practice Test Introduction PMP Certification Complete Video Course and Practice Test: Introduction Lesson 1: Getting Prepared for the PMP® Exam Introduction of Lesson 1.1 Class Overview 1.2 Understanding Common Reasons for Failing the PMP® exam 1.3 Completing the PMP® Application 1.4 Choosing Where to Take the Exam 1.5 Learning the PMP® Exam Content 1.6 Types of Exam Questions 1.7 Taking the PMP® Exam - Tips and Pointers Lesson 2: Learning Foundational Concepts Learning Objectives 2.1 Defining a Project 2.2 Defining Project Management 2.3 Projects vs. Operations 2.4 Programs and Portfolios 2.5 Project Management Office (PMO) V2 2.6 Talent Triangle and the Three Domains 2.6 Talent Triangle and the Three Domains v2 2.7 Life Cycles 2.8 Development Life Cycles 2.9 Agile Life Cycle and Agile Manifesto 2.10 Project Constraints 2.11 Structures of Organizations 2.12 Enterprise Environmental Factors (EEFs) and Organizational Process Assets (OPAs) 2.13 Roles on a Project 2.14 Introduction to the PMBOK® Guide - Sixth Edition Lesson 3: Project Integration Management Learning Objectives 3.1 Introduction to Integration Management 3.2 The PMBOK® Guide Processes in Integration Management 3.3 ITTOs of Integration Management 3.4 ITTOs Create Project Management Plan 3.5 ITTOs Direct and Manage Project Work 3.6 ITTOs Manage Project Knowledge 3.7 ITTOs Monitor and Control Project Work 3.8 ITTOs Perform Integrated Change Control 3.9 ITTOs Close Project or Phase 3.10 Creating the Project Charter 3.11 The Business Case and Benefits Management Plan 3.12 Considerations for Creating the Project Charter 3.13 Agile Ceremonies 3.14 Creating the Project Management Plan 3.15 Executing the Project to Deliver Business Value 3.16 Work Performance Data, Information and Reports 3.17 Ensure Knowledge Transfer for Project Continuity 3.18 Monitoring and Controlling the Project 3.19 Types of Work Performance Reports 3.20 Change Management and Configuration Management 3.21 Following the Change Control Process 3.22 Closing the Project, Phase or Iteration Lesson 4: Project Scope Management Learning Objectives 4.1 Introduction to Scope Management ` 4.2 Product Scope vs. Project Scope 4.3 The PMBOK® Guide Processes in Scope Management 4.4 ITTOs of Scope Management 4.5 Scope Management Plan 4.6 Requirements Management Plan 4.7 Requirements Documentation and Requirements Traceability Matrix 4.8 Requirements Elicitation Techniques 4.9 Project Scope...
    Note: Online resource; Title from title screen (viewed June 22, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 63
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : IT Governance Publishing | Boston, MA : Safari
    ISBN: 9781787782907
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 22 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn about ISO 27001 best practice and find out how to achieve compliance with the Standard at your own pace. This self-paced online course provides a complete introduction to the key elements required to achieve compliance, including: • Understanding management system documentation and the requirements of ISO 27001. • Planning, scoping, and communication throughout your ISO 27001 project. • The key steps involved in an ISO 27001 risk assessment. What does this training course cover? • An overview of available standards and management system documentation. • The benefits of ISMS certification. • An overview of ISO 27001 and its application. • Key elements of ISMS implementation project planning. • The core elements of an ISMS. • The key steps of an ISO 27001 risk assessment. • An overview of the ISO 27001 Annex A controls. Exam If you would like to purchase the exam please use the following link - https://www.itgovernance.co.uk/shop/product/certified-iso-27001-isms-foundation-cis-f-exam-voucher
    Note: Online resource; Title from title screen (viewed January 22, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    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., 27 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 5+ Hours of Video Instruction Overview How do you become an expert JavaScript developer? Let Sahil Khosla delve into the concepts that take you from intermediate to expert in about 6 hours. JavaScript has become one of the most popular programming languages ever. Developers of all levels are flocking towards JavaScript. And it is no longer restricted to web. Node.js has allowed developers to use JavaScript on the server side as well. Description Write Elegant JS ES6+ Code for the Web, Backend, and Lambdas Sahil Khosla gives students the chance to go beyond the basics and learn about the concepts that are hard to find in an average JavaScript book or video but are essential to mastering the language. In this LiveLessons video, Sahil covers several approaches to writing asynchronous JavaScript that can be leveraged to call APIs or long-running functions without freezing the A61. Learn how to write elegant JS code with ES6 syntax for use in web apps, node backend, or lambdas. Access the supplemental files for this LiveLesson at https://github.com/sahilkhosla/expert-js-snippets . About the Instructor Sahil Khosla is a software engineer with 10+ years of experience in developing user-facing apps and websites. He is currently part of the front-end team at OANDA and has previously worked at Expedia, where he was part of the group responsible for revamping the mobile web experience. A multipotentialite at heart, Sahil loves to learn and equally loves to share that knowledge with others. He specializes in breaking down complicated concepts and making them easy to understand, with analogies and diagrams. Skill Level Intermediate to Advanced What You Will Learn Get a deeper understanding of advanced concepts such as Promises, Async/Await, Apply/Call/Bind, and frequently used design patterns for writing performant, bug-free, and maintainable code. Gain clarity on vanilla JavaScript concepts so you can focus on learning modern web frameworks without getting lost. Understand how you can develop and publish your own open-source JavaScript libraries. Who Should Take This Course Front-end engineers Full-stack engineers Web developers Course Requirements Basic understanding of JavaScript and experience using it for developing web applications About Pearson Video Training Pearson publishes expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. These professional and ...
    Note: Online resource; Title from title screen (viewed April 2, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 65
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801074360
    Language: English
    Pages: 1 online resource (1 video file, approximately 21 hr., 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Do more with the G Suite applications with the power of scripting About This Video Loaded with 100+ Google Apps Script code examples Build add-ons to extend Google Docs, Sheets, Slides, and Forms Learn to publish web apps—either standalone or embedded in Google sites In Detail Google Apps Script is a rapid application development platform that makes it fast and easy to integrate business applications with Google Workspace. This is a complete hands-on course, loaded with 100s of Google Apps Script coding examples to do amazing things with Google G Suite and sample projects to create advanced functionality with Google apps and Google services. Boost workflow efficiency when working with Google Workspace by automating or streamlining tasks and connect to non-Google services within Google Workspace applications, allowing us to retrieve or upload data from those services into and from Google Workspace. Explore how to deploy your Apps Script project as an add-on extending Google Workspace. In this course, we will explore how to create and release functionalities within our G Suite apps. We’ll add custom menus, dialogs, and sidebars to Google Docs, Sheets, and Forms; publish web apps—either standalone or embedded in Google sites; create customized user interfaces that are directly integrated into Google Workspace applications. By the end of this course, you will become an expert in Google Apps Script.
    Note: Online resource; Title from title screen (viewed June 24, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    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., 15 min.)
    Edition: 2nd 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. Git Essentials, 2nd Edition
    Note: Online resource; Title from title screen (viewed July 8, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    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., 56 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Almost 4 Hours of Video Instruction Create a continuous security posture by defining all your AWS security and compliance as code, and run in a continuous delivery workflow with every change using services and tools such as AWS CloudFormation, AWS CodePipeline, and many others. Overview In this course, you will learn how to use AWS services, which provide the ability to create an end-to-end continuous security solution. These services include AWS CloudFormation, AWS CodePipeline, Amazon EventBridge, AWS Lambda, AWS Step Functions, AWS Organizations, AWS Security Hub, Amazon GuardDuty, AWS Config Rules, Amazon Inspector, AWS Secrets Manager, Amazon VPC, Amazon Macie, and AWS Audit Manager--among many others. You will learn how to use a combination of these services to apply key design principles for security and build continuous security solutions within your software systems. Throughout the course, you will see working examples of how to automate security using AWS services. About the Instructor Paul Duvall is a founder and former CTO of Stelligent--a Premier Consulting Partner with the DevOps and Security Competencies. He holds multiple AWS certifications including AWS Certified Security - Specialty. He has architected, implemented, and managed software and systems solutions for over 20 years. He is principal author of Continuous Integration: Improving Software Quality and Reducing Risk (Addison-Wesley, 2007), a 2008 Jolt Award winner. He is also the author of many other publications, including the videos Continuous Compliance on AWS and Continuous Encryption on AWS , and Continuous Security on AWS , which are part of Addison-Wesley's DevSecOps on AWS Series. He hosted the “DevOps on AWS Radio” podcast for over three years. He enjoys blogging and speaking on all topics related to DevSecOps, Serverless, and AWS. You can find his blog posts and other content at paulduvall.io . Skill Level Intermediate to Advanced Learn How To Apply key design principles for security Apply event-based design patterns for security Utilize AWS Developer Tools for DevSecOps Use AWS CodePipeline and AWS CloudFormation to model continuous security workflows Define your AWS Organizations as code using org-formation Automate detective controls using AWS CloudFormation, AWS Security Hub, AWS Config Rules, and Amazon Inspector Protect network and host-level boundaries with Amazon VPC Perform data classification using AWS CloudFormation and Amazon Macie Cre...
    Note: Online resource; Title from title screen (viewed March 19, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 68
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 26 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to debug Python code quickly! Topics include: * Continuous Integration * Python Debugger: PDB * Debugging with print statements * Debugging with IPython * Using pylint and pytest to debug code
    Note: Online resource; Title from title screen (viewed April 14, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 69
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801070737
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 19 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Leverage the rich Spring ecosystem to create complex and secure applications with Spring Boot About This Video Create and publish Spring Boot projects Examine existing Spring Boot projects and troubleshoot issues Create projects out of various technologies using starter dependencies In Detail Spring Boot provides some impressive features to simplify writing your code, and does so with minimal effort. It is the fastest way to get a Spring application up and running with the fewest lines of code and the least configuration. It aims to make development easy so that you can create production-grade applications and services. This course begins by helping you configure Spring Boot, then shows you a practical implementation of its various features. Then, you will work on running and debugging Spring Boot apps in the IDE. Following that, you’ll learn the foundations of the Spring Boot platform and understand its operations. Afterwards, you’ll understand layered architecture basics and how Spring Boot lets us create layered applications built on top of Spring. You’ll also see how autoconfiguration works and understand how to use it and troubleshoot it where required. Finally, you’ll be injecting properties into Spring-managed beans and publishing Spring events to ApplicationListeners. By the end of the course, you will get hands-on knowledge of running and debugging Spring Boot applications in the IDE. You will also be able to publish these applications on a website.
    Note: Online resource; Title from title screen (viewed April 27, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 70
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 14 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: How are you generating revenue in your business or career. This lesson talks about consulting, salary and MRR including investing. Topics include: * Consulting * Salary * Investments * Autonomy vs Dependency * MRR (Monthly Recurring Revenue)
    Note: Online resource; Title from title screen (viewed April 22, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 71
    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., 29 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. The companion files for this course can be found at https://github.com/shaunwa/learn-angular-example-code .
    Note: Online resource; Title from title screen (viewed May 14, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801817004
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 44 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Complete this course and immediately start using your new jQuery skills in your everyday development work. About This Video Learn about loading remote data with jQuery Understand how to work with forms using jQuery Understand jQuery callback functions In Detail jQuery remains the most popular client-side development library on the web. Designed to do some of the heavy liftings in JavaScript, you’re going to find the jQuery library used in millions of sites. While it’s not the newest JavaScript library, jQuery remains the most deployed. It’s a “need-to-know” item if you’re on the road to becoming a web developer, client-side engineer, or another type of development pro. The videos included in this course are short and to the point, without a lot of extra unneeded fluff. This course covers it all—from the basic jQuery syntax, simple through complex selectors, jQuery Ajax, jQuery UI, and much more. There are even a couple of complete jQuery projects included for you to test your skills after you’ve learned the fundamentals. On completing this course, you will be able to create applications on your own.
    Note: Online resource; Title from title screen (viewed April 30, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 73
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801075282
    Language: English
    Pages: 1 online resource (1 video file, approximately 28 hr., 51 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn machine learning and data analysis from scratch with R About This Video Learn data extraction and web scraping Learn to build custom data solutions Learn automating dynamic report generation In Detail The course covers practical issues in statistical computing that include programming in R, reading data into R, accessing R packages, writing R functions, debugging, profiling R code, and organizing and commenting on R code. Blending practical work with solid theoretical training, we take you from the basics of R programming to mastery. We understand that theory is important to build a solid foundation, we also understand that theory alone isn’t going to get the job done so that’s why this course is packed with practical hands-on examples that you can follow step by step. Even if you already have some coding experience, or want to learn about the advanced features of the R programming language, this course is for you! R coding experience is either required or recommended in job postings for data scientists, machine learning engineers, big data engineers, IT specialists, database developers, and much more. Adding R coding language skills to your resume will help you in any one of these data specializations requiring mastery of statistical techniques. By the end of the course, you’ll be a professional data scientist with R and confidently apply for jobs and will feel good knowing that you have the skills and knowledge to back it up.
    Note: Online resource; Title from title screen (viewed April 27, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 74
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 60 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Sometimes scraping is the only way to extract meaningful data when there are no options like an accessible API. Parsing raw HTML can be intimidating and full of failures if you aren't used to existing tooling that can help you parse faster and more efficiently. In this video, learn all the basics including some advanced techniques to parse HTML and extract data with the Scrapy library in Python. k Topics include: * Install, configure, and create a new project with Scrapy, a powerful scraping library written in Python * See what is required to start parsing a website, including looking at raw HTML, tags, and CSS. * Identify data to create a dataset or datasets to perform data science analysis later * Capture parsed data and save it in different formats locally * Ultra fast scraping techniques by using the filesystem directly A few resources that are helpful if you are trying to do scraping, some of them covered in the course: * Scrapy Library * Scrapy Getting started tutorial
    Note: Online resource; Title from title screen (viewed May 13, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 75
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 59 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: The Go programming language is becoming more popular these days with cloud-native applications and the Kubernetes ecosystem. If you are coming from Python, you will find yourself surprised to see similar patterns, while at the same time see some things that are missing or plain impossible with Go. In this course, I will introduce you to some of the basics of Golang from a Python perspective, so that you can reduce the friction trying to learn it. Topics include: * Packages, imports and variable definitions * From lists to arrays and slices * From Python dictionaries to Go maps * Looping on data structures, retrieving and adding values or items * Error handling, and the surprising fact that there aren't any tracebacks or exceptions in Go A few resources that are helpful if you are trying to learn Go, some of them covered in the course: * Visual Studio Code for Go * The Go playground * An (interactive) tour of Go
    Note: Online resource; Title from title screen (viewed May 5, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 76
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 14 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to think like a Venture Capitalist about your career and design for failure. Topics include: * Cost of Living * Open Source Software * Investments * Designing your 1-3 year experiences * Being proactive vs reactive
    Note: Online resource; Title from title screen (viewed April 28, 2021) , Mode of access: World Wide Web.
    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: 9781801810012
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 27 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: The most practical WebRTC course on the Internet. Master this technology of the future by making two real-world apps About This Video Understand what WebRTC is and how it works Build two practical WebRTC applications (a real-time chat app and a video chat application) Use WebSockets and Signaling Server while building the applications In Detail WebRTC is one of the most revolutionary technologies of the present. It is widely used in popular applications such as Discord, Zoom, and Google Meet. The use cases of WebRTC go beyond communication as it is also behind gaming consoles such as Google Stadia, and can be used for untapped use cases such as peer-peer file sharing. WebRTC is not just the present, it is also the future as we shift more and more towards cloud infrastructure. The true potential of WebRTC is limited primarily due to the lack of knowledge around the subject. WebRTC is a culmination of the development of Internet technology over the last 20 years. It uses several protocols, which makes it a complex technology to learn. The goal of this course is to smoothen this learning curve while not losing focus on the concepts that make it such a powerful technology. This is a very practical-oriented course. We learn what is WebRTC, why it is important, how it works, and cover the different protocols used in WebRTC. Followed by building two real-world applications: a real-time chat application as well as a video chat application. By the end of this course, you will be able to work with WebRTC and build your own application.
    Note: Online resource; Title from title screen (viewed July 29, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801071956
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 2 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Learn how to build a RESTful API using ASP.Net Core API, Entity Framework, Enterprise-grade practices for a scalable and future-proofed Web API solution. About This Video Build a fully data-driven REST Web API using cutting edge technology Deploy application and database on-premises with Internet Information Systems and SQL Server Learn Enterprise-level design patterns and troubleshoot and fix practical errors In Detail Microsoft .NET is the platform that drives the business technology of many of the top corporations in the United States and many other countries. It is the predominant technology used to drive enterprise-scale business technology. There is a high demand across the world for .NET developers in a variety of industries. This course also features web API development, and the ability to design and maintain an API is an important toolset for the modern web developer. This course will help you build a fully data-driven REST Web API using cutting-edge technology. You will test and troubleshoot using Postman, create a database using Entity Framework Core, set up logging using SeriLog, learn about dependency injection, and API documentation using SwaggerUI. You will understand the REST design principles and authentication using JWT, understand how to use data transfer objects and AutoMapper, manage packages with NuGet Manager, and set up GitHub for source control. Finally, you’ll deploy applications and databases on-premises with Internet Information Systems, Microsoft SQL Server, and Microsoft Azure. By the end, you’ll switch around to Visual Studio for your coding exercise because of hands-on expertise in examining logic and syntax errors throughout. This will put your newly learned skills to practical use and impress your boss and coworkers.
    Note: Online resource; Title from title screen (viewed May 24, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801812979
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 24 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Running your application as a docker container will eliminate problems during moving applications to multiple environments. Master Docker fundamentals that are required for smooth deployment of Spring Boot applications About This Video Master the fundamentals of Containerization and Docker Use Docker networks, volumes, and various Docker commands Create Dockerfiles and Docker Compose files to Dockerize your Spring Boot projects In Detail Docker is an open-source tool to package your applications and everything they need as containers. You can then use these containers on your laptop, in testing, stage, and all the way to production, which could be on the cloud or servers within your organization. This course starts with the basics of AWS EC2, which we will use to launch Linux instances to install and use Docker. You will master all the fundamentals of Docker such as Docker layers, networking, volumes, and bind mounts. You will learn how to launch different types of containers and master various Docker commands in the process. You will create a Docker hub account and learn how to push your images to the Docker hub as well. You will create two Spring Boot microservice restful applications that will use each other. You will create Docker files for these two projects using Visual Studio Code IDE. You will launch a MySQL container that will be used by your microservice containers. You will learn how to access the applications running in the containers from your local machines. You will then use Docker Compose to launch multiple containers in one shot. You will also master what Docker Swarm is and how to use it.
    Note: Online resource; Title from title screen (viewed May 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801818179
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 55 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Rust made Easy - Go from zero to hero in just 4 hours About This Video Meant for beginners who are not familiar with Rust syntax Build a solid foundation on programming fundamentals Master all the basics of Rust programming in 4 hours In Detail Rust is a language that is made for the future. It brings in lessons from every single programming language of the last 30-40 years and puts forward a new way of writing memory-safe programs. Rust focuses on one thing: writing code that doesn't crash and is memory-safe. It is a programmer's dream as it helps you write safe code. This course is for anyone and everyone looking to enter the world of Rust. You need to have zero programming experience to start learning with this course. You don't need any background in computer science as well. The lectures are made with beginners in mind. The goal of this course is not to teach you everything that is there in Rust. That will take forever. Hence, the goal is to make you someone who has a solid understanding of the foundations of Rust. By the end of the course, you can go out and progress in the world of Rust on your own.
    Note: Online resource; Title from title screen (viewed June 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 81
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801075725
    Language: English
    Pages: 1 online resource (1 video file, approximately 12 hr., 59 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Hands-on course from scratch to learn programming in Python and enhancing it to make Python-based websites with Django look beautiful. About This Video Project on rock, paper, scissors written in Python; you’ll play against the computer Project on a Pokémon character lookup tool using an API and on a banking application Project on an Instagram and Twitter clone written in Django In Detail Python is a most popular programming language in the world. Pretty much everybody is using Python these days. Google, Netflix, Facebook, your local web development shop. It makes sense to learn Python because there’s a lot of demand for it. Many organizations from NASA, Google, and Mozilla, to huge websites such as Pinterest, Instagram, Dropbox, and Disqus, use the Python framework for their website designing. So why should you learn Django? Because there's a huge demand for it and it's incredibly popular, powerful, and secure. This course starts with introducing you to the basics of the Python language and helping you with setting up the environment necessary to work with Python. Then, you will move ahead with gaining intermediate-level knowledge on Python accompanied by a project to give you a better understanding of things learned so far. After that, you'll gain advanced-level Python concepts like OOP (Object Oriented Programming) and many others. Following that, you'll learn Django basics, along with setting up its environment. Followed by working on the intermediate-level Django project and finally, making your posts look nice with Tailwind CSS. By the end of this course, you will be able to write codes in Python and Django to help beautify your websites.
    Note: Online resource; Title from title screen (viewed June 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 82
    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: Join us for a special conversation on architectural decision-making with Neal Ford and software development pro Michael Nygard. They’ll introduce key concepts including architectural decisions (ADs), architecturally significant requirements (ASRs), and architectural decision records (ADRs) and explain how they’re all a part of architectural knowledge management (AKM). Take an hour to discover how keeping a record of significant decisions will help everyone who interacts with your architecture. What you’ll learn and how you can apply it Understand the benefits of keeping a record of significant architecture decisions Learn how to employ architectural knowledge management techniques See what’s coming next with software architecture This course is for you because… You have questions about documenting architecture decisions. You want to understand how architectural decision records will impact your business architecture. Recommended follow-up: Read Fundamentals of Software Architecture (book) Explore Software Architecture Fundamentals Beyond the Basics (video course) Attend Software Architecture Superstream Series: Soft Skills Are the Hardest Part (July 14) Take Architecture: The Hard Parts (live online training course with Mark Richards and Neal Ford)
    Note: Online resource; Title from title screen (viewed June 16, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 83
    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., 47 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Red Hat Certified Specialist in Containers and Kubernetes Complete Video Course: Red Hat EX180
    Note: Online resource; Title from title screen (viewed July 7, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801816182
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 31 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Primavera P6 Version 8 to Version 20, this module explains the differences between the versions About This Video Workshop on WBS (Work Breakdown Structure), LOEs (Level of Effort), and setting the baseline Workshop working on codes and User Defined Fields (UDF) Workshop on Global Change feature In Detail Primavera is an enterprise project portfolio management software. It includes project management, scheduling, risk analysis, opportunity management, resource management, and collaboration and control capabilities, and integrates with other enterprise software such as Oracle and SAP’s ERP systems. This course aims to teach students the advanced features of Oracle Primavera Project Manager P6 PPM Professional tool. You will start with exploring scheduling options and setting a baseline for the project. Then you will move to understand user preferences and admin preferences and explore other methods of organizing project data in Primavera. You will also look at managing the Enterprise environment of Primavera. The exciting features like “global change” and how to schedule multiple projects will help you a lot in managing your project smoothly. Finally, you will look at the utilities part of the Primavera tool in detail. By the end of the course, you will successfully learn the advanced features of Primavera Project Manager P6 PPM Professional tool.
    Note: Online resource; Title from title screen (viewed June 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 85
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801079112
    Language: English
    Pages: 1 online resource (1 video file, approximately 11 hr., 8 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: A premium training course to teach you all about Vue 3, especially designed for beginners to help build various user interfaces. About This Video 4 projects—personal portfolio/blog project, countdown app, dashboard app, and creative cards app Source code at each stage to get you going without any hassle Beginner-friendly course In Detail Vue is a JavaScript framework to build user interfaces and single-page applications. This course is focused on the latest version of Vue 3, its important features, and working on 4 projects to implement the skills learned. Personal portfolio/blog project: This project strips away the complexities/build tools and focuses purely on Vue.js. Taking a simple HTML file, we add the Vue library to not only learn the core features but also to see how easily we can add it to an existing website. Countdown app: Once you have a solid grounding, it is time for project 2. This is an event countdown app that introduces you to a more sophisticated setup using the Vue CLI. While building the project, you will learn so much more, including watchers, computed properties, forms, conditional rendering, and teleport, to name a few. Dashboard app: Project 3 is a dashboard application with multiple pages, making use of dynamic components. We will discover different ways of passing data in Vue.js, including provide/inject and the different types of slots available. Creative cards app: The last project is a card editing application. You will begin with a library of greeting cards the user can select, and then once chosen, an edit screen will allow the user to edit the text, images, and overall styling as well. This project will introduce the new Vue 3 Composition API, how to organize your code into reusable files, routing, lazy loading, cloud functions, image uploading, and using a database. By the end of this course, you will have already built 4 projects and learned all of the essential Vue skills, along with the new Vue.js 3 features and syntax.
    Note: Online resource; Title from title screen (viewed June 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801810388
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 34 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Primavera P6 Version 8 to Version 20, this module explains the differences between the versions. About This Video Learn how to create baselines and update a project using Project Manager P6 PPM Professional Workshop on how WBS and LOE activities work, and create and assign a baseline Workshop on the project’s progress and compare with the baseline set In Detail Primavera is an enterprise project portfolio management software. It includes project management, scheduling, risk analysis, opportunity management, resource management, collaboration and control capabilities, and integrates with other enterprise software such as Oracle and SAP’s ERP systems. This course aims to teach participants how to baseline and update an un-resourced project with Oracle Primavera P6 PPM Professional. You will start with understanding date fields, followed by scheduling options – general tab. The topics that you will learn further are setting the baseline and limitations on viewing baseline data, practical methods of the recording process and understanding the concepts, updating the schedule, progress spotlight and update progress, suspend and resume, scheduling the project, comparing progress with the baseline, progress line display on the Gantt chart, checking list before updating schedule, in-progress schedule checklist, and corrective actions. By the end of the course, you will successfully learn how to set baseline, compare with the baseline, and update an un-resourced project with Oracle Primavera P6 PPM Professional.
    Note: Online resource; Title from title screen (viewed June 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 15 hr., 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Overview This course contains virtually all in-demand skills for a front-end development job with more than 18 hours of video learning. Prerequisites * Basic knowledge of how programming works * Some experience with the command line (not required) * Basic knowledge of HTML, CSS, and JavaScript * Should have a strong grasp of basic programming concepts, such as variables, arrays, control flow, and so on Description 18 Hours of Video Instruction Front-end Master Class video training is based on four video courses that cover all you need for a front-end development job. With more than 300,000 online learners, instructor Shaun Wassell offers a modern, full-fledged introduction to JavaScript, React, Angular, and jQuery. This master class includes the following courses: * Learn JavaScript * Learn jQuery Essentials * Learn React for Modern Web Applications * Learn Angular for Modern Web Applications Learn JavaScript LiveLessons gives first-time JavaScript users what they need to become successful developers. Instructor Shaun Wassell offers a modern, full-fledged introduction to JavaScript. In particular, the viewer learns the modern syntax of JavaScript: ES6. Shaun delivers step-by-step guidance that will take the learner from the basic syntax and concepts of JavaScript, all the way through the more advanced concepts that are covered in technical interviews. JavaScript has become the common tongue of the software development world, making it possible for a single developer with a single programming language to build programs that only a few years ago would have required an entire department. React, Angular, and Vue are great if you have several months to learn and integrate them! But in many use cases, simplicity wins, and that's where jQuery comes in. jQuery is a time-tested tool for making web pages interactive by providing a straightforward way to build huge, intricate web applications with millions of users and learn an entire front-end framework. In Learn jQuery Essentials LiveLessons the viewer learns how to create interactive, performant websites without a framework, such as how to query and manipulate web page content. Shaun shows you how jQuery can help you handle web page events such as clicks, typing, and more in an easy, intuitive way. React is an extremely popular tool for creating websites, and it is sort of a halfway point between creating a site using a drag-and-drop editor, such as WordPress and Squarespace, and coding a site line by...
    Note: Online resource; Title from title screen (viewed June 17, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 37 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to AWS Sagemaker Autopilot from zero and deploy a model to production.
    Note: Online resource; Title from title screen (viewed June 29, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801819022
    Language: English
    Pages: 1 online resource (1 video file, approximately 12 hr., 55 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: This project-based course will help you master the art of building flexible and powerful APIs using Python and Django. About This Video Learn all important concepts in the simplest possible way with examples and real-life projects Learn about throttling and Django filter backend Explore permissions and authentication in Django In Detail This course touches on each and every important topic through concept explanation, documentation, and implementation. The entire course is designed for beginners with one goal in mind—to build powerful REST APIs using Python and Django. Throughout the course, we will explore the most important Django Rest framework topics step-by-step. We will learn topics such as API basics, serializers, class-based views, and so on. After completing this course, you will be ready to work as an intern, fresher, or freelancer and you will also be able to implement everything yourself! Most importantly, you will be ready to dive deep with future practice and hard-level questions on DRF.
    Note: Online resource; Title from title screen (viewed June 29, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 90
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 39 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Join us for an event focused on the many aspects of designing, deploying, and maintaining responsible AI. Event chair and responsible AI expert Rumman Chowdhury offers overarching context, stitching together shorter tech talks and conversations with industry leaders. What you’ll learn and how you can apply it Discover what responsible AI includes (and what it doesn’t) See what responsible AI looks like in action, from data to deployment to debugging Learn how to debug your ML model Explore real-world applications of responsible AI Understand what industry leaders think about when they think about responsibility This course is for you because… You're a machine learning engineer or data scientist interested in responsible AI. You’re engaged in conversations about ethics and AI. You're wondering how to improve your own AI and machine learning. You're responsible for implementing fair or ethical AI practices in your role or project and looking for hands-on examples. Recommended follow-up: Read Responsible Machine Learning (report) Read AI and the Law (report) Read Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow (book)
    Note: Online resource; Title from title screen (viewed June 16, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 91
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801074803
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 32 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Master the fundamentals of Alteryx for data cleaning and data preparation. About This Video Grasp the fundamentals of Alteryx Clean and prepare data in Alteryx Derive insights from your data In Detail Alteryx is a data preparation and cleaning tool used mainly by data scientists to clean and prepare data. Its effectiveness lies in its user-friendly interface and variety of tools that can be used for data analysis. In this course, you'll learn the fundamentals of Alteryx and work on preparing and deriving insights from your data. You'll begin by getting an introduction to Alteryx and learn how to get your data into Alteryx. You'll learn how Alteryx cleans data in an efficient way, and how to use this to your advantage. You'll use tools such as 'union' and 'replace' to combine and clean your data, 'cross tab' and 'transpose' to pivot your data, and a host of additional useful tools to learn the dynamics of Alteryx. You'll also work on a case study to cement your knowledge of Alteryx. By the end of this course, you'll be a confident data scientist with the knowledge of Alteryx to clean and prepare your data in the best way possible.
    Note: Online resource; Title from title screen (viewed July 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803246123
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Learn about the security capabilities that .NET provides out of the box, how they work, and how to implement them properly About This Video Become a professional by performing secure coding practices Build effective security controls to protect against breaches and malicious hackers Use labs to enhance your learnings In Detail With the growing need for cybersecurity across the world, developers who have mastered cyber resilience get ahead. Secure coding in ASP.NET is an instrumental pathway for all developers who wish to build secure and cyber-resilient software. This course will enable you as a professional to execute secure coding practices, identify vulnerabilities in the code, remediate identified weaknesses, design with security in mind, and build effective security controls to protect against breaches and malicious hackers. You will learn about ASP.NET security fundamentals, security features, common approaches to secure development and methodologies, common technical vulnerabilities, design flaws, and business logic issues. You will master the tools and skills needed in order to secure software early in the SLDC, such as identifying common vulnerabilities (SQL Injections, IDOR, XSS, Command Injection, and more!), applying world-famous tools to aid you in building secure software, automating security tests, planning remediation efforts, and integrating best practices in all development efforts. By the end of the course, you will be able to execute secure coding practices like a professional. Who this book is for This course is designed for .NET developers, software developers, cyber security enthusiasts, or for anyone who would like to grow their secure coding skills in ASP .NET.
    Note: Online resource; Title from title screen (viewed August 31, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 93
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 50 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Java’s been around for over a quarter of a century now, but it remains dominant in the world of programming due to its portability, speed, and security. Yet with today’s increased reliance on cloud computing and distributed systems, the language must keep changing to keep pace. In this Superstream event, Java Champions and other experts offer perspectives on topics from concurrency to functional programming, giving insight into how Java is keeping up with the cloud and beyond.
    Note: Online resource; Title from title screen (viewed July 29, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 60 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: If AI is going to be part of everyday life for businesses and citizens alike, it needs to be accessible. So how should organizations move toward AI maturity? And what steps can businesses take to democratize AI while meeting the challenges they’ll encounter along the way? In this Meet the Expert, AI and business intelligence leader Jen Stirrup walks you through a number of different challenges and considerations for the democratization of AI for business—along with approaches for overcoming them. Find out what AI means for the industry, for people’s careers, and for their training opportunities as you explore aspects of AI that you may not have considered yet. Recorded on August 24, 2021. See the original event page for resources for further learning or watch recordings of other past events . O'Reilly Meet the Expert explores emerging business and technology topics and ideas through a series of one-hour interactive events. You’ll engage in a live conversation with experts, sharing your questions and ideas while hearing their unique perspectives, insights, fears, and predictions.
    Note: Online resource; Title from title screen (viewed August 24, 2021) , Mode of access: World Wide Web.
    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: 9781801074537
    Language: English
    Pages: 1 online resource (1 video file, approximately 37 hr., 7 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Use Python to learn algebra, calculus, graphing, trigonometry, conics, and more math topics! About This Video 33+ hours of instruction that includes Python coding, visualization, loops, variables, and functions Each video has at least one hands-on coding/math exercise and each section ends with "bug hunts" Overview of beginner and advanced mathematics, from solving for “x” to computing integrals In Detail Many people don’t know that Python is a really powerful tool for learning math. Sure, you can use Python as a simple calculator, but did you know that Python can help you learn more advanced topics in algebra, calculus, and matrix analysis? That’s exactly what you’ll learn in this course. The glaring question would be: if you don’t know anything about Python, then how will you code? Don’t worry, this course is aimed at complete beginners; the instructor will take you through every step of the code. You don’t need to know anything about Python, although it’s useful if you already have some programming experience. Even if you are not at all good at math, you will be amazed at how much better you can learn math using Python as a tool to help with your courses or your independent study. And that’s exactly the point of this course: Python programming as a tool to learn mathematics. This course is designed to be the perfect addition to any other math course or textbook that you are going through. A lot of hands-on practical exercises come with this course, each video has at least one hands-on coding/math exercise and each section ends with “bug hunts“ where you get to find and fix math-coding errors. By the end of the course, you will be able to understand very complex mathematical concepts with a bit of coding in Python. Who this book is for This course is for absolute beginners and individuals who are looking to use computers as a learning tool and developers who want to improve their math skills. If you are in middle/high school, university, or are returning to math as an independent learner or a data professional who wants to brush up on math and Python skills, you will definitely benefit from this course. If you are bored and looking for a fun intellectual challenge, then go for it. You need not have any prior experience or knowledge in coding; just be ready with your learning mindset at the highest level.
    Note: Online resource; Title from title screen (viewed August 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 32 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: A walkthrough of Chapter 7 of the O'Reilly book Practical MLOps. Learn about real-world computer vision including a recap of Tesla AI day 2021. Topics include: * Getting models into production * Tesla FSD * Tesla Computer Vision * Tesla AI Day * DataOps * ML Platforms * Sagemaker * Continuous Integration and Continuous Deployment * MLOps cookbook * ML Engineering * Data Engineering * AWS App runner * GCP * Azure * Containers * Kaizen
    Note: Online resource; Title from title screen (viewed August 24, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 11 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to get started on the right setup on your first day as a data scientist or business analytics professional. Topics include: * Business Analytics * Data Science * Google Colab * Jupyter * Github Actions and Github Codespaces * Continuous Integration and Delivery * EDA * GCP * AWS * Azure
    Note: Online resource; Title from title screen (viewed August 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484271537
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 15 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to avoid bad programming practices that create low-quality code that is difficult to maintain or test, and exhibits properties such as brittleness, low comprehensibility, and high defect density. This video takes a humorous slant on the typical programming practice manual by reversing the usual approach. Its approach is to jokingly assume that you wish to be an agent of chaos and sneak bad code into a software project in order to ruin its chances of success, or frustrate your colleagues by producing unreadable, error-prone garbage. Under this pretense, the video teaches how to avoid the kind of bad habits that introduce bugs or cause code contributions to be outright rejected. The bad practices are organised into topics that form the basis of programming (layout, variables, loops, etc.). At the end of each topic, a more serious voice chimes in temporarily to explain why the ‘advice’ just given is actually poor and suggests some better alternative practices. By sourcing classic programming guidebooks, empirical studies, and a range of coding conventions from some of the most successful software projects, this video explains the reasoning behind good programming practices. These topics form the basis of good programming style and are important for anyone embarking on a career in professional programming or wishing to contribute to a software project. Normally, beginner programmers learn these good practices by going through a period of making mistakes and learning from them. This video helps to shorten that learning process by teaching a core of good practices and will enable you to become a productive programmer faster. This video – Part 2 of the series – focuses on coding practices at the ‘modular scale’, i.e. at the level of organisational building blocks such as subroutines and classes. What You Will Learn Become a better coder by learning how (not) to program Choose your tools wisely Think of programming as problem solving Discover the consequences of a program’s appearance and overall structure Avoid bad habits and common mistakes See how poor error-handling makes for unstable programs Who This Video Is For You should have some practical programming knowledge (i.e. you can program in at least one programming language), but little to no professional experience. You are either still undergoing training in software development, or are at the beginning of your programming career. You have, at most, 1-2 years of professional experience.
    Note: Online resource; Title from title screen (viewed July 13, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 99
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 25 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Topics include: * Solar * Tesla * Nest * Smart Home * Time of Use * Net metering * Battery Backup * EV (electric vehicle) * Artificial Intelligence * Level 1 Charging * Level 2 Charging * Level 3 Charging
    Note: Online resource; Title from title screen (viewed July 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    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: Join us for a special conversation on incremental architecture with Neal Ford and software architect and Agile-transformation pro Allen Holub. They’ll explain why you should create an architecture incrementally as you work so that you can easily modify that architecture as new requirements emerge—and discuss how to do so. (The solution is to build around a domain-focused metaphor that allows for incremental changes while maintaining coherence throughout.) Neal and Allen will spend a few minutes covering the fundamentals of incremental architecture, then tell you what you need to know to stay ahead of the curve. What you’ll learn and how you can apply it Learn the benefits of incremental architecture Understand how to create your architecture incrementally See what’s coming next with software architecture This recording of a live event is for you because… You’re looking for ways to build an architecture that can evolve with the changing needs of your business. Recommended follow-up: Read Fundamentals of Software Architecture (book) Read Building Evolutionary Architectures (book) Read RESTful Web Microservices Cookbook (book) Explore Software Architecture Fundamentals Beyond the Basics (video course) Attend Software Architecture Superstream: Software Architecture Fundamentals—Comparing Architectural Styles (September 15) Take Architecture: The Hard Parts (live online training course with Mark Richards and Neal Ford)
    Note: Online resource; Title from title screen (viewed September 2, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...