Ihre E-Mail wurde erfolgreich gesendet. Bitte prüfen Sie Ihren Maileingang.

Leider ist ein Fehler beim E-Mail-Versand aufgetreten. Bitte versuchen Sie es erneut.

Vorgang fortführen?

Exportieren
Filter
  • MPI Ethno. Forsch.  (4.786)
  • IVB
  • Online-Ressource  (4.786)
  • Electronic videos ; local  (4.786)
Datenlieferant
  • MPI Ethno. Forsch.  (4.786)
  • IVB
Materialart
  • Online-Ressource  (4.786)
Sprache
Erscheinungszeitraum
Schlagwörter
  • 1
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 1 hr., 14 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Learn to use optimization strategies and greedy algorithms in one hour.
    Anmerkung: Online resource; Title from title screen (viewed March 7, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 2
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484265826
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 1 hr., 26 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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.
    Anmerkung: Online resource; Title from title screen (viewed January 5, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 3
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 34 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: AWS Solutions Architect Certification In ONE HOUR!
    Anmerkung: Online resource; Title from title screen (viewed January 14, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 4
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801072823
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 14 hr., 39 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local ; Electronic videos
    Kurzfassung: Master the key networking protocols and understand how computer networks work and communicate with each other About This Video Get to grips with Internet Protocol (IP) addressing, network masks, subnets, and subnetting Learn how to perform analysis of different protocols and Transmission Control Protocol/Internet Protocol (TCP/IP) layer headers Discover how computer networks operate on different layers In Detail Do you want to learn the basics and advanced concepts of computer networking? Do you want to prepare for the Cisco Certified Network Associate (CCNA) exam? With this course, you will learn the basic and advanced concepts of computer networking from scratch. The course starts with Transmission Control Protocol/Internet Protocol (TCP/IP) and Open Systems Interconnection (OSI) models, explaining how different hosts communicate with each other. Next, you will become familiar with networking layers, such as physical, data link, network, transport, and application. Once you have gained the knowledge of layers, you will move towards exploring the concepts of routing and learn the difference between private and public IP addresses. Next, you will discover the purpose of Network Address Translation (NAT) in networking and understand the Dynamic Host Configuration Protocol (DHCP) and Domain Name System (DNS) protocols in detail. By the end of this course, you will have gained a solid understanding of computer networking and network devices and will have developed the skills to pass the Cisco Certified Network Associate (CCNA) exam.
    Anmerkung: Online resource; Title from title screen (viewed January 22, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 5
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 2 hr., 24 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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
    Anmerkung: Online resource; Title from title screen (viewed February 3, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 6
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 5 hr., 59 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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...
    Anmerkung: Online resource; Title from title screen (viewed February 8, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 7
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 12 hr., 39 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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
    Anmerkung: Online resource; Title from title screen (viewed February 11, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 8
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484269770
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 1 hr., 13 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: This video presents patterns and practices for making Blazor WebAssembly applications run fast at their optimal speeds. You’ll learn patterns and best practices for performance that broadly cover two aspects of Blazor development: Firstly, you’ll learn about optimizing application download size so your applications load and execute without undue lag. Secondly, you’ll learn techniques for reducing the number of updates that Blazor needs to apply to user interface elements in the browser’s DOM. While Blazor WebAssembly is already designed to provide strong performance, the techniques in this video provide you additional tools and techniques that you can employ in order to delight your users and gain a competitive edge against your competition. Techniques taught in this video such as assembly trimming, lazy loading, and reducing unnecessary user interface updates can put your applications a step ahead of your competition when it comes to creating fast applications that users will want to return to again and again. What You Will Learn Work with lazy-load assemblies to incrementally download your application’s code Use virtualization to avoid rendering UI elements not currently visible Create lightweight components that reduce unnecessary UI updates Reduce unnecessary rendering of component subtrees Optimize JavaScript interop speeds Limit the number of components and reduce frequent events Who This Video Is For Blazor developers who have experience building WebAssembly applications. Especially for those developers who want to gain an edge on their competition through faster application performance.
    Anmerkung: Online resource; Title from title screen (viewed January 28, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 9
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484269190
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 1 hr., 1 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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.
    Anmerkung: Online resource; Title from title screen (viewed January 19, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 10
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 1 hr., 2 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Get started with Github and Github Actions in this introductory video to GitOps concepts, by building a container, setting some Github Actions to prevent problems, and finally, push to DockerHub in a fully automated way. These concepts are critical to get automation best-practices in place with Github. Particularly useful when collaborating with others and trying to run automated checks on Dockerfiles and git repos. Topics include: * Create a new Github repository * Enable Github Actions checks and steps for a new repository. * Find a Github Action to lint and check a Dockerfile to prevent issues before merging on pull requests. * Add Github Secrets and reuse them in a Github Action * Validate that a container builds correctly, and automatically push to dockerhub
    Anmerkung: Online resource; Title from title screen (viewed February 12, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 11
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 20 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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.
    Anmerkung: Online resource; Title from title screen (viewed February 3, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 12
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801079846
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 3 hr., 7 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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.
    Anmerkung: Online resource; Title from title screen (viewed February 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 13
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 57 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Join us for a special conversation with Neal Ford and Mark Richards on software architecture, 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 Mark anything you want about architecture or their own career journeys. They’ll spend a few minutes covering the trends in data 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 intersection of software architecture and data What’s coming next with software architecture This training course is for you because... You want the chance to ask Neal Ford and Mark Richards your questions around 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 for Neal Ford and Mark Richards Have a pen and paper handy to capture notes, insights, and inspiration Recommended follow-up: Read Fundamentals of Software Architecture (book) Take Architecture: The Hard Parts (live online training course with Mark Richards and Neal Ford)
    Anmerkung: Online resource; Title from title screen (viewed March 9, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 14
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484270004
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 1 hr., 2 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: ​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.
    Anmerkung: Online resource; Title from title screen (viewed February 16, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 15
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 56 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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.
    Anmerkung: Online resource; Title from title screen (viewed March 1, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 16
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 57 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Join us for a special conversation on GitOps with Sam Newman and Weaveworks founder Alexis Richardson. They’ll share what led to the need for GitOps, fascinating aspects of the discipline, and interesting convergence areas—along with insights that will help you approach the most challenging aspects of building and managing evolving architectural needs. This is your chance to ask Sam and Alexis anything you want about GitOps, Kubernetes, or their own career journeys. They’ll spend a few minutes covering the trends that are influencing infrastructure and operations, then tell you what you need to know to stay ahead of the curve. What you'll learn-and how you can apply it Explore the origins of GitOps and understand why it’s 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 Alexis Richardson your questions around working using GitOps. You’re looking for ways to use GitOps to support your production goals. You want to become well versed in the foundations and best practices of pipeline creation and deployment. Prerequisites: Come with your questions for Sam Newman and Alexis Richardson Have a pen and paper handy to capture notes, insights, and inspiration Recommended follow-up: Read Building Microservices , second edition (book) Read Version Control with Git , second edition (book) Read Kubernetes: Up and Running , second edition (book) Watch “ GitOps 101 ” (conference session) Attend GitOps First Steps (live online training course with Ian Miell) Attend Git Next Steps (live online training course with Raju Gandhi)
    Anmerkung: Online resource; Title from title screen (viewed March 9, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 17
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801071055
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 8 hr., 3 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Create advanced CSS animations using transitions and transforms About This Video Create exciting 2D and 3D CSS animations Animate HTML elements using CSS clip-path Animate text using CSS animation In Detail With an ever-increasing number of commercial companies having a web presence, the importance of user experience has never been more paramount. Knowing and implementing CSS is thus a key tool in any front-end or web developer's toolkit. Starting from scratch, this course will help you master CSS animations, transitions, and transforms. The course starts with the CSS transition property, which is key to infusing life into any HTML webpage. The course then progresses to teach you how to implement CSS transforms, which is key to performing tasks such as moving elements around the page, scaling and rotating elements, and so on. The course then teaches you about transform functions that we can use in 2D and 3D environments. The final section of this course is dedicated to CSS Animation Creative Examples. Here, you will learn and implement various text animation effects such as floating, loading, and animated text. You will also create interesting animations such as driving a car and motorbike. Additionally, by implementing the concepts taught earlier in the course, you will also implement a Newton's Cradle animation. By the end of this course, you will create over 80 projects of varying complexities and will be equipped with essential CSS tools.
    Anmerkung: Online resource; Title from title screen (viewed February 26, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 18
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 1 hr., 6 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Get started with MLOps and Github Actions to package a container with an ONNX model that does live inferencing with a Flask application. By using Azure ML, learn how to download the large ONNX model into the Github Action workflow, package it as a container and then push it to a container registry. For reference use the https://github.com/alfredodeza/flask-roberta repository Topics include: * Create a container that does live inferencing with Flask and the ONNX runtime * Package the model and verify it works locally * Setup a Github Action to authenticate to Azure ML and download a previously registered model * Build the new container as a Github Action, authenticate to Docker Hub or Github Packages * Push the new container to the Github registry or any other registry like Docker Hub
    Anmerkung: Online resource; Title from title screen (viewed March 5, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 19
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 1 hr., 16 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Learn to tell stories with Data and then present those conclusions to Business Executives. Learn to use Colab/Jupyter Notebooks to build Data Science notebooks that tell a story. Topics include: * Effects of Intermittent Fasting, Sugar, Wealth and Real Estate Values on society * Visualizing data through Plotly graphs with 3D Interactive Visualizations of KMeans clustering * Using sklearn, pandas, plotly, matplotlib, KMeans clustering, ELI5, shap and other libraries * The role of the Matthew Effect on society. The Github Project is here: https://github.com/noahgift/data-story-telling
    Anmerkung: Online resource; Title from title screen (viewed March 13, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 20
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801075800
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 8 hr., 22 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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.
    Anmerkung: Online resource; Title from title screen (viewed March 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 21
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801077989
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 27 hr., 12 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local ; Electronic videos
    Kurzfassung: Develop your penetration testing skills and secure your computer systems and networks in the real world About This Video Become familiar with the concepts of networking, ethical hacking, and penetration testing Gain a good understanding of the Linux OS and Linux commands Learn how to write flawless penetration testing scripts in Python In Detail Are you looking to pursue a career in cybersecurity and want to master the art of penetration testing? You’ve come to the right place. With this carefully tailored and structured video course, you’ll grasp the basic and advanced topics of penetration testing with ease. The course starts by taking you through the process of setting up a penetration testing lab. Next, you’ll become familiar with the Linux OS and Linux commands and explore the basic concepts of TCP/IP and the OSI model. Moving along, you’ll learn how to gather information about computer systems and networks passively and actively and use the Metasploit tool to perform privilege escalation. Next, you’ll perform web application pen testing and learn modern techniques to exploit common web application vulnerabilities such as SQL injection, XSS, CSRF, and command injection. You’ll also learn how to perform wireless network pen testing to crack Wi-Fi passwords using Aircrack-ng, capturing packets, traffic sniffing, and Hashcat. Towards the end, you’ll grasp the fundamentals of Python programming and develop offensive Python tools for pen testing and automation. By the end of this course, you’ll have developed all the essentials skills needed for ethical hacking and penetration testing.
    Anmerkung: Online resource; Title from title screen (viewed March 23, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 22
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 3 hr., 19 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: There’s no single—or clearly defined—path to becoming a software architect. But these sessions will give you a solid grasp of the fundamentals, preparing you to implement the strategies that will help your organization increase performance, reduce costs, manage complexity, build in resilience and scalability, and speed time to market. Whether you're a senior-level developer who wants to make the move to architect or a practicing software architect who wants to hone your skills, these sessions provide the insight, advice, and essential knowledge you need to up your game. About the Software Architecture Superstream Series: This six-part series of half-day online events focuses on the hottest topics in software architecture, giving you the insights to keep pace with what’s next while still accommodating legacy needs. Both seasoned software architects and those looking to break into the field will learn new skills and the latest information on the tools and technologies they need to succeed. What you'll learn-and how you can apply it Learn how to identify and design architectural components Understand exactly what microservices are and the power they bring Explore techniques to analyze and select the right architecture patterns Discover ways to diagram and document an architectural solution Build better communication skills to champion architecture decisions to developers and stakeholders This Superstream is for you because... You're a senior-level developer who wants to make the move to architect. You're a practicing software architect who wants to learn new software architecture techniques and practices. You're considering adopting a microservice architecture. You're responsible for creating a software architecture for your company, and you want to learn the fundamentals. Prerequisites 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)
    Anmerkung: Online resource; Title from title screen (viewed March 18, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 23
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 59 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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
    Anmerkung: Online resource; Title from title screen (viewed April 8, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 24
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484270349
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 1 hr., 4 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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.
    Anmerkung: Online resource; Title from title screen (viewed April 6, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 25
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 58 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Bitcoin. Cryptocurrencies. Digital dollars. They’re all built on the world-changing technology known as blockchain. But how do you build a blockchain? In this Meet the Expert with Sir John Hargrave and Evan Karnoupakis, learn best practices for building blockchain projects as you explore real-life case studies from leading blockchain organizations like Ethereum, Binance, Circle, and Cardano. Busy technology leaders, entrepreneurs, and students alike will discover how leading-edge organizations are building blockchain into their businesses—and how to use this knowledge to create your own blockchain success story. Recorded on March 23, 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.
    Anmerkung: Online resource; Title from title screen (viewed March 23, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 26
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801077187
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 2 hr., 31 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Create APIs for machine learning with Flask and deploy your application to the web About This Video Create your own API endpoint for your machine learning models Create a Flask application from scratch Deploy your model on the web In Detail Flask is a web application framework used to develop web applications. Getting started with Flask is easy, and its power lies in its ability to scale up to complex applications. In this course, you’ll learn the most effective ways to use Flask in order to create your own web application. You’ll begin with an introduction to Flask and quickly dive into defining and training your model. You’ll perform various actions on this model to train it and ensure that it is of the best quality for your application. You’ll also create and test API endpoints so you can predict the model’s behavior over time. By the end of this course, you’ll have the confidence to deploy this application to the web and learn how to fix any errors that may arise during this process.
    Anmerkung: Online resource; Title from title screen (viewed April 21, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 27
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801078795
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 12 hr., 17 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Learn data visualization from scratch About This Video Learn data manipulation and visualization from scratch Master various Python libraries such as NumPy, Pandas, Matplotlib, and so on Create interactive, insightful visualizations In Detail Data visualization has gained a lot of traction resulting from an increased focus on data analytics. To be a successful data scientist, data manipulation and wrangling is not enough. Visualizing data to garner insights is an equally important tool in the data science toolkit. Given the myriad types of data that exist, visualization has become an increasingly important topic. This course will equip you with all the skills you need to successfully create insightful visualizations. The course first starts with the fundamentals of Python. Then, the course teaches you how to use libraries such as NumPy, Pandas, Matplotlib, Seaborn, Bokeh, and so on. Additionally, you will learn data manipulation, which is the step prior to visualization. You will also learn how to plot geographical data using Folium. Each module in the course has practical hands-on mini projects. Hence, you not only learn the theoretical fundamentals of visualizations but also gain essential practical skills. With over 12 hours of content, this is one of the most comprehensive courses you will be doing on data visualization in Python.
    Anmerkung: Online resource; Title from title screen (viewed March 26, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 28
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pearson IT Certification | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 9 hr., 45 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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...
    Anmerkung: Online resource; Title from title screen (viewed March 16, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 29
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 1 hr., 13 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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
    Anmerkung: Online resource; Title from title screen (viewed March 20, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 30
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 56 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Learn all about distributed tracing in this 1 hour course. If you want to go beyond logging and monitoring, and trying to tell a story by connecting the dots, then distributed tracing is the way to go. Topics include: * Opentracing and the foundations of distributed tracing libraries like Jaeger * Micro-service strategies and other microservice implementations that make distributed-tracing a perfect use case * Implement distributed tracing instrumentation in a Github project using docker compose with multiple Docker containers * Leverage the knowledge to use hosted services like Datadog for querying and debugging traces
    Anmerkung: Online resource; Title from title screen (viewed April 15, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 31
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 26 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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
    Anmerkung: Online resource; Title from title screen (viewed April 14, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 32
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 58 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Join us for a special conversation with Neal Ford and his guest, Mark Richards, where they will go deep into the difference between patterns and styles, how understanding styles will help you to make effective architecture decisions, and how to evaluate the trade-offs for different styles. What you'll learn-and how you can apply it What’s coming next with Software Architecture This training course is for you because... You are interested in how architecture styles will impact your business architecture Prerequisites Read Fundamentals of Software Architecture Read Software Systems Architecture: Working with Stakeholders Using Viewpoints and Perspectives , 2E Chapter 11: Using Styles and Patterns View Software Architecture Fundamentals , Second Edition
    Anmerkung: Online resource; Title from title screen (viewed May 6, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 33
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801076609
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 4 hr., 35 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Enter the world of J2EE by learning servlets and JSP technologies the easy way About This Video Gain knowledge about servlets and JSPs to enter the world of JavaEE Understand JSP action elements and create custom tags Understand socket communication through TCP/IP, UDP, broadcasting, and more through examples In Detail Servlets and JSP are the backbone of all modern-day web applications. In this course, we will start by talking about some network components and understand the basics of networking with simple real-world examples. And then, we will jump into some good examples on network programming. Here, we will take examples of socket communication through TCP/IP, UDP, Broadcasting, Multicasting, and many more examples. By now, you will have gained foundational knowledge to explore servlets and JSPs and to enter the world of JavaEE. Learning about servlets and JSP lays a great foundation for learning all modern-day frameworks. This course is almost like a prerequisite to learning modern-day Java frameworks as they internally rely on these technologies. This course will surely make your Java journey smooth without any glitches. We will start by talking about the basics of servlets and JSP with some good example programs and cover everything that you need to know on servlet and JSP technologies.
    Anmerkung: Online resource; Title from title screen (viewed April 28, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 34
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801071833
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 11 hr., 10 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Learn machine learning and support vector machine from scratch About This Video Learn how to use Pandas for data analysis Learn how to use sci-kit-learn for SVM using the Titanic dataset Learn about training data, testing data, and outliers In Detail This course is truly a step by step. In every new video, we build on what has already been learned and move one extra step forward; then we assign you a small task that is solved in the beginning of the next video. This comprehensive course will be your guide to learning how to use the power of Python to train your machine such that your machine starts learning just like a human; based on that learning, your machine starts making predictions as well! We’ll be using Python as the programming language in this course, which is the hottest language nowadays when we talk about machine learning. Python will be taught from a very basic level up to an advanced level so that any machine learning concept can be implemented. We’ll also learn various steps of data preprocessing, which allows us to make data ready for machine learning algorithms. We’ll learn all the general concepts of machine learning, which will be followed by the implementation of one of the most important ML algorithms— “Support Vector Machine”. Each and every concept of SVM will be taught theoretically and implemented using Python.
    Anmerkung: Online resource; Title from title screen (viewed April 28, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 35
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 3 hr., 29 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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 .
    Anmerkung: Online resource; Title from title screen (viewed May 14, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 36
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801817004
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 4 hr., 44 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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.
    Anmerkung: Online resource; Title from title screen (viewed April 30, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 37
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Microsoft Press | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 7 hr., 42 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local ; Electronic videos
    Kurzfassung: 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. 7+ Hours of Video Instruction Discover how you can use Power BI to help your organization to become more data driven. Whether you are new to analytics or have been stuck preparing and delivering data using legacy BI tools, this video shows you how to use Microsoft Power BI with confidence. In this video, learn ways to import data from various sources as well as how to transform and cleanse data prior to loading it to a report-ready, self-service-enabled data model. Create visualizations in the Power BI Desktop and then secure, share, and collaborate using the various features in the Power BI service. Using his years of experience teaching Power BI to a variety of learners, Microsoft Certified Trainer Chris Sorensen explains the core concepts of Power BI to expose you to the most widely used features and functions in Power BI. He carefully explains the “why” behind using those features, not just the “how.” In his engaging style grounded in real-world scenarios, Chris gives you the confidence to navigate and build effective Power BI solutions, quickly and effectively. Build good habits and develop in your career as a business analyst or data-driven business user. About the Instructor Chris Sorensen CPA, CGA, is the Founder and President of Iteration Insights, a tech-enabled data analytics solutions provider based in Calgary, Alberta. In his career, he has led numerous Analytics projects in more than 15 industries across small to enterprise-sized organizations. He is a Microsoft Certified Data Analyst Associate and Microsoft Certified Trainer with a combined 20+ years of industry-solution delivery and teaching experience. He has evangelized both Excel and Power BI with Microsoft since July 2015 and is the author of the Microsoft Press Exam Ref 70-779 Analyzing and Visualizing Data with Microsoft Excel and co-author of Data Analysis Fundamentals with Excel (Video) published by Microsoft Press. Skill Level Beginner-Intermediate Learn How To Import and transform data in Power Query Editor Build a data model that supports self-service analysis Develop reports and visualizations using the Power BI Desktop Enhance the experi...
    Anmerkung: Online resource; Title from title screen (viewed May 14, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 38
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 2 hr., 58 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 3 Hours of Video Instruction Three hours of hands-on demonstrations explaining the details of Amazon EKS that shows the power and ease of running and integrating applications on Kubernetes in AWS. Overview Hands-On Amazon Elastic Kubernetes Service (EKS): Running Microservices LiveLessons gives a demo-driven overview of running Amazon Elastic Kubernetes Services. The course covers not only the basics of Kubernetes, but also gets into the creation of EKS clusters and running real workflows on the cluster. The course shows common administrative tasks and wraps up with demos that help integrate an EKS cluster with a Serverless project as well as an application that uses DynamoDB from within the cluster. About the Instructor Vallard Benincosa is a senior engineer at a company called WeaveGrid, which focuses on climate change by efficiently coordinating between electric vehicles and utility companies. He has worked for a variety of small and large companies working on Kubernetes. He helped develop a Kubernetes certification for the Linux foundation and has been using Kubernetes since 2015. In his day job, he is a lead platform engineer ensuring production applications run reliably in Kubernetes and AWS. Skill Level Beginner/Intermediate What You Will Learn Learn what problems Kubernetes solves and how it simplifies the management of microservices. Learn how to install EKS and do administrative tasks with EKS such as upgrading, scaling the cluster, adding users, and viewing the dashboard. Learn how to securely run applications on EKS and integrate with other AWS services such as: S3, Route53, Load Balancers, and Elastic Block Storage Learn how to integrate container applications into the AWS ecosystem with Serverless functions performing actions on the Kubernetes cluster or how an application would interface with DynamoDB. Who Should Take This Course People who want to learn how to best run Kubernetes on Amazon Web Services Developers looking to understand how their applications can use EKS and existing AWS services such as DynamoDB, S3, and others in production. Platform Engineers who want to know how to best run Kubernetes on AWS and understand how applications can benefit from the system. Course Requirements Basic understanding of Linux containers Basic Shell commands for CLI work Basic hands-on experience with AWS Table of Contents Lesson 1: Introduction to EKS Lesson 2: EKS IAM Resources Lesson 3: Creating EKS Clusters Les...
    Anmerkung: Online resource; Title from title screen (viewed May 3, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 39
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801075282
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 28 hr., 51 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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.
    Anmerkung: Online resource; Title from title screen (viewed April 27, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 40
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801075107
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 2 hr., 31 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Understand the underlying theory behind recursive descent parser for a programming language About This Video Learn about basic expression and tokenizer Learn about program structure and AST formats Learn about control flow and functions In Detail Parsing or syntactic analysis is one of the first stages in designing and implementing a compiler. A well-designed syntax of your programming language is a big motivation why users would prefer and choose your language. Recursive descent parsers are the group of parsers that are widely used in practice in many production programming languages. In contrast with automated parsing algorithms, the manual implementation allows having full control over the parsing process and handling complex constructs, which may not be possible in the automatic parsers. Besides, implementing a full manual parser from scratch allows understanding and seeing this process from inside, demystifying internal structures, and turning building parsers into an interesting engineering task. In the Building a Parser from Scratch class, we dive into pure practical implementation, building and learning different aspects of parsers. In this course, you will learn the concept of recursive descent parsing, understand what is tokenizer and how it cooperates with the parser module, learn what is Abstract Syntax Tree (AST) and how to have different formats of these ASTs, what is "lookahead" and predictive parsing, and eventually build a parser for a full programming language, similar to Java or JavaScript.
    Anmerkung: Online resource; Title from title screen (viewed April 28, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 41
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 22 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Learn to use Google AutoML Vision to train models with out writing code. Topics include: * Google AutoML Vision with Corel.AI * Core ML * Tensorflow Lite * Edge Inference * MLOps for Edge Computer Vision
    Anmerkung: Online resource; Title from title screen (viewed April 27, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 42
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 32 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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
    Anmerkung: Online resource; Title from title screen (viewed May 18, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 43
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 36 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Learn to use MLOPs methodology to build applied computer vision solutions. Topics include: * Apple CreateML * AutoML * Image Classification * Kaizen * Computer Vision
    Anmerkung: Online resource; Title from title screen (viewed April 30, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 44
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801072359
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 12 hr., 17 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Learn and deepen your knowledge in ethical hacking topics such as pentesting and privilege escalation techniques while becoming a certified cyber security professional About This Video Execute privilege escalation for Linux Execute privilege escalation for Windows Solve CTF (Catch the Flag) solutions and move ahead in the game level In Detail We are in an era where cyber security plays an important part and the race between attackers and defenders is tremendously growing. Companies are heavily investing to protect their data. Pentesting and privilege escalation tests prove to be a vital step to eradicate or lower down the vulnerabilities within a system, network, or application to detect weaknesses that an attacker could exploit. Throughout the course, we’ll solve a number of vulnerable machines on VulnHub, TryHackMe, and HackTheBox along with the other platforms. The topic of privilege escalation will be thoroughly explained, which provides the best tools to pass a certification such as OSCP. Furthermore, we will not only focus on Linux machines but Windows machines as well. Important topics that will be covered are as follows: Advanced Linux CTF Solutions Linux Privilege Escalation Windows Privilege Escalation Kernel Exploit SUID Sudo Cronjobs Metasploit Potato Attacks BPrute Force Meterpreter Shells Meterpreter Shells By the end of this course, you will have taken a big step to advance your cyber security career. Warning: This course aims to provide a good training for people who want to be cyber security professionals. You should not break the law in any way with the offensive penetration test techniques and you accept the responsibility by taking this course.
    Anmerkung: Online resource; Title from title screen (viewed May 27, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 45
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 1 hr., 1 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Join us for a special conversation on Kubernetes with Sam Newman and Chris O’Dell. They’ll discuss the tools you need to succeed with a microservices-style architecture, how to handle the challenges in deployment, and the trends that are impacting your organization’s deployment practices and culture. What you'll learn-and how you can apply it Explore the origins of microservices and why they’re needed Understand the challenges you may encounter implementing microservices See what’s coming next for infrastructure and ops This training course is for you because... You’re looking for ways to improve monitoring of your microservices 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 Building Microservices , second edition (book) Read Microservices: Up and Running (book) Read SRE with Java Microservices (book)
    Anmerkung: Online resource; Title from title screen (viewed June 2, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 46
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 8 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local ; Electronic videos
    Kurzfassung: Welcome to O’Reilly online learning—and on-demand access to a world of answers. Check out these quick videos to learn about the features and unique content you should explore first
    Anmerkung: Online resource; Title from title screen (viewed May 8, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 47
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801070546
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 8 hr., 14 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Each lecture is self-sufficient and concise and describes information related to the topic. About This Video You will learn about troubleshooting container, networking, and image building issues Understand automated dev environments with Docker Compose Set up continuous integration pipelines to build and publish Docker images to ACR In Detail Docker with Kubernetes has already become a mainstream technology. However, running Windows containers with Docker is still a less explored path and lacks resources. This course was initially created as Docker mastery on Windows. We will start with an introduction to CI with Azure DevOps and Docker for .NET, and we will explore Docker's story and what is Azure DevOps. We will learn about Docker architecture and ecosystem to understand Docker in a better way. Moving forward, we will understand Docker registries and how to debug container applications with logs. We will learn to create an environment to build an ASP.NET Core app, a hands-on project wherein you will learn to write a Dockerfile for a .NET Core app to make your skills stronger. By the end of the course, you will be able to run Windows containers and set up the CI pipeline with Azure DevOps.
    Anmerkung: Online resource; Title from title screen (viewed May 28, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 48
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801074247
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 14 hr., 42 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local ; Electronic videos
    Kurzfassung: Learn the basic and advanced concepts of ASP.NET Core MVC (.NET 5) by building two applications and developing them on Microsoft Azure and IIS About This Video Learn new and advanced topics in ASP.NET MVC Core Build a Razor app with CRUD operations using the Entity framework for integration with the database Deploy our project website on Microsoft Azure and IIS In Detail This is a beginner to an advanced-level course on .NET 5 that will take you from basics all the way to advanced mode. This course is for anyone who is new to ASP.NET Core or who is familiar with ASP.NET and wants to take the first stab at understanding what is different in ASP.NET Core. From there, we will build multiple projects to understand all the concepts in .NET 5 as we deploy our final application on Azure as well as IIS. Throughout this course, we will understand the evolution of ASP.NET Core, and then take a look at the modified files and folder structure. We will then take a look at new concepts in ASP.NET Core. We will build a small Razor application with CRUD operations using the Entity framework for integration with the database. We will build our Bulky Book website where we will learn advanced topics in ASP.NET MVC Core. Finally, we will deploy our Bulky Book website on Microsoft Azure and IIS. By the end of the course, you will be able to build your own application using ASP.NET Core MVC, Entity Framework Core, and ASP.NET Core Identity.
    Anmerkung: Online resource; Title from title screen (viewed June 28, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 49
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 58 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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)
    Anmerkung: Online resource; Title from title screen (viewed June 16, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 50
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801818599
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 2 hr., 2 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local ; Electronic videos
    Kurzfassung: Learn the basics of Scrum and the Scrum lifecycle, how to organize a Scrum team and set up a project, and how to implement a Scrum, from releases and sprints to enterprise transformation. About This Video Get into the shoes of the Scrum team and understand what their role is Cover topics of the three Scrum Artifacts: product backlog, sprint backlog, and increment Quickly get to grips with Scrum and Agile with a clear explanation of the concepts In Detail Scrum is a framework within which the product owner, scrum master, and development team members can address complex adaptive problems, while productively and creatively delivering products of the highest possible value. In this course, you will gain a good understanding of the basics of Scrum before progressing to more advanced topics. You will learn about Scrum Team, various Scrum Events and Artifacts, and how these come together in a successful project. You will learn the advantage and disadvantages of Scrum so you can use the right practices and tools for your project. The course also covers key Agile concepts such as Burndown charts, which are useful to predict when work will be done; Minimum Viable Product (MVP) and how to use this technique to introduce new products to the market; estimation techniques to complete priority work; as well as velocity techniques to plan sprints and track team performance. By the end of the course, you will be familiar with Scrum and Agile as a proven method of project management, and be able to apply the same to your projects. You will also be one step closer to pursuing professional scrum certifications such as Professional Scrum Master and Professional Scrum Product Owner™, as well as many other official Scrum certifications.
    Anmerkung: Online resource; Title from title screen (viewed June 29, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 51
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 27 hr., 59 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Web online copy missing! This course contains everything you need to know to become a full-stack developer with the React stack. Prerequisites * Basic knowledge of how programming works * Some experience with the command line (not required) * Ideally, know the basics of HTML, CSS, and JavaScript * At the very least, have a strong grasp of basic programming concepts: variables, arrays, control flow, etc. * Working knowledge of JavaScript * Some experience working on either the front or back end of a web application, but this is not a requirement Description 28+ Hours of Video Instruction React: Zero to Full-Stack video collection is based on four video courses that give you everything you need to become a full-stack developer with the React and MERN stacks. This master class includes the following courses: * Learn JavaScript LiveLessons * Learn React for Modern Web Applications LiveLessons * Node.js Essentials LiveLessons * Full-Stack React LiveLessons Learn JavaScript LiveLessons gives first-time JavaScript users what they need to become successful developers. 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 takes the learner from the basic syntax and concepts of JavaScript, all the way through the more advanced concepts that are covered in technical interviews. Learn React for Modern Web Applications LiveLessons provides a solid foundation in creating modern web applications using the latest version of React. React enables developers to create beautiful, performant, easily maintainable websites incredibly quickly. React is currently the most popular JavaScript framework on the market and is used by a majority of companies, yet it has one of the largest gaps between the number of employers who want it and the number of developers who know it. In short, 33% of employers need React skills, but only 19% of developers say they know React. Node.js Essentials LiveLessons teaches you how to write performant back-end applications in JavaScript by leveraging the Node.js runtime. 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 enables JavaScript ...
    Anmerkung: Online resource; Title from title screen (viewed June 17, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 52
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801818179
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 3 hr., 55 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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.
    Anmerkung: Online resource; Title from title screen (viewed June 28, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 53
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pearson IT Certification | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 8 hr., 47 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Red Hat Certified Specialist in Containers and Kubernetes Complete Video Course: Red Hat EX180
    Anmerkung: Online resource; Title from title screen (viewed July 7, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 54
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 4 hr., 13 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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...
    Anmerkung: Online resource; Title from title screen (viewed July 7, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 55
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801816182
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 5 hr., 31 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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.
    Anmerkung: Online resource; Title from title screen (viewed June 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 56
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 3 hr., 43 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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. Nearly 4 Hours of Video Instruction Shaun Wassell covers what developers need to successfully create and manage front-end codebases using Vue.js, currently one of the most popular front-end JavaScript frameworks. Description Vue allows developers to create beautiful, performant, and easily maintainable websites incredibly quickly. It also has the added benefit of allowing developers to incorporate the code into their sites incrementally. For some time, Vue.js was almost hidden in obscurity by the overwhelming amount of attention given to React and Angular. But lately, the number of people talking about, writing about, and building great apps with Vue.js has exploded. Vue.js is an incredibly simple and approachable framework. It works well when simply adding interactivity to a page, and it is more than appropriate for “full-scale” apps. Learn Vue.js Essentials LiveLessons is a hands-on, comprehensive guide to learning and mastering the Vue library, including screen-casting, slides, and hands-on coding demonstrations. Download the code associated for this LiveLesson from https://github.com/shaunwa/vue-livelessons About the Instructor Shaun Wassell is a senior software developer who specializes in full-stack development and software architecture. He manages teams of developers, as well as teaches many hundreds of thousands more how to create enterprise-ready applications. Shaun’s online courses have more than 300,000 learners, largely because of his passion for development and his focus on helping people apply their programming skills in the real world. He is a life-long programmer and problem-solving addict whose goal is to help people solve meaningful problems by mastering the art of software development. Please don’t hesitate to get in touch with him about any opportunities or if you’d like to stay up-to-date on his other courses and live trainings. Skill Level Beginner to Intermediate What You Will Learn Code a full-scale Vue application Build and deploy this application so that it can be accessed from anywhere Learn to recognize good and bad patterns in Vue code Use composition to increase code reuse and fle...
    Anmerkung: Online resource; Title from title screen (viewed July 8, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 57
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 59 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Join us for a special conversation on sustainability with Sam Newman and longtime technologist Anne Currie. They’ll discuss cloud providers and the environmental impact of software, how an individual developer’s choices can impact sustainability, and the trends that are impacting organizations’ deployment practices and culture. What you’ll learn and how you can apply it Explore the origins of, need for, and challenges around sustainability See what’s coming next for infrastructure and ops This course is for you because… You have questions about limiting the environmental impact of your technology choices. You’re looking for ways to improve your cloud environment to support your production goals. You want to become well-versed in the foundations and best practices of pipeline creation and deployment. Recommended follow-up: Read Design Patterns for Cloud Native Applications (book) Read Cloud Native Transformation (book) Read 97 Things Every Cloud Engineer Should Know (book)
    Anmerkung: Online resource; Title from title screen (viewed July 7, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 58
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801079112
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 11 hr., 8 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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.
    Anmerkung: Online resource; Title from title screen (viewed June 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 59
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801074360
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 21 hr., 58 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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.
    Anmerkung: Online resource; Title from title screen (viewed June 24, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 60
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 11 hr., 32 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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. 11 Hours of Video Instruction Build full-stack applications using React and Spring Boot. Overview: In recent years, React has emerged as a popular lightweight framework for implementing compelling web-based user interfaces. Using React you can easily integrate with back-end services via REST APIs, and Spring Boot is an excellent framework for implementing REST services. Spring Boot also provides an extremely efficient way to implement data-access logic to access a wide range of relational and NoSQL databases. This course explains how to dovetail React and Spring Boot to implement solid, performant, and extensible full-stack solutions. It is full of hands-on demos with in-depth explanations so you can see first-hand how to successfully build full-stack applications using React and Spring Boot. Taught by experienced trainer and author, Andy Olsen, this course is your complete guide to mastering React and Spring Boot systems to enable you to create enticing user interfaces with a solid and well-structured back end. Download the code files associated with this LiveLesson from https://www.informit.com/store/full-stack-react-with-spring-boot-livelessons-video-9780137508891 . About the Instructor Andy Olsen †is a freelance consultant, instructor, and developer with more than 30 years of experience in IT. Andy began his professional career as a C/C++ developer and morphed into Java, C#, and other languages as the years and decades passed by. Andy is actively involved in a wide range of technologies including full-stack development, cloud native applications, data science, and more. Andy is passionate about technology education and runs training courses around the world across diverse market sectors. You can find Andy here: https://www.linkedin.com/in/andy-olsen-481496/ http://olsensoft.com/ Topics include Creating and running Spring Boot web applications Defining and managing components Accessing relational and NoSQL databases Implementing and consuming REST services Creating a React front end Consuming a REST API from React Implementing a compelling UI in React Skill Level: Intermediate Learn How To Create a ...
    Anmerkung: Online resource; Title from title screen (viewed July 8, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 61
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801813297
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 2 hr., 20 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Learn the basics of Scrum and the Scrum lifecycle, how to organize a Scrum team and set up a project, and how to implement a Scrum, from releases and sprints to enterprise transformation. About This Video Get into the shoes of a Scrum team and understand their role Explore how Kanban is different from Scrum and extreme programming Finding various inefficiencies in your process using Kanban board In Detail Kanban is a popular framework used to implement Agile and DevOps software development. It requires real-time communication of capacity and full transparency of work. Work items are represented visually on a Kanban board, allowing team members to see the state of every piece of work at any time. A Kanban board is an Agile project management tool designed to help visualize work, limit work-in-progress, and maximize efficiency (or flow). It can help both Agile and DevOps teams establish order in their daily work. Kanban boards use cards, columns, and continuous improvement to help technology and service teams commit to the right amount of work, and get it done. This course will help you explore how working on an Agile project using Kanban has benefits for your development team, your end-users, and your organization as a whole. We will identify various process flow-related issues including too much work in progress, underutilization of resources, lengthy tasks, unequal-sized tasks, and so on, using simple and easy-to-understand demonstrations on the Kanban board. We will not only identify these inefficiencies but also solve for the same by continuously improving the process flow using the Kanban board.
    Anmerkung: Online resource; Title from title screen (viewed June 29, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 62
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803245935
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 2 hr., 8 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local ; Electronic videos
    Kurzfassung: Get to an advanced level and become efficient at work. Learn ways to automate your daily work using the advantages of Windows PowerShell scripting. About This Video Presents a nice introduction to PowerShell in an easy-to-follow approach with examples Managing system processes: get-process and stop-process Full of hands-on instructions, interesting and illustrative examples, clear explanations In Detail This course is designed to take the system administrators to an advanced level and make them more efficient at their work. You will find ways to automate your daily work using the advantages of Windows PowerShell scripting. It covers a wider list of topics such as why automation; how to launch Windows PowerShell as admin and non-admin; what is the execution policy; PowerShell help; PowerShell file read operations; PowerShell, Windows PowerShell, Microsoft scripting language; and PowerShell modules introduction and benefits. The course is intended to make people think in terms of automating small daily tasks using Windows PowerShell and improve work efficiency and then gradually move towards complex logical tasks.
    Anmerkung: Online resource; Title from title screen (viewed July 30, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 63
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801813655
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 4 hr., 59 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Primavera P6 Version 8 to Version 20, this module explains the differences between the versions. About This Video Workshop on adding resources to the database Workshop on assigning resources and expenses to activities Workshop on resources optimization and updating a resourced schedule 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 on creating and assigning resources, and updating a resourced schedule with Oracle Primavera Project Manager P6 PPM Professional tool. You will start with exploring user and administration preferences and scheduling options. Then, you will be understanding and creating resources and roles in Primavera software. Following that, you will be assigning roles, resources, and expenses in Primavera. Then, you will learn how to optimize resources and see methods of resolving resource peaks and conflicts resource leveling; this is one of the most important features of any project management tool. Finally, you will be updating a resourced schedule using the Primavera tool in detail. By the end of the course, you will successfully be able to create and assign resources, and update a resourced schedule with Primavera Project Manager P6 PPM Professional Client.
    Anmerkung: Online resource; Title from title screen (viewed July 26, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 64
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801811033
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 8 hr., 57 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local ; Electronic videos
    Kurzfassung: Build a strong foundation in .NET 5 programming with Blazor with the help of this course About This Video Design a database using entity framework core Learn Progressive Web Application (PWA) with Blazor Understand the REST API and client UI design principles In Detail Blazor allows you to create a single page application on top of .NET Core and continue coding in C# (without needing to flip between C# and JavaScript too much). Blazor apps are composed of reusable web UI components implemented using C#, HTML, and CSS. Both client and server code is written in C#, allowing you to share code and libraries. Blazor can run your client-side C# code directly in the browser, using WebAssembly (WASM for short). Because it’s real .NET running on WebAssembly, you can reuse code and libraries from server-side parts of your application. We will be exploring many intricacies of the Blazor life-cycle, data flow, JavaScript interoperability, and general development activities and nuances. By the end of the course, you will have the skills and knowledge to build a web application using Blazor.
    Anmerkung: Online resource; Title from title screen (viewed July 30, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 65
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801078108
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 2 hr., 32 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Use KNIME for data cleaning with a case study and learn how to perform some advanced data preparation About This Video No coding required Learn the basics and build a solid foundation during the case study Learn how to prepare advanced data preparation with KNIME In Detail Data cleaning is always a big hassle, especially if we are short on time and want to deliver crucial data analysis insights to our audience. KNIME makes the data prep process efficient and easy. With KNIME, you can use the easy-to-use drag-and-drop interface, if you are not an experienced coder. But if you know how to work with languages such as R, Python, or Java, you can use them as well. This makes KNIME a truly flexible and versatile tool. In this course, we start from the basics and learn KNIME in a (hopefully) fun and easy way by going through a case study together and prepare the data based on the requirements in the case study. After completing our data prep, we will learn how to visualize data using tools such as Power BI and Tableau. Finally, we also briefly cover the predictive analytics capabilities of KNIME and see how easy machine learning in KNIME can be. By the end of this course, you will be able to use KNIME for data cleaning and data preparation without any code.
    Anmerkung: Online resource; Title from title screen (viewed July 29, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 66
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484273395
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 45 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Gain an overview of the Eclipse-based open source Jakarta EE APIs and technologies formerly called Java EE (Enterprise Edition). This video highlights the key components of the latest Jakaarta EE release, giving you the knowledge you need to begin your journey to developing enterprise-level applications. This video will familiarize you with the important terms and concepts behind the Jakarta EE enterprise application development platform and introduce its architecture. After completing this video course, you’ll be prepared for a deeper dive into enterprise application development using Jakarta EE. What You Will Learn Discover what Jakarta EE is and how it has evolved to meet current business needs Understand why Jakarta EE application development is more relevant now than ever Master the key Jakarta EE specifications and how to use them Leverage TCKs to ensure compatibility Who This Video Is For Full-stack Java developers and programmers; no prior experience in Jakarta EE or Java EE is assumed. However, at least some prior exposure to core Java, Java SE, and the JDK is recommended.
    Anmerkung: Online resource; Title from title screen (viewed August 6, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 67
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 1 hr., 0 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Join us for a special conversation on site reliability engineering with Sam Newman and Gremlin principal SRE Tammy Butow. They’ll chat about SRE best practices and challenges, building resilient systems, chaos engineering, facilitating controlled experiments to identify systemic weaknesses, and more. What you’ll learn and how you can apply it Explore the origins of, need for, and challenges around SRE What’s coming next for infrastructure and ops This course is for you because… You want the chance to ask Sam Newman and Tammy Butow your questions around SRE and chaos engineering. You’re looking for ways to improve your systems and mitigate weaknesses. You want to become well-versed in the foundations and best practices of pipeline creation. Recommended follow-up: Read Chaos Engineering (book) Read Security Chaos Engineering (report) Read Site Reliability Engineering (book)
    Anmerkung: Online resource; Title from title screen (viewed August 2, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 68
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801815611
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 3 hr., 3 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Primavera P6 Version 8 to Version 20, this module explains the differences between the versions About This Video Workshop on formatting the bar chart and organizing your data Workshop on filters and printing Workshop on activity codes and User-Defined Fields (UDF) 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 projects are planned, scheduled, and controlled, including understanding the project management processes applicable to your projects with Oracle Primavera P6 PPM Professional. You will start with understanding the basics of the software. Moving ahead, you will look at formatting the display aspects of the software. Then you will look at the group, sort, and layouts of this tool. Following that, you will understand, apply, create, and modify filters. After that, you will execute printing, reports, and look at the visualizer. Finally, you will explore other methods of organizing project data. By the end of the course, you will successfully learn how to format, print, and run reports with Oracle Primavera Project Manager P6 PPM Professional Client.
    Anmerkung: Online resource; Title from title screen (viewed July 26, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 69
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484271537
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 1 hr., 15 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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.
    Anmerkung: Online resource; Title from title screen (viewed July 13, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 70
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801074803
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 4 hr., 32 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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.
    Anmerkung: Online resource; Title from title screen (viewed July 28, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 71
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 1 hr., 27 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Learn the foundations of MLOPs Topics include: * Linux and Bash * AWS Cloud9 and AWS Cloud Shell and other Cloud Topics * The intuition behind MLOps techniques: optimization, gradient descent and data science.
    Anmerkung: Online resource; Title from title screen (viewed August 7, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 72
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 4 hr., 19 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Storing, processing, and moving data in the cloud efficiently and cost-effectively is a must for working with today’s enormous datasets. Data lakes answered the problem of silos found in many data warehouses. But as the pendulum swings back, there's a growing need for an additional solution that combines the strengths of both models, a need that’s led to the emergence of the data lakehouse. But with the number of data storage systems available, it can be hard to figure out which option is right for you. In this event, you'll gain insights on how to increase the scalability, speed, and availability of your data, along with best practices for utilizing your data warehouse, data lake, or data lakehouse. Join in to learn how to make the right decisions for your particular use case. What you’ll learn and how you can apply it Get an overview of the latest technologies for storing and managing your data Learn how to build a performant and scalable data lake Explore design considerations to make your data warehouse robust and reliable Discover the full management, storage, and analytics capabilities of a data lakehouse Understand how to apply data observability principles for your data lake This course is for you because… You need to know the latest trends in storing, processing, and managing data. You want to improve the scalability, speed, and availability of your data. You work with a variety of data sources that need to be pulled together and analyzed. You want to better understand the systems that you already use and learn how to take full advantage of their capabilities. Recommended follow-up: Read Automating the Modern Data Warehouse (report) Read The Enterprise Big Data Lake (book) Read What Is a Data Lake? (report)
    Anmerkung: Online resource; Title from title screen (viewed August 10, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 73
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803248653
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 12 hr., 48 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local ; Electronic videos
    Kurzfassung: Learn Scala; learn Spark, Hadoop, ETL pipeline from AWS S3 to AWS RDS using Spark from scratch About This Video Relate the practical concepts of Scala and Spark with real-world problems Implement any project from scratch that requires Scala and Spark knowledge Know the theoretical and practical aspects of Scala and Spark In Detail The course Scala from Beginner to Pro is refreshingly different. The well-thought-out quizzes and mini projects that cover all the important aspects will make your Scala learning journey that much easier. This course includes an overview of Hadoop and Spark with a hands-on project with Scala Spark. Right through the course, every theoretical explanation is followed by practical implementation. This course is designed to reflect the most in-demand Scala skills that you will start using right away at the workplace. The course is simple to follow and understand. Expressive, exhaustive, and practical with live coding sessions and replete with quizzes. Rich with state-of-the-art and up-to-date knowledge of this field. The 6 mini-projects and one Scala Spark project included in this course are a vital component of this course. These projects present you with a hands-on opportunity to experiment for yourself with trial and error. You get a chance to learn from the mistakes you make. Importantly, it’s easy to understand the potential gaps that might exist between theory and practice. Who this book is for This course is for absolute beginners who want to learn Spark and Scala along with its implementation in realistic projects; people who want to develop smart solutions; data scientists; and machine learning experts.
    Anmerkung: Online resource; Title from title screen (viewed August 27, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 74
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803245232
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 13 hr., 43 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local ; Electronic videos
    Kurzfassung: Excel in NodeJS, MongoDB, and Express, and improve your JavaScript skills. About This Video Set up MongoDB in the cloud to connect using NodeJS Learn how you can create your own module locally Learn how to send data from a front-end form to Node Express to output to the terminal In Detail This course is split into 7 sections; section 1 is a fast-paced quick introduction to NodeJS and how you start using NodeJS. We discuss what NodeJS is and that it is not a programming language like JavaScript but an interpreter and environment for JavaScript. Moving further with section 2, we explore the fundamentals of JavaScript and writing JavaScript code within the Node. It is loaded with examples about the basics of coding JavaScript . As Node uses JavaScript code, this section will provide a refresher and quick overview of JavaScript, and is designed to cover core JavaScript required for the upcoming sections and writing Node. JavaScript asynchronous programming explains asynchrony in computer programming, refers to the occurrence of events independent of the main program flow and ways to deal with such events, and shows how to add callbacks that run once a stack is complete. Each module in NodeJS has its own context and cannot interfere with other modules. Modules are like libraries that you can include in your application. Node.js has a set of built-in modules you can use without any further installation, such as http, fs, path, and url. Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. Explore how to set up a web application quickly with Express. Who this book is for To take this course, you will need to have some knowledge of Object-Oriented Programming, if not C#. Even if you do not have much exposure to the .NET development stack, this course is very beginner-friendly and chock-full of development tips. This course is ideal for anyone who wants to learn more about NodeJS, and for JavaScript developers and web developers.
    Anmerkung: Online resource; Title from title screen (viewed August 30, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 75
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803247700
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 4 hr., 6 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Begin your journey in the field of cloud storage in Microsoft Azure with this complete guide. This course is a one-stop-shop to gain this necessary and in-demand skill from scratch. About This Video A clear understanding of Azure cloud and storage concepts with real-world scenarios Full of hands-on instructions, interesting and illustrative examples, and clear explanations Project-based learning to explore new concepts in Azure cloud In Detail One of the most critical tasks is choosing the right storage solution. Well, it is rightly so because storage is that much important. Choosing the right storage solution helps organizations ensure that their content is available globally and can be delivered smoothly and rapidly. Correct storage selection can also help reduce the operational costs associated with managing data. Storage has a direct influence on your project cost, customer experience, application availability, and reliability. Also, in the era of work-from-home, you want to manage your storage right from your home office enjoying a nice cup of coffee. So, you expect your ideal storage to be allowing you to connect over the public internet in most cases. This course is dedicated to the Microsoft Azure storage solution. You will learn how to deploy storage account, create containers, file shares, and migrate your data from scratch. Not just this but you will also explore various storage tools such as AzCopy, File Sync, Storage Explorer, and more. We take the security of your data very seriously. So, at every step, you will understand in crisp clear terms what are the security recommendations associated with each of the storage components discussed in the course. Who this book is for This course can be taken by absolute beginners including candidates with non-technical backgrounds, such as those involved in selling or purchasing and involved with cloud-based solutions/services, as well as those with a technical background who have a need to validate their foundational-level knowledge around cloud services and Azure. A system administrator using cloud services in their day-to-day life will benefit the most. You should have the zeal to learn new concepts and stay up to date with technology and some basic awareness of cloud concepts is recommended but not mandatory.
    Anmerkung: Online resource; Title from title screen (viewed August 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 76
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803243115
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 3 hr., 59 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Begin your journey in the field of cloud storage in Microsoft Azure with this complete guide. This course is a one-stop-shop to gain this necessary and in-demand skill from scratch to advance your career in cloud computing or services. About This Video Demonstration of the importance of Azure PowerShell and real-world scenarios to help you master Azure Learn how to automate your boring and repetitive work using simple PowerShell tiny scripts Engaging explanation of Azure concepts and regular test-your-knowledge exercises within lectures In Detail Azure PowerShell (PowerShell + Az Module) is a set of cmdlets to manage Azure resources directly from the PowerShell command line. Azure PowerShell is designed to make it easy to learn and get started with managing Azure resources and provides powerful features for automation. It is used to perform powerful, common tasks in Microsoft Azure through an extension of Windows PowerShell. Without logging in, users can enter a single cmdlet from the command line to create a new virtual machine. This course is designed to take the system administrators to an advanced level and make them more efficient at their work. You will find ways to automate your daily work using the advantages of Windows PowerShell. It covers a wider list of topics such as how to deploy a virtual machine in Azure Cloud, connecting local PowerShell to Azure, deploying new Azure resources using PowerShell, Azure PowerShell to query and format output, how to administer Azure storage using Azure PowerShell, application code development, code enhancement, and publishing of the application. The last section focuses on PowerShell basics. By the end of this course, you will be able to administer and manage Azure resources and automate Azure tasks using PowerShell easily. Administrators will find it easier to create, test, deploy, and manage Azure cloud platform services. Who this book is for This course can be taken by absolute beginners including candidates with non-technical backgrounds, such as those involved in selling or purchasing and somehow involved with cloud-based solutions/services, as well as those with a technical background who have a need to validate their foundation-level knowledge around cloud services and Azure. System administrators using cloud services in their day-to-day life will benefit the most. Basic beginner-level knowledge of Azure cloud and awareness of basic PowerShell commands are highly recommended for this course...
    Anmerkung: Online resource; Title from title screen (viewed August 27, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 77
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Microsoft Press | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 8 hr., 42 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Streaming video ; Internet videos ; Electronic videos ; local ; Electronic videos ; Vidéos sur Internet ; streaming video ; Internet videos ; Streaming video ; Vidéo en continu
    Kurzfassung: 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. 8+ Hours of Video Instruction Prepare for Microsoft Exam DA-100 and demonstrate your mastery of Power BI data analysis and visualization. This Exam DA-100: Analyzing Data with Microsoft Power BI video is designed for data analysts responsible for designing scalable data models, cleaning and transforming data, and presenting analytic insights through data visualizations using Power BI. This video focuses on the skills measured by the exam objectives, as updated by Microsoft on July 29, 2021. Prepare the data Model the data Visualize the data Analyze the data Deploy and maintain deliverables Using his years of experience teaching Power BI to a variety of learners, Microsoft Certified Trainer Chris Sorensen explains how to optimize Power BI features and functions and prepares you for what to expect on the DA-100 exam. In his engaging style grounded in real-world scenarios, Chris gives you insights to navigate and build effective Power BI solutions, quickly and effectively. With Chris as your guide, you are well-equipped to advance in your career as a data analyst. About the Instructor Chris Sorensen, CPA, CGA , is the Founder and President of Iteration Insights, a tech-enabled data analytics solutions provider based in Calgary, Alberta. He is a Microsoft Certified Data Analyst Associate and Microsoft Certified Trainer with a combined 20+ years of industry and teaching experience. In his career, he has led numerous Analytics projects in more than 15 industries across small to enterprise-sized organizations. As an adjunct instructor of the Business Intelligence program at SAIT, he plays a significant role in shaping new talent in Calgary’s emerging tech sector. Following his lifelong learning approach, Chris also coordinates both Power Platform and Azure Analytics User Groups, providing a space dedicated to knowledge-sharing and growing Alberta’s tech community. His favorite hashtag is #neverstoplearning. Skill Level Intermediate Who Should Take This Course Certification candidates preparing for Exam DA-100: Analyzing Data with Microsoft Power BI Data analysts who want to use Microsoft Power BI to maximize their data asse...
    Anmerkung: Online resource; Title from title screen (viewed August 11, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 78
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 8 hr., 13 min.)
    Ausgabe: 2nd edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 8 Hours of Video Instruction Overview Bash is the best way for you to efficiently and effectively execute commands in your daily work. It sounds difficult, but the beauty of Bash is that it is quick, powerful and not particularly complex. Bash Shell Scripting Complete Video Course is a full resource to obtaining the power of Bash. So whether you're new to shell scripting or an experienced developer, administrator, or user, this course will introduce you to the world of efficient scripting so you can get the job done. This 8-hour video course consists of 13 lessons in which all concepts that are relevant to Bash shell scripting are explained. It includes demos and exercises throughout that are relevant to Bash Shell scripting; these examples are relevant for anyone using Bash. This video course was designed to teach through clear training followed by practical examples that show how scripting solutions are being used in the real world. At the end of each lesson you will find an exercise that you should attempt on your own; this is then followed by a video explanation so you can see a real-time walkthrough of the exercise. Doing the work is the best way to learn Bash, and this course provides you with the tools to learn by doing. Topics include Shell scripting fundamentals Using conditional statements Advanced Bash scripting options Real-world scripting examples The GitHub associated with this LiveLesson can be found at https://github.com/sandervanvugt/bash-scripting . About the Instructor Sander van Vugt has many years of experience working with, writing about, and teaching Linux and open-source topics. He is the author of the best-selling Red Hat RHCSA Cert Guide and Red Hat RHCSA Complete Video Course , along with many other titles on topics that include RHCE, Bash, Kubernetes, Ansible, and more. Sander also works as a Linux instructor, teaching on-site and online classes for customers around the world. Skill Level Beginner to Intermediate Learn How To Write Bash script fundamentals Write Bash script fundamentals and advanced commands Write Bash shell scripts on intermediate and advanced commands Write your first hello world shell script See how to work with variables Use positional parameters Apply pattern matching substitution Explore looping structures in shell scripts Who Should Take This Course Developers and administrators who want to automate tasks using Bash shell scripts IT users and professionals who want to g...
    Anmerkung: Online resource; Title from title screen (viewed September 1, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 79
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803231563
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 1 hr., 24 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Master Agile Retrospective to boost the efficiency and productivity of your team About This Video A complete overview of the Sprint retrospectives Feel confident in improving the performance of scrum for any software, service, maintenance, or support team Explore Sprint retrospectives that will make your team or business more efficient In Detail Learn how to be confident while conducting Scrum. Whether you are a novice, an expert, or simply someone who wants the answer to the question—what is Sprint Retrospective?—this is definitely the class for you. Sprint Retrospective is a method for boosting your team’s efficiency. The author explains the fundamentals of Agile Retrospective and how to organize Sprint Retrospective at an industrial level in a very simple way. To get the best experience, all you need is a keen interest in Agile Scrum, a real need to improve your team or business, and the desire to improve continuously. Each section features an overview of a particular aspect of holding a Sprint Retrospective and tips to organize it wonderfully. Examples are included throughout the course with interactive and quality resources. Everything is based on real-world experiences. Who this book is for This course is useful for Scrum masters, product owners, business owners, support teams, maintenance teams, service and sales teams, development support teams, and anyone who wants a complete overview of Agile Scrum Retrospectives.
    Anmerkung: Online resource; Title from title screen (viewed August 24, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 80
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 1 hr., 23 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: A walkthrough of Chapter 5 of the O'Reilly book Practical MLOps. Topics include: * Getting models into production * Feature Store vs Data Warehouse * AutoML * MLOps * DataOps * ML Platforms * Sagemaker * Continuous Integration and Continuous Deployment * MLOps cookbook * ML Engineering * Data Engineering * Spark * GCP * Azure * Containers * Kaizen
    Anmerkung: Online resource; Title from title screen (viewed August 14, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 81
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 1 hr., 32 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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
    Anmerkung: Online resource; Title from title screen (viewed August 24, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 82
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 1 hr., 11 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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
    Anmerkung: Online resource; Title from title screen (viewed August 28, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 83
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801079976
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 18 hr., 36 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local ; Electronic videos
    Kurzfassung: Learn the basics of HTML, CSS, and JavaScript in 50 days by working on 50 different projects About This Video Project-based teaching to sharpen your HTML, CSS, and JavaScript skills DOM manipulation, events, array methods, HTTP requests, and more Modern styling with flexbox, CSS animations, custom properties, and so on In Detail This is a purely project-based course. It is geared toward beginners, but intermediate developers can also enjoy creating new things. This course includes 50 mini projects in HTML, CSS, and JavaScript that relate to the DOM (Document Object Model). Here is a list of what we will create in this course: Expanding Cards Progress Steps Rotating Navigation Animation Hidden Search Widget Blurry Loading Scroll Animation Split Landing Page Form Wave Sound Board Dad Jokes Event Keycodes FAQ Collapse Random Choice Picker Animated Navigation Incrementing Counter Drink Water Movie App Background Slider Theme Clock Button Ripple Effect Drag N Drop Drawing App By the end of this course, you will be thorough with the basics and concepts in HTML, CSS, and JavaScript. Who this book is for This course is for beginner and intermediate web developers who want to build fun and unique projects with HTML, CSS, and JavaScript.
    Anmerkung: Online resource; Title from title screen (viewed August 27, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 84
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 2 hr., 30 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Learn to master key components of Python functions. Topics include: * Input, Output and Unit of Work * Decorators, Yield Statements, Generators, Closures and Nested Functions * Using Github Codespaces and Github Actions * Building Command-line tools * Microservices including Flask and FastAPI * Using AWS Cloud9 along side AWS App Runner
    Anmerkung: Online resource; Title from title screen (viewed September 3, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 85
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 16 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local ; Electronic videos
    Kurzfassung: It is essential to have a strategy defined when figuring out your career. Starting out is difficult. Regardless what your background is, you need to have a clear idea how to get to your dream job. Even if you are not in technology and want a data-science position, you have to have a clear path towards data-science. In this video I'll cover some of the stories that allowed me to gain perspective in my career in tech, along with some advice that can help you out. Topics include: * Find some techniques to define your career and next steps * Design a custom strategy to help answer career questions * Accurately determine what might be a good job or position Useful links: * Start a career in Tech * Learn Python from scratch
    Anmerkung: Online resource; Title from title screen (viewed September 13, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 86
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 4 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Learn the foundations of Agile Project Management in this quick video snippit featuring global technical project management expert Jerry Castro. Topics include: * Agile * Balancing chaos vs order * How to get started with Agile
    Anmerkung: Online resource; Title from title screen (viewed August 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 87
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 60 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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
    Anmerkung: Online resource; Title from title screen (viewed January 8, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 88
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 3 hr., 6 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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...
    Anmerkung: Online resource; Title from title screen (viewed February 8, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 89
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 3 hr., 29 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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)
    Anmerkung: Online resource; Title from title screen (viewed January 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 90
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801073998
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 2 hr., 55 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Discover how to use Puppet 6 for handling multiple application servers About This Video Become familiar with the installation process of Puppet 6 server and agent Work with default environments and create your new environment Get to grips with Puppet templates and Puppet Bolt In Detail With Puppet, you can configure many servers and automate your IT configuration easily and efficiently. This video course shows you how to be a master in using Puppet 6. This course helps you to install and setup Puppet 6 on your machines. You will also be able to configure the hostname entry, JVM, and perform time synchronization. Next, you will be introduced to Puppet manifests and learn how to work with the default environment and create a new environment. Moving along, you will install modules in different locations, create modules, and learn the best practices required to use conditional statements in Puppet. Towards the end, you will discover templates in Puppet 6 and learn how to deploy agents to new systems using the Bolt tool. By the end of this course, you will be well-versed with Puppet and will develop the skills needed to configure systems centrally from your Puppet server.
    Anmerkung: Online resource; Title from title screen (viewed January 18, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 91
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801074421
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 6 hr., 32 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local ; Electronic videos
    Kurzfassung: A carefully tailored and structured course to make you an expert in Nmap in just 6.5 hours About This Video Gain a solid understanding of Nmap Learn modern techniques to map and scan the network Learn how to generate outputs and reports with WebMap In Detail Network scanning and enumeration have become an increasingly important aspect of penetration tests over the last couple of years. Organizations now have a complex network of assets storing sensitive and valuable data. To test the security posture of the organization, conducting effective network scanning and enumeration of the organization's network is mandatory. This course will help you become an expert in Nmap quickly and easily. The course starts by showing you the steps for setting up the working and then highlights the importance of Nmap for network scanning. Next, you will grasp the fundamental concepts of networking, such as port scanning, the Open Systems Interconnection (OSI) model, network layer, and transport layer. Moving along, you will learn how to discover hosts using pings and understand advanced scanning topics that will help you to set up your own virtual hacking lab. Next, you will learn techniques to detect and evade firewalls and become familiar with the Nmap Scripting Engine (NSE). Finally, you will find out the role of enumeration services, such as File Transfer Protocol (FTP), Simple Mail Transfer Protocol (SMTP), Doman Name System (DNS), HyperText Transfer Protocol (HTTP), Server Message Block (SMB), and MySQL in network scanning. By the end of this course, you will have all the key skills needed to use Nmap for penetration testing.
    Anmerkung: Online resource; Title from title screen (viewed January 19, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 92
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 57 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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.
    Anmerkung: Online resource; Title from title screen (viewed January 20, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 93
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 6 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Learn to do GPU programming in Python in Five Minutes
    Anmerkung: Online resource; Title from title screen (viewed January 12, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 94
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 3 hr., 42 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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)
    Anmerkung: Online resource; Title from title screen (viewed February 11, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 95
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800567733
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 16 hr., 30 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local ; Electronic videos
    Kurzfassung: Learn Python programming and Selenium Python automation from basic to advanced level About This Video Get complete knowledge on Python Automation using Selenium WebDriver Implement Python test automation frameworks from scratch with all the latest technologies Work on live websites to understand the Selenium Python Application Programming Interface (API) methods In Detail Python is a popular choice for implementing Artificial Intelligence and web security in any application. This made the Quality Assurance (QA) industry to shift its focus to Python for implementing test automation to support AI projects. This course will help you to perform testing with Python automation using Selenium WebDriver. The course begins with the installation process of Python and Selenium. Next, you will cover the basics of Python and move on to grasp the important topics that will help you to write flawless programs in Python. Moving ahead, you will run tests in different browsers with the help of the Selenium Python package. Next, you will run a unit test in Pytest testing framework and develop an end-to-end Selenium Python framework from scratch. Then, you will integrate the Selenium Python framework into the Jenkins Continuous Integration (CI) tool and read and write data from Excel to Selenium Python framework. Towards the end, you will get an overview of the version control system in Git, and tips for passing your job interview. By the end of this course, you will be able to use Python and Selenium for performing automation testing of applications.
    Anmerkung: Online resource; Title from title screen (viewed January 22, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 96
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801070607
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 11 hr., 46 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local ; Electronic videos
    Kurzfassung: Discover how to write and use bash shell scripts to supercharge your productivity About This Video Get to grips with the features of a bash shell Learn the best practices for running, scheduling, and debugging shell scripts Get ready to write flawless scripts to automate repetitive tasks In Detail Do you want to learn bash shell scripting for automating repetitive tasks, running multiple commands simultaneously, and customizing administrative tasks? This video course will help you to achieve the above goals by making you a master in bash shell scripting. The course starts with the basics of bash shell scripting, explaining the use of variables, functions, and operators. Next, you’ll customize the shell environment and understand the role of flow control statements in shell scripting. Moving along, you’ll explore the techniques of file processing and learn how to parse command-line arguments. Next, you’ll learn how to run, schedule, and debug scripts. Towards the end, you’ll get a quick tour of Linux commands and standard I/O concepts, and get an overview of projects that you’ll be working on to encapsulate your learning. By the end of this course, you’ll gain a solid understanding of bash shell scripting and develop the skills needed to automate your daily computing tasks.
    Anmerkung: Online resource; Title from title screen (viewed January 27, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 97
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801073363
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 4 hr., 54 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Understand the features of Alteryx and learn how to automate boring manual data cleaning and data analysis tasks About This Video Become familiar with all the latest tools and features of Alteryx Learn how to use Alteryx for creating a smart solution workflow for data cleaning and data analysis Consolidate your learning by working on interesting real-world case studies In Detail Do you want to perform data cleansing and data analysis at jet speed? This course will show you how you can do data cleaning and data analysis a smooth and less time-consuming task using Alteryx. The course starts with an introduction to Alteryx, explaining its installation process and user interface. Next, you will learn how to get data and update existing data from Excel and Comma Separated Value (CSV) files using the In/Out tool in Alteryx. Moving along, you will learn to use the Preparation tab for data cleansing and filtering and find out the role of the Join tab in Alteryx. Next, you will learn to work with the Parse and Transform tabs and learn how to use the Reporting tab in Alteryx. Finally, you will study the tools under the Documentation tab, such as comment, explorer, and container, and go through some interesting case studies to encapsulate your learning. By the end of this course, you will be able to use Alteryx for your data cleaning and data analysis needs in the real world.
    Anmerkung: Online resource; Title from title screen (viewed January 15, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 98
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801078504
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 19 hr., 53 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local ; Electronic videos
    Kurzfassung: 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.
    Anmerkung: Online resource; Title from title screen (viewed January 28, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 99
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 1 hr., 3 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: 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
    Anmerkung: Online resource; Title from title screen (viewed January 22, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 100
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 1 hr., 44 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Python Devops in TWO HOURS!
    Anmerkung: Online resource; Title from title screen (viewed January 27, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
Schließen ⊗
Diese Webseite nutzt Cookies und das Analyse-Tool Matomo. Weitere Informationen finden Sie hier...