Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
Filter
  • Boston, MA : Safari  (1,642)
  • [Place of publication not identified] : O'Reilly Media  (382)
  • Boston, Mass. :Safari Books Online,  (187)
  • Washington, D.C : The World Bank
  • Electronic videos ; local  (2,211)
Datasource
Material
Language
Years
  • 1
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 14 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to use optimization strategies and greedy algorithms in one hour.
    Note: Online resource; Title from title screen (viewed March 7, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484265826
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 26 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: In this course, we will look at using asynchronous programming in Python: the options, pitfalls, and best practices. We start with multi-threading, which is particularly useful when there is a lot of waiting, e.g. for HTTP requests or disk access. With multi-threading, you can start many requests in quick succession and then wait for all of them to complete at once. Next, the course will show you how to write your code in a thread-safe manner, and how to use it risk-free. Further, it covers Python’s global interpreter lock, which prevents a lot of serious problems in Python but also stops you from running threads in parallel. Going forward we discover how you can use Python’s multiprocessing library to run functions in parallel. Threads and processes often need to share or exchange data. In asynchronous code just passing Python objects is usually not the safest way to do this. This course looks at the main ways to do this correctly in Python, such as queues and events. Finally, the course moves on to the concurrent.future library which contains higher-level abstractions, including thread and processing pools and an asynchronous map function. The course finishes with advice on how to write robust asynchronous code, and how to test and debug it. What You Will Learn Take advantage of multi threading (concurrency) using the threading module Implement multi processing (parallelism) using the multiprocessing module Understand inter-process communication and data sharing using locks, queues, semaphores, barriers, events, and timers Test and debug asynchronous Python code Understand thread and process pools using concurrent.futures Who This Video Is For Intermediate to experienced Python programmers who want to speed up existing Python code by using multi processing and multi threading.
    Note: Online resource; Title from title screen (viewed January 5, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to do GPU programming in Python in Five Minutes
    Note: Online resource; Title from title screen (viewed January 12, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 35 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn how to use AWS in one Hour
    Note: Online resource; Title from title screen (viewed January 9, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 42 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Big data has been with us now for over 10 years, and in that time the tools and techniques have evolved. If youâ??re new to working with data or looking to understand the latest and greatest, these sessions are the perfect way to become part of the conversation. Youâ??ll learn how AI and the cloud have impacted how we grapple with ever-growing datasets and get better insight and products. About the Strata Data Superstream Series: This four-part series of half-day online events gives attendees an overarching perspective of key topics that will help your organization maximize the business impact of your data. What you'll learn-and how you can apply it Understand the problems the modern data stack helps solve today and get a glimpse of where weâ??re headed Get an overview of AI and machine learning and see how they can improve your data science work Learn how to present your data clearly and articulately This Superstream is for you because... You want to learn how data science works and understand its impacts, whether youâ??re swimming in data or just dipping in a toe. You need to know the trends in data workflows, techniques, and tools. Youâ??re interested in learning the role AI can play in your data analysis and want to find out where to start. You want to learn how to best present your data to outside stakeholders. Prerequisites: Come with your questions Have a pen and paper handy to capture notes, insights, and inspiration Recommend follow-up: Read Data Science from Scratch (book) Read Fundamentals of Data Visualization (book) Read Introduction to Machine Learning with Python (book)
    Note: Online resource; Title from title screen (viewed February 11, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 6 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 3 Hours of Video Instruction Learn software design from the legendary architect Juval Löwy. Over the past 20 years, Juval has led the industry in architecture and project design. Some of his ideas, such as microservices, serve as the foundation of software design and development. In this dense LiveLessons video Juval Löwy explains his approach to system analysis and design, using volatility to decompose a system into its comprising services. Juval contrasts it with the most common mistake done in architecture, using functionality to identify services. This engaging video discusses both what not to do and how to correctly define the architecture of software systems. The objective is to future proof your system and make it drastically easier to develop and maintain. About the Instructor Juval Löwy , founder of IDesign, is a master software architect specializing in system and project design. He has helped countless companies around the world deliver quality software on schedule and on budget. Recognized by Microsoft as one of the world’s top experts and industry leaders, he participated in internal strategic design reviews for C#, WCF, and related technologies, and was named a “Software Legend.” He has published several best-sellers and numerous articles on almost every aspect of modern software development. Löwy speaks frequently at major international software development conferences and conducts Master Classes around the world, teaching thousands of professionals the skills required of modern software architects and how to take an active role as design, process, and technology leaders. Skill Level Intermediate What You Will Learn You will learn how to overcome the real hurdles architects face and learn simple and practical techniques for identifying, and a structured approach for defining, the components of the architecture. Who Should Take This Course? Any software architect or developers transitioning to the role of architects will benefit greatly from this session. Project managers can see what they need to look for in architects. About Pearson Video Training Pearson publishes expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. These professional and personal technology videos feature world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, Pearson IT Certification, Sams, and Que. Topics include...
    Note: Online resource; Title from title screen (viewed February 8, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801074421
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 32 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: 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.
    Note: Online resource; Title from title screen (viewed January 19, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801073363
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 54 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 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.
    Note: Online resource; Title from title screen (viewed January 15, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 3 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Get started with Machine Learning and Auto ML using Azure ML Studio easily building powerful models and deploy them in a scalable environment. Everything you need to know to get up and running quickly in Machine Learning using Azure, from datasets to containerized deployments and data validation. Topics include: * An introduction to Azure ML Studio and AutoML * Import datasets and version them within Azure - even from remote locations like Github * Create compute clusters for training and live inferencing * Select models for deployment into Kubernetes or Docker Container instances * Practice MLOps, operationalizing a deployed model with logs and metrics via Application Insights * Consume a live endpoint with a deployed model over an HTTP API * Use the generated Swagger files to grasp the HTTP endpoints
    Note: Online resource; Title from title screen (viewed February 4, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801074490
    Language: English
    Pages: 1 online resource (1 video file, approximately 15 hr., 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Build 7 exciting games that will help you master Android game development using Unity and C# About This Video Gain the skill of creating ready-to-publish Android games by mastering the fundamentals of C# and Unity Develop the practical experience required to craft fully-featured Android games by building 7 exciting games as you go along Understand how to make the most out of the games you'll build by learning how to monetize them using different types of ads In Detail For game developers, the Android Play Store is no longer an evolving market but an established one. With the rise in competition, the climb to the top of the charts continues to get steeper. Hence, it is important to build high-quality games that are backed by a powerful gaming engine. One of the best cross-platform gaming engines that facilitates the creation of such high-quality games is Unity. Unity is free, easy to learn, and has excellent documentation. Moreover, it is battle-tested since some of the most popular Android games have been built using Unity. Unity Android 2021: Build 7 Games with Unity and C# is designed to teach you how to build Android games using this engine. Suitable for beginning programmers, this course starts by walking you through the installation steps of Unity and Android SDK. You will then build your first Android game followed by a walkthrough of the fundamentals of C# scripting with Unity. Throughout the course, you will build 7 example games with Unity, thus learning the process of creating mobile Android games using a hands-on practical approach. Once you have built these games, you will also learn how to monetize games with various types of in-game ads. Completing the course will give you the skills to create fully functional, ready-to-publish Android games that leverage the power of Unity.
    Note: Online resource; Title from title screen (viewed February 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801079419
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 10 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn essential techniques with Burp Suite to detect vulnerabilities that cause web applications to be compromised About This Video Learn how to find and exploit common vulnerabilities with Burp Learn how Burp Suite can help automate attacks Learn using hands-on examples In Detail Burp Suite contains an array of penetration testing and vulnerability finder tools. It is mainly used to identify the vulnerabilities of web applications. In this course, you will learn essential techniques with Burp Suite to detect vulnerabilities that cause web applications to be compromised. The course starts off with demonstrating how to set up your project in Burp Suite. It also introduces the different modules included in the Burp Suite. You’ll learn to identify information disclosure vulnerability and expose sites leaking sensitive information. You’ll also learn about insecure decentralization vulnerability and how this can be exposed. Web applications use WebSocket to communicate with the user. Testing web sockets for vulnerabilities is also covered in this course. You’ll also learn how to simulate the directory traversal attack and read files that are running. Finally, you will learn about some other attacks such as the external entity injection (XXE), cross-site scripting (XSS), and SQL injections. With this, you will have all the skills in your arsenal to test web applications.
    Note: Online resource; Title from title screen (viewed February 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801071154
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 51 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: A simple guide to advanced SAS programming to help you master data analysis and prepare for advanced SAS certification exams. About This Video Learn how to use powerful SAS procedures that reveal amazing insights within your data Extract, analyze, and visualize data by building powerful SQL queries in SAS Prepare for advanced SAS certification exams In Detail For over 20 years, SAS has been the programming language of choice in many industries such as pharma, finance, and insurance, thanks to its ability to handle large amounts of data and its powerful analytics and visualization capabilities. As powerful as SAS programming is, it is also incredibly accessible. This course is designed to strengthen your existing knowledge of SAS so that you can use SAS procedures to reveal amazing insights within your data. While the course is an accelerated path to learning advanced SAS programming designed for advanced users, its visual and immersive style of delivery will help you not just comprehend the concepts easier and faster but retain them as well. The first section of the course teaches you how to build powerful code using SAS Macros. That way, you can significantly reduce your coding lines to make your code reusable and efficient. The second section will teach you how to combine the power of SAS and SQL in one procedure called PROC SQL. You will use SAS University Edition, which is free to download and install on a PC or Mac. By the end of this course, you will be able to build complex SAS programming code using macros, write powerful SQL queries in SAS to extract, analyze, and visualize data, and prepare for advanced SAS certification exams.
    Note: Online resource; Title from title screen (viewed February 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801077088
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 6 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn how to create amazing animations using SwiftUI with the help of easy, intermediate, and advanced projects. About This Video Become familiar with the SwiftUI framework Discover how to use Xcode 12 and iOS 14 with SwiftUI Get ready to create stunning animations for your applications with SwiftUI In Detail Do you want to create eye-catching animations with SwiftUI that can be easily incorporated into your applications? This course teaches you how to create animations of your choice using SwiftUI. The course starts with an introduction to SwiftUI, explaining the differences between declarative and imperative programming. Moving along, you will discover the role of stacks, text modifiers, and image modifiers in SwiftUI. Next, you will learn to work on interesting projects, such as animating a weather graph with data, animating different shapes, creating an ocean wave, and creating a Wi-Fi loading animation. By the end of this course, you will be able to create smooth and engaging animations with SwiftUI using Xcode 12 and iOS 14.
    Note: Online resource; Title from title screen (viewed January 20, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801078368
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 7 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Prepare for the PgMP certification with this course and take your career in project management to the next level About This Video Gain the skills needed to pass the PgMP certification exam Get a solid understanding of the program management life cycle phases Learn how to plan and manage projects effectively in the real world In Detail The Program Management Professional (PgMP) accreditation from the Project Management Institute (PMI) is the subsequent stage after the Project Management Professional (PMP) certification and addresses the network of professionals who are answerable for the planned management of various undertakings that are in arrangement with authoritative decisions. This course will help you to learn everything that is needed to pass the PgMP Certification exam. The course starts with an overview of the PgMP certification exam. Next, you will cover the basic concepts of program management and learn its life cycle phases. Moving along, you will become familiar with concepts related to program strategy alignment, such as charter, environmental analysis, strategy, and program risk. Next, you will find out the benefits of program management and gain an understanding of program stakeholder engagement. Later, you will become familiar with program governance practices and program life cycle management. Finally, you will explore supporting processes, such as the program definition phase, program delivery phase, and program closure phase. By the end of this course, you will have all the knowledge needed to pass the PgMP certification course.
    Note: Online resource; Title from title screen (viewed February 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 8 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Sneak Peek The Sneak Peek program provides early access to Pearson video products and is exclusively available to Safari subscribers. Content for titles in this program is made available throughout the development cycle, so products may not be complete, edited, or finalized, including video post-production editing. 7+ Hours of Video Instruction While Python is a great beginner language, you will need to know more than conditionals, functions, and loops to be a competent Python developer. This video lesson is meant as a follow-up to Arianne’s Introduction to Python LiveLessons course. In it, you will learn essential skills to become a proper Python developer, like using external libraries, managing project environments, handling exceptions, and making HTTP requests. By the end of this lesson, you will have created a web scraper in Python that gathers data from a website and outputs it into a CSV formatted file. You will also be introduced to key software construction concepts like testing, debugging, and refactoring. Description Python was originally designed with learners in mind. It is also used by professional developers in a wide range of applications, such as web programming, data science, artificial intelligence, and DevOps. Python is the fastest growing, most widely used language, and aspiring developers want to learn. While Python is a great beginner language, you need to know more than conditionals, functions, and loops to be a competent Python developer. This video lesson is meant as a follow up to Arianne’s Introduction to Python LiveLessons course. In this LiveLessons, you learn essential skills to become a proper Python developer, such as using external libraries, managing project environments, handling exceptions, and making HTTP requests. By the end of the lessons, you will have created a web scraper in Python that gathers data from a website and outputs it into a CSV formatted file. Along the way, you will also be introduced to key software construction concepts like testing, debugging, and refactoring. The source code repository for this LiveLesson is kept at https://github.com/ariannedee/next-level-python-livelessons . About the Instructor Arianne Dee is a freelance software developer and educator from the University of British Columbia and an instructor for Canada Learning Code and MakerLabs in Vancouver, BC. Arianne’s Intro to Programming with Python LiveLessons (Addison Wesley) has received 5-star reviews Ar...
    Note: Online resource; Title from title screen (viewed March 5, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 56 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Ever had your CEO look at a report and say the numbers look way off? Has a customer ever called out incorrect data in one of your product dashboards? If this sounds familiar, data reliability should be the cornerstone of your data strategy. In this talk, Barr Moses will introduce the concept of “data downtime” — periods of time when data is partial, erroneous, missing or otherwise inaccurate. Data downtime is highly costly for organizations, yet is often addressed ad hoc. The solution? Data observability, an approach to tackling data downtime that leverages core principles of software engineering. We’ll discuss why data downtime matters to the data industry and share data observability tactics best-in-class organizations use to address it. Join us for this edition of Meet the Expert with Barr Moses to learn how to address data downtime and make observability a pillar of your data strategy. O'Reilly Meet the Expert explores emerging business and technology topics and ideas through a series of one-hour interactive events. You’ll engage in a live conversation with experts, sharing your questions and ideas while hearing their unique perspectives, insights, fears, and predictions.
    Note: Online resource; Title from title screen (viewed March 1, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801073271
    Language: English
    Pages: 1 online resource (1 video file, approximately 15 hr., 43 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn the process of full-stack web development from beginning to end About This Video Learn how to build the front-end of the blog using the power of Angular 11 and Bootstrap Become familiar with the process of building the API layer of the blog using ASP.NET Core Discover how SQL Server and SQL Server Management Studio are used to build a reliable back-end In Detail Do you want to learn how to build the back-end, Application Programming Interface (API), and front-end web application using full-stack technologies? This course will teach you the skills and give you the confidence to build a real-world blog from scratch using the full-stack technologies that are commonly used by Microsoft, Google, and Twitter. The course starts with an introduction to the technologies and libraries that you will use to build the blog. Next, you will set up the environment by installing SQL Server 2019, SQL Server Management Studio, Visual Studio Code, Git, Node.js, and Postman. Moving along, you will learn to prepare the blog outline by sketching out the needed pages and identifying standalone components, endpoints, and database actions. Next, you will build a solid back-end using Structured Query Language (SQL) for storing the blog content and discover the process of building the API layer using ASP.NET Core and Visual Studio. Towards the end, you will learn to build your blog’s front-end using Angular 11 and Bootstrap. By the end of this course, you will have developed all the essential skills needed to build a full-stack blogging web application from scratch.
    Note: Online resource; Title from title screen (viewed January 27, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 57 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Join us for a special conversation on 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)
    Note: Online resource; Title from title screen (viewed March 9, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 6 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 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
    Note: Online resource; Title from title screen (viewed March 5, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801075800
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 22 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to create stunning visualizations without writing code About This Video Detailed step-by-step walkthrough of creating data visualizations Create dashboards and stories in Tableau Define the granularity of data using the Level of Detail feature In Detail Visualizations provide us with a clearer understanding of data in a shorter span of time. They prove to be a powerful tool to make analyses and identify patterns. They also form an integral part of data storytelling by helping in creating narratives. Tableau's remarkable visualization capabilities make it a popular choice for data visualization. In this course, we will understand the capabilities of Tableau that makes it a popular software. Discover the basic tableau concepts and go over some basic charts that can be created easily using Tableau. We will then go over how we can create dashboards and stories to present contextual information of the data. Finally, we will learn some advanced features in Tableau, such as data modelling, controlling the granularity of the visualizations, and performing table calculations. By the end of the course, you will be able to use Tableau effectively and will be able to create sophisticated visualizations easily.
    Note: Online resource; Title from title screen (viewed March 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801077989
    Language: English
    Pages: 1 online resource (1 video file, approximately 27 hr., 12 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: 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.
    Note: Online resource; Title from title screen (viewed March 23, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801072274
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 hr., 7 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn reinforcement learning from scratch. About This Video Gain an understanding of all theoretical concepts related to reinforcement learning Master learning models such as model-free learning, Q-learning, temporal difference learning Model the uncertainty of the environment, environment stochastic policies, and environment value functions In Detail Although introduced academically decades ago, the recent developments in the field of reinforcement learning have been phenomenal. Domains such as self-driving cars, natural language processing, healthcare industry, online recommender systems, and so on have already seen how RL-based AI agents can bring tremendous gains. This course will help you get started with reinforcement learning first by establishing the motivation for this field and then covering all the essential topics, such as Markov Decision Processes, policy and rewards, model-free learning, temporal difference learning, and so on. Each topic is accompanied by exercises and complementing analysis to help you gain practical and tangible coding skills. By the end of this course, not only will you have gained the necessary understanding to implement RL in your projects but also implemented an actual Frozenlake project using the OpenAI Gym toolkit.
    Note: Online resource; Title from title screen (viewed February 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 60 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Jaime Levy literally wrote the book on UX strategy. In this Meet the Expert, she highlights the latest features covered in the just-released second edition of UX Strategy as she takes you through UX and product strategy theory. Whether you're a UX designer, product manager, or entrepreneur, you’ll get a high-level overview of product strategy techniques—from simple to advanced—that you can put to work right away. Recorded on April 15, 2021. See the original event page for resources for further learning or watch recordings of other past events . O'Reilly Meet the Expert explores emerging business and technology topics and ideas through a series of one-hour interactive events. You’ll engage in a live conversation with experts, sharing your questions and ideas while hearing their unique perspectives, insights, fears, and predictions.
    Note: Online resource; Title from title screen (viewed April 15, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 48 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: In 2020, Mark Zuckerberg famously declared that "the future is private," reflecting Facebook's commitment to doing privacy right. It’s a formidable challenge for a company with a codebase containing more than 100 million lines of code, to which engineers make thousands of changes per day. It can only be tackled by the entire company working together. While Facebook has more to do, it’s already made significant progress on privacy improvements across the company in terms of processes, products, and engineering teams. In this Meet the Expert with Facebook software engineer Alex Gorelik, learn how Facebook is implementing best-in-class privacy at scale without slowing down development. You’ll explore best practices for making data privacy everyone's responsibility, learn how to build processes, technical tools, and frameworks that support privacy work, and hear lessons learned while implementing privacy for billions of users. Recorded on March 11, 2021. See the original event page for resources for further learning or watch recordings of other past events . O'Reilly Meet the Expert explores emerging business and technology topics and ideas through a series of one-hour interactive events. You’ll engage in a live conversation with experts, sharing your questions and ideas while hearing their unique perspectives, insights, fears, and predictions.
    Note: Online resource; Title from title screen (viewed March 11, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 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.
    Note: Online resource; Title from title screen (viewed March 23, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801070386
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 13 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn modern JavaScript concepts such as let, const, forEach functions, fat arrow functions, and more About This Video Learn JavaScript fundamentals, especially if you’ve never written JavaScript code before Learn all the modern JavaScript concepts such as template literals, let, const, and more Put everything you learned to test by building an interactive project at the end of the course In Detail Despite the deluge of new coding languages over the years, JavaScript continues to dominate the web. The language is a staple in most of the front-ends; if not vanilla JavaScript, you won’t be surprised to find one of its derivatives on the next website you visit. This ubiquity makes JavaScript a sought-after skill. This course is designed to teach you that skill from scratch. You’ll begin by learning how to set up your coding playground and then gain some familiarity with the JavaScript syntax. Once you’ve gotten your hands dirty, you’ll discover how to store data in variables, comment out your code, and do more with your variables by learning about operators. Next, you’ll learn about data structures and conditional statements, further shoring up your JavaScript skills. By learning about the Document Object Model (The DOM), you will be able to change the elements of a webpage and add interactivity to it. You’ll also learn to work with strings and arrays, and then, to make your code concise, learn how to write your own functions. Toward the end of the course, you’ll work on a final project wherein you’ll get to use all these skills together. By completing this course, not only will you have a solid understanding of modern JavaScript language, you’ll also be able to use it to create engaging, interactive webpages.
    Note: Online resource; Title from title screen (viewed March 30, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : IT Governance Publishing | Boston, MA : Safari
    ISBN: 9781787782907
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 22 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn about ISO 27001 best practice and find out how to achieve compliance with the Standard at your own pace. This self-paced online course provides a complete introduction to the key elements required to achieve compliance, including: • Understanding management system documentation and the requirements of ISO 27001. • Planning, scoping, and communication throughout your ISO 27001 project. • The key steps involved in an ISO 27001 risk assessment. What does this training course cover? • An overview of available standards and management system documentation. • The benefits of ISMS certification. • An overview of ISO 27001 and its application. • Key elements of ISMS implementation project planning. • The core elements of an ISMS. • The key steps of an ISO 27001 risk assessment. • An overview of the ISO 27001 Annex A controls. Exam If you would like to purchase the exam please use the following link - https://www.itgovernance.co.uk/shop/product/certified-iso-27001-isms-foundation-cis-f-exam-voucher
    Note: Online resource; Title from title screen (viewed January 22, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801071949
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 31 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Make websites that look beautiful and work on any device types About This Video Learn CSS from the basics to build aesthetically pleasing web pages Learn advanced features in CSS such as animations and transitions Build responsive web pages that look amazing on any device In Detail In the first section of the course, we’ll learn about CSS syntax, how to style certain HTML elements using CSS selectors, changing the text on our page, using different colors, changing default link styling, adding background images, working with borders, changing heights and widths of elements, changing spacing with margins and paddings, and making parts of your page see-through. In the second section, we’ll apply everything we learned in CSS 101 and get our hands dirty with more advanced CSS. This includes understanding the display property, the box model, outlines versus borders, specific element positioning, advanced CSS selectors, pseudo selectors and pseudo-elements, transitions, animations, flexbox, and CSS grid. In the final section, we’ll learn about responsive web design. This is how we make websites look great on all devices, including phones, tablets, laptops, desktops, TVs, and more. We’ll also dive right into media queries and what mobile-first means and why it’s important. Then we’ll make images and video embeds responsive. And we’ll finish the course with a final project where you make a flexbox (or CSS grid) page layout and then transform it into a responsive website so that it looks amazing on smaller devices, such as a phone.
    Note: Online resource; Title from title screen (viewed March 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801075527
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 19 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Expose vulnerabilities of servers and applications and help developers create robust systems About This Video Learn the use of popular tools in ethical hacking Expose vulnerabilities in systems Identify and record security flaws and breaches In Detail Learn ethical hacking through Kali Linux, one of the leading computer security operating systems. In this course, you will learn how to gather information, detect vulnerabilities, and exploit them using tools in Kali Linux. This course will give you all of the tools that you need to be able to test your own servers and applications for vulnerabilities. Computer security is one of the fastest-growing fields in technology, and ethical hacking is one of the best skills to learn in the field. With a new attack being completed every 39 seconds, it is essential that security experts are equipped with the most powerful tools for the job. The tools in Kali Linux are commonly used by attackers and defenders to help secure their systems. Learning these tools will allow you to secure your system before the attackers get to it. You will learn how to exploit common vulnerabilities in Linux and Windows, as well as how to find common vulnerabilities in web apps such as command injections and SQL injections.
    Note: Online resource; Title from title screen (viewed March 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 15 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn some counter-intuitive ways to think about programming as a beginner. It is ok to feel stupid, it means you are on the right path! Topics include: * Failure is good * The goal of programming is to reduce complexity * Automation is a requirement * Continuously Improve your code * Embrace Automation and Monitoring
    Note: Online resource; Title from title screen (viewed April 17, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 56 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 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
    Note: Online resource; Title from title screen (viewed April 15, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 26 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to debug Python code quickly! Topics include: * Continuous Integration * Python Debugger: PDB * Debugging with print statements * Debugging with IPython * Using pylint and pytest to debug code
    Note: Online resource; Title from title screen (viewed April 14, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 38 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: As the scale of data continues to grow (alongside an ever expanding ecosystem of tools to work with it), developing successful applications is an increasingly challenging proposition—and a necessity. At each stage of the process, from architecting to processing and storing data to deployment, there are a range of aspects to consider. Things like scalability, consistency, reliability, efficiency, and maintainability. It can be hard to figure out the right way forward. In this event, you’ll gain insight into design and engineering best practices through interactive sessions and live coding demos. Join us to learn how to make the right decisions for your applications. 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 Learn how to build, scale, and test robust data pipelines Get an overview of next-generation technologies for developing underlying data architectures Explore design considerations to make your applications successful and reliable Understand how to ask the right questions when developing ethical data products This Superstream is for you if... You need to know the latest trends in data workflows, techniques, and tools. You want to improve the scalability, reliability, security, and maintainability of your applications. You want to better understand the systems you already use and the distributed systems on which modern databases are built. You want to learn the best ways to integrate data governance and ethical data practices into your applications. Prerequisites Come with your questions Have a pen and paper handy to capture notes, insights, and inspiration Recommended follow-up: Read Designing Data-Intensive Applications (book)
    Note: Online resource; Title from title screen (viewed May 4, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801077453
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 hr., 28 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Dive into the world of machine learning and create projects with real-world applications About This Video Build a face recognition application from scratch Prepare and train your data for your projects Learn real-world applications of your algorithms In Detail Machine learning is a field of computer science through which you can create complex models that perform multiple functions using mathematical input. Python is a popular choice to create machine learning models due to a plethora of libraries easily accessible. This course takes you through this impressive combination of Python and machine learning, teaching you the basics of machine learning to create your own projects. You’ll begin learning about different types of machine learning models and how to choose the relevant ones for your project. You’ll learn to optimize this model and apply performance metrics to track its performance. You’ll also learn topics like regression, classification, and clustering to improve the performance of your model. You’ll learn the basics of neural networks and use scikit-learn to perform calculations in your project. By the end of this course, you’ll have created a face recognition application using everything you’ve learned in this course.
    Note: Online resource; Title from title screen (viewed April 23, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 9 Hours of Video Instruction Hands-on approach to learning the probability and statistics underlying machine learning Overview Probability and Statistics for Machine Learning (Machine Learning Foundations) LiveLessons provides you with a functional, hands-on understanding of probability theory and statistical modeling, with a focus on machine learning applications. About the Instructor Jon Krohn is Chief Data Scientist at the machine learning company untapt. He authored the book Deep Learning Illustrated , an instant #1 bestseller that has been translated into six languages. Jon is renowned for his compelling lectures, which he offers in person at Columbia University and New York University, as well as online via O'Reilly, YouTube, and the SuperDataScience podcast. Jon holds a PhD from Oxford and has been publishing on machine learning in leading academic journals since 2010; his papers have been cited over a thousand times. Skill Level Intermediate Learn How To Understand the appropriate variable type and probability distribution for representing a given class of data Calculate all of the standard summary metrics for describing probability distributions, as well as the standard techniques for assessing the relationships between distributions Apply information theory to quantify the proportion of valuable signal that's present among the noise of a given probability distribution Hypothesize about and critically evaluate the inputs and outputs of machine learning algorithms using essential statistical tools such as the t -test, ANOVA, and R-squared Understand the fundamentals of both frequentist and Bayesian statistics, as well as appreciate when one of these approaches is appropriate for the problem you're solving Use historical data to predict the future using regression models that take advantage of frequentist statistical theory (for smaller data sets) and modern machine learning theory (for larger data sets), including why we may want to consider applying deep learning to a given problem Develop a deep understanding of what's going on beneath the hood of predictive statistical models and machine learning algorithms Who Should Take This Course You use high-level software libraries (e.g., scikit-learn, Keras, TensorFlow) to train or deploy machine learning algorithms and would now like to understand the fundamentals underlying the abstractions, enabling you to expand your capabilities You're a software developer who would lik...
    Note: Online resource; Title from title screen (viewed May 5, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 54 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Go is now over a decade old, but that doesn’t mean it’s showing its age. As open source projects across industries have adopted Go, the language has continued to grow and change to meet their needs. Recent and forthcoming additions to the language, such as generics and modules, will alter Go programming dramatically. What do these developments mean for adoption? (Why, for example, is Go the language chosen by so many CNCF projects?) And what features do expert Go developers see as the backbone of the future of programming? Join us to hear expert insight into how the Go language is changing open source development, what makes it right for so many open source projects, and how developers can use Go’s unique new features to build secure, reliable, and efficient applications. About the OSCON Superstream Series: Each day in the four-part OSCON Superstream Series covers a different programming language and its ecosystem, with unique sessions including keynotes from language luminaries, debates on controversial topics, and hands-on coding talks. And they’re packed with insights from innovators and the latest tools and technologies to help you stay ahead of it all. What you'll learn-and how you can apply it Learn how best to approach using generics in Go code Discover how to extend Go applications Understand techniques for working in someone else’s codebase Find out what to do when concurrency goes wrong in your Go applications This Superstream is for you because... You’re a Go developer who wants to learn how newer features such as generics will affect your code and applications. You’re a software developer interested in learning more about Go as a language for developing tools, web services, or working with distributed systems. You’re an engineer, developer, or DevOps specialist looking to understand how Go is shaping observability and container management. Prerequisites Come with your questions Have a pen and paper handy to capture notes, insights, and inspiration Recommended follow-up: Take Introduction to the Go Programming Language (live online training course with Jay McGavren) Explore Understand Go (expert playlist by Jay McGavren) Read Head First Go (book) Read Concurrency in Go (book) Read Learning Go (early release book) Read Cloud Native Go (early release book) Read The Go Programming Language (book) Play in the interactive Go Sandbox
    Note: Online resource; Title from title screen (viewed April 29, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801071833
    Language: English
    Pages: 1 online resource (1 video file, approximately 11 hr., 10 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 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.
    Note: Online resource; Title from title screen (viewed April 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 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...
    Note: Online resource; Title from title screen (viewed May 3, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 22 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 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
    Note: Online resource; Title from title screen (viewed April 27, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 40
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 18 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to use Google AutoML to build a computer vision prediction model via their Qwiklabs website. Later, compare Apple's CreateML with the same data set and build an AutoML prediction model that deploy to the edge. Topics include: * Google AutoML * Apple CreateML * Apple CoreML * Computer Vision * Cloud Computing * Single label image classification * Using AutoML as a prototyping Tool * Edge Computer Vision Models
    Note: Online resource; Title from title screen (viewed May 15, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 41
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801812603
    Language: English
    Pages: 1 online resource (1 video file, approximately 47 hr., 31 min.)
    Edition: 2nd edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Learn React.js, Hooks, Redux, React Routing, Animations, Next.js, and way more! About This Video Learn all the core basics: how React works, building components and UIs with React Provide amazing user experiences by leveraging the power of JavaScript with ease Tons of examples and demo projects In Detail React.js is the most popular JavaScript library you can use and learn these days to build modern, reactive user interfaces for the web. This course will teach you React.js in a practice-oriented way, using all the latest patterns and best practices you need. You will learn all the key fundamentals as well as advanced concepts and related topics to turn you into a React.js developer. This is a huge course because it really covers EVERYTHING you need to know and learn to become a React.js developer! No matter if you know nothing about React or if you already have some basic React knowledge (not required but also not a problem); you will get tons of useful information and knowledge out of this course. The goal of this course is to ensure that you feel confident working with React so that you can apply for React jobs, use it in your own projects, or simply enhance your portfolio as a developer; whatever your goal is, this course gets you there! By the end of this course, you will become a React.js developer.
    Note: Online resource; Title from title screen (viewed May 31, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Welcome to O’Reilly online learning—and on-demand access to a world of answers. Check out these quick videos to learn about the features and unique content you should explore first
    Note: Online resource; Title from title screen (viewed May 8, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 43
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801078863
    Language: English
    Pages: 1 online resource (1 video file, approximately 15 hr., 35 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Build a real-world resort booking website using Blazor Server, Blazor WASM, and .NET 5(.NET Core) API and deploy it on Azure About This Video Create .NET API and consume it in the Blazor application Build a real-world application using Blazor Deploy .NET API, Blazor WASM, and server to Azure In Detail Blazor is an exciting new part of .NET Core (.NET 5) designed to build rich web user interfaces in C#. This course will help developers transition from building basic sample apps to implementing more real-world concepts, design patterns, and features. This course will provide you with a complete real-world scenario with Blazor, which will make you face many challenges and solve those issues as we proceed with the course. This course covers everything there is to Blazor, right from Blazor Server to Blazor WASM applications that consume .NET 5 API. By the end of the course, you will become an expert and will be able to build your own website using Blazor Server, Blazor WASM, and .NET 5(.NET Core) API and deploy to Azure. We will be using the latest .NET 5 for this course along with Entity Framework Core and Stripe for payment processing.
    Note: Online resource; Title from title screen (viewed April 30, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 44
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 24 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to use AWS App Runner to do an MLOps workflow that deploys a Flask Microservice that running sklearn. This tutorial walks you through how to deploy code from the O'Reilly book Practical MLOps using the AWS App Runner Service. Topics include: * MLOps * AWS App Runner * Container as a Service * Python * Flask * Microservice * Sklearn * Machine Learning Engineering
    Note: Online resource; Title from title screen (viewed May 23, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 45
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801075725
    Language: English
    Pages: 1 online resource (1 video file, approximately 12 hr., 59 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Hands-on course from scratch to learn programming in Python and enhancing it to make Python-based websites with Django look beautiful. About This Video Project on rock, paper, scissors written in Python; you’ll play against the computer Project on a Pokémon character lookup tool using an API and on a banking application Project on an Instagram and Twitter clone written in Django In Detail Python is a most popular programming language in the world. Pretty much everybody is using Python these days. Google, Netflix, Facebook, your local web development shop. It makes sense to learn Python because there’s a lot of demand for it. Many organizations from NASA, Google, and Mozilla, to huge websites such as Pinterest, Instagram, Dropbox, and Disqus, use the Python framework for their website designing. So why should you learn Django? Because there's a huge demand for it and it's incredibly popular, powerful, and secure. This course starts with introducing you to the basics of the Python language and helping you with setting up the environment necessary to work with Python. Then, you will move ahead with gaining intermediate-level knowledge on Python accompanied by a project to give you a better understanding of things learned so far. After that, you'll gain advanced-level Python concepts like OOP (Object Oriented Programming) and many others. Following that, you'll learn Django basics, along with setting up its environment. Followed by working on the intermediate-level Django project and finally, making your posts look nice with Tailwind CSS. By the end of this course, you will be able to write codes in Python and Django to help beautify your websites.
    Note: Online resource; Title from title screen (viewed June 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 46
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801074247
    Language: English
    Pages: 1 online resource (1 video file, approximately 14 hr., 42 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: 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.
    Note: Online resource; Title from title screen (viewed June 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 47
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 27 hr., 59 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 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 ...
    Note: Online resource; Title from title screen (viewed June 17, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson IT Certification | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 24 hr., 5 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: PMP Certification Complete Video Course and Practice Test Introduction PMP Certification Complete Video Course and Practice Test: Introduction Lesson 1: Getting Prepared for the PMP® Exam Introduction of Lesson 1.1 Class Overview 1.2 Understanding Common Reasons for Failing the PMP® exam 1.3 Completing the PMP® Application 1.4 Choosing Where to Take the Exam 1.5 Learning the PMP® Exam Content 1.6 Types of Exam Questions 1.7 Taking the PMP® Exam - Tips and Pointers Lesson 2: Learning Foundational Concepts Learning Objectives 2.1 Defining a Project 2.2 Defining Project Management 2.3 Projects vs. Operations 2.4 Programs and Portfolios 2.5 Project Management Office (PMO) V2 2.6 Talent Triangle and the Three Domains 2.6 Talent Triangle and the Three Domains v2 2.7 Life Cycles 2.8 Development Life Cycles 2.9 Agile Life Cycle and Agile Manifesto 2.10 Project Constraints 2.11 Structures of Organizations 2.12 Enterprise Environmental Factors (EEFs) and Organizational Process Assets (OPAs) 2.13 Roles on a Project 2.14 Introduction to the PMBOK® Guide - Sixth Edition Lesson 3: Project Integration Management Learning Objectives 3.1 Introduction to Integration Management 3.2 The PMBOK® Guide Processes in Integration Management 3.3 ITTOs of Integration Management 3.4 ITTOs Create Project Management Plan 3.5 ITTOs Direct and Manage Project Work 3.6 ITTOs Manage Project Knowledge 3.7 ITTOs Monitor and Control Project Work 3.8 ITTOs Perform Integrated Change Control 3.9 ITTOs Close Project or Phase 3.10 Creating the Project Charter 3.11 The Business Case and Benefits Management Plan 3.12 Considerations for Creating the Project Charter 3.13 Agile Ceremonies 3.14 Creating the Project Management Plan 3.15 Executing the Project to Deliver Business Value 3.16 Work Performance Data, Information and Reports 3.17 Ensure Knowledge Transfer for Project Continuity 3.18 Monitoring and Controlling the Project 3.19 Types of Work Performance Reports 3.20 Change Management and Configuration Management 3.21 Following the Change Control Process 3.22 Closing the Project, Phase or Iteration Lesson 4: Project Scope Management Learning Objectives 4.1 Introduction to Scope Management ` 4.2 Product Scope vs. Project Scope 4.3 The PMBOK® Guide Processes in Scope Management 4.4 ITTOs of Scope Management 4.5 Scope Management Plan 4.6 Requirements Management Plan 4.7 Requirements Documentation and Requirements Traceability Matrix 4.8 Requirements Elicitation Techniques 4.9 Project Scope...
    Note: Online resource; Title from title screen (viewed June 22, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 49
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 15 min.)
    Edition: 2nd edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Sneak Peek The Sneak Peek program provides early access to Pearson video products and is exclusively available to Safari subscribers. Content for titles in this program is made available throughout the development cycle, so products may not be complete, edited, or finalized, including video post-production editing. Git Essentials, 2nd Edition
    Note: Online resource; Title from title screen (viewed July 8, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 50
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 15 hr., 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Overview This course contains virtually all in-demand skills for a front-end development job with more than 18 hours of video learning. Prerequisites * Basic knowledge of how programming works * Some experience with the command line (not required) * Basic knowledge of HTML, CSS, and JavaScript * Should have a strong grasp of basic programming concepts, such as variables, arrays, control flow, and so on Description 18 Hours of Video Instruction Front-end Master Class video training is based on four video courses that cover all you need for a front-end development job. With more than 300,000 online learners, instructor Shaun Wassell offers a modern, full-fledged introduction to JavaScript, React, Angular, and jQuery. This master class includes the following courses: * Learn JavaScript * Learn jQuery Essentials * Learn React for Modern Web Applications * Learn Angular for Modern Web Applications Learn JavaScript LiveLessons gives first-time JavaScript users what they need to become successful developers. Instructor Shaun Wassell offers a modern, full-fledged introduction to JavaScript. In particular, the viewer learns the modern syntax of JavaScript: ES6. Shaun delivers step-by-step guidance that will take the learner from the basic syntax and concepts of JavaScript, all the way through the more advanced concepts that are covered in technical interviews. JavaScript has become the common tongue of the software development world, making it possible for a single developer with a single programming language to build programs that only a few years ago would have required an entire department. React, Angular, and Vue are great if you have several months to learn and integrate them! But in many use cases, simplicity wins, and that's where jQuery comes in. jQuery is a time-tested tool for making web pages interactive by providing a straightforward way to build huge, intricate web applications with millions of users and learn an entire front-end framework. In Learn jQuery Essentials LiveLessons the viewer learns how to create interactive, performant websites without a framework, such as how to query and manipulate web page content. Shaun shows you how jQuery can help you handle web page events such as clicks, typing, and more in an easy, intuitive way. React is an extremely popular tool for creating websites, and it is sort of a halfway point between creating a site using a drag-and-drop editor, such as WordPress and Squarespace, and coding a site line by...
    Note: Online resource; Title from title screen (viewed June 17, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 51
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 25 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: One of the most consistent challenges for ML engineers is how to move from model to production. Join us for a day of sessions dedicated to making the most of AI in your company. You’ll learn about everything from scaling to deployment and from pipeline to model decay—straight from our experts. About the AI Superstream Series: This four-part series of half-day online events is packed with insights from some of the brightest minds in AI. You’ll get a deeper understanding of the latest tools and technologies that can help keep your organization competitive, and learn to leverage AI to drive real business results. What you'll learn-and how you can apply it Understand how MLOps can help you evolve from manually building models Learn how to use PyTorch to effectively deploy and scale your AI models Explore design patterns that will help you tackle problems that frequently crop up during the ML process This Superstream is for you because... You want to learn more about moving machine learning from model to production. You want to better understand MLOps. You’re interested in improving your skills in scaling, model monitoring, and deployment. Prerequisites Come with your questions Have a pen and paper handy to capture notes, insights, and inspiration
    Note: Online resource; Title from title screen (viewed March 17, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 52
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 44 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Zero to One: AWS Lambda with SAM and Python in One Hour. Learn to use AWS Cloud9 to develop serverless applications with Python and SAM (Serverless Application Model) Topics include: * Building a Lambda inside of Cloud9 * Deploying a containerized service to Amazon ECR and AWS Lambda * Invoking API Gateway based AWS Lambda services using sam invoke and AWS Cloud9
    Note: Online resource; Title from title screen (viewed April 3, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 53
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 21 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to build Machine Learning solutions without writing any code with CreateML from Apple. Topics include: * Computer Vision * Image Classification * OS X * Apple * Core ML
    Note: Online resource; Title from title screen (viewed April 22, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson IT Certification | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 22 hr., 3 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 21+ Hours of Video Instruction Overview CCNP Data Center ACI Implementation DCACI 300-620 (DCACI) Complete Video Course is a unique video course that provides a solid understanding of ACI Data Center technologies as well as the CCNP Data Center DCACI exam. This complete video course is a comprehensive guide for individuals who are pursuing the Cisco CCNP Data Center certification with a focus on ACI. Beyond preparing viewers for exam success, this course has also been organized for networking professionals who want to learn the skills necessary for designing, configuring, and troubleshooting data center networks using Cisco ACI. This course does assume CCNA-level knowledge. The course is presented by Ammar Ahmadi, who has been working with ACI fabrics for almost a decade. Ammar provides demonstrations and walk-throughs while imparting all information necessary for exam success. Topics include Module 1: From Introduction to Initialization Module 2: ACI Fundamentals Module 3: External Connectivity Module 4: Integrations Module 5: Management and Monitoring Module 6: ACI Anywhere Module 7: Exam Preparation and Continuous Learning About the Instructor Ammar Ahmadi, CCIE DC No. 50928 , has more than 8 years of experience in data center design, implementation, optimization, and troubleshooting. He currently consults for Cisco Gold partner AHEAD LLC, where he has been designing and supporting large-scale ACI fabrics since the early days of ACI. Occasionally, he breaks from design work to produce network modernization roadmaps or demonstrate the possibilities of software-defined networking (SDN) to customers. Ammar also owns and operates Networks Reimagined LLC, which focuses on SDN enablement and training. He can be reached at ammar.ahmadinetworksreimagined.com. Skill Level Beginner/Intermediate Learn How To Prepare for the DCACI 300-620 Certification Exam Deploy and manage the Cisco Nexus 9000 series switches in Cisco Application Centric Infrastructure (Cisco ACI) mode Configure and manage Cisco Nexus 9000 series switches in ACI mode Connect the Cisco ACI fabric to external networks and services Navigate the fundamentals of Virtual Machine Manager (VMM) integration Implement key capabilities such as fabric discover, policies, connectivity, VMM integration, and more Who Should Take This Course This Complete Video Course (CVC) serves as a comprehensive guide for individuals who are pursuing the Cisco CCNP Data Center certificatio...
    Note: Online resource; Title from title screen (viewed June 30, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 55
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 13 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Zero to One: Data Science to MLOps in One Hour. Learn to frame a problem, then convert it into a data science project and present it to stakeholders. Later, move that prediction system to producting using MLOps Topics include: * Big Tech Misinformation and what can be done about it using Data Science. * Doing MLOps with sklearn and Flask by creating Microservices * Using sklearn, pandas, plotly, matplotlib, KMeans clustering, ELI5, shap and other libraries * Putting code into production using the Python MLOps Cookbook found here: https://github.com/noahgift/data-story-telling
    Note: Online resource; Title from title screen (viewed March 20, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 45 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Enhance testing Python projects by adding Tox, a testing management tool that can easily create test matrices. In this video course, learn how to use different functional test strategies and expand basic unit testing by combining different software versions. Topics include: * Use Pytest for fast verification of unit tests * Detect missing dependencies that can get packaged and released even when tests are passing * Build a test matrix by adding factors and combinatorial versions by leveraging Tox to avoid boilerplate configuration * Use different Python versions to test the same code
    Note: Online resource; Title from title screen (viewed March 18, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801071338
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 0 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Build and understand a full programming language semantics. About This Video Learn about basic expressions and variables in interpreters Learn about functions and functional programming Learn about object-oriented programming In Detail How do programming languages work under the hood? What's the difference between compiler and interpreter? What is a virtual machine and JIT-compiler? And what about the difference between functional and imperative programming? There are so many questions when it comes to implementing a programming language! In this course, we will learn about compilers and AST interpreters and virtual machines. We will further explore basic expressions and variables in interpreters and learn about variables and environments. We will also explore built-in and native functions, user-defined functions, and call stack and recursive calls. Lastly, we will learn about OOP, class inheritance, and code isolation. By the end of the course, we will implement a full AST interpreter for our programming language.
    Note: Online resource; Title from title screen (viewed April 22, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 58
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 32 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: What is an SBOM (Software Bill Of Materials) and why should you care? An SBOM is a critical cybersecurity component to keep track and catalog what is installed (and at what versions) in production environments. With recent cybersecurity threats, SBOMs play an important role to implement a remediation strategy when threats and vulnerabilities are reported. Without an SBOM, it is borderline impossible to detect what exactly is released into production, and what may be vulnerable today. Topics include: * Understand the concepts behind an SBOM * Create an SBOM and use different output formats like CycloneDX to import into other systems * Use an SBOM to detect CVE and other vulnerabilities associated with installed software * Capture information about pre-installed system dependencies and nested dependencies * Use CycloneDX and other machine-readable formats like JSON to import outputs into other systems A few resources that are helpful if you are trying to get started with SBOMs, generating them and using them to capture vulnerabilities: * A simple, user-friendly SBOM generator: Syft * A fast vulnerability matcher that uses SBOMs as input: Grype * The CycloneDX format
    Note: Online resource; Title from title screen (viewed May 18, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 59
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 59 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: The Go programming language is becoming more popular these days with cloud-native applications and the Kubernetes ecosystem. If you are coming from Python, you will find yourself surprised to see similar patterns, while at the same time see some things that are missing or plain impossible with Go. In this course, I will introduce you to some of the basics of Golang from a Python perspective, so that you can reduce the friction trying to learn it. Topics include: * Packages, imports and variable definitions * From lists to arrays and slices * From Python dictionaries to Go maps * Looping on data structures, retrieving and adding values or items * Error handling, and the surprising fact that there aren't any tracebacks or exceptions in Go A few resources that are helpful if you are trying to learn Go, some of them covered in the course: * Visual Studio Code for Go * The Go playground * An (interactive) tour of Go
    Note: Online resource; Title from title screen (viewed May 5, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 60
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 14 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to think like a Venture Capitalist about your career and design for failure. Topics include: * Cost of Living * Open Source Software * Investments * Designing your 1-3 year experiences * Being proactive vs reactive
    Note: Online resource; Title from title screen (viewed April 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800568556
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 47 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Discover how to ace the JavaScript coding interview About This Video Discover 100 algorithm problems and their solutions Speed up your problem-solving ability Prepare you for technical interviews In Detail Technical interviews help recruiters filter great developers, or at least that is how the industry sees it. This course will help you understand what to expect in a technical interview round and how to prepare for it. With the help of 100 algorithm problems and solutions, you'll improve your speed and enhance your problem-solving ability in an enjoyable way. The course covers some of the most common interview questions asked by companies like Google, Facebook, Uber, and Amazon. By the end of the course, you'll have grasped higher-order functions in JavaScript, understood the basics of TypeScript, and solved a 100 algorithm portfolio item and be ready to ace your JavaScript technical interview.
    Note: Online resource; Title from title screen (viewed March 24, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484271278
    Language: English
    Pages: 1 online resource (1 video file, approximately 35 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Create a simple chat app for iOS using the Multipeer Connectivity framework. Multipeer Connectivity is an important development in the latest iOS. Using this framework, you’ll provide users an interactive way to communicate and exchange data between each other. You'll see how to set one of the users as the host, and allow other users to join the hosted chat. Then each participant will be able to send a message in a shared room between all of the users. You’ll achieve this by implementing the Multipeer Connectivity framework, setting up the room protocols, and creating pathways for the exchange of data with users in the room. Learn how to create multi-screen apps; save simple data, such as a person’s screen name, indefinitely; and add a few storyboard elements, such as buttons and textfields. Finally, this video gives you a skeleton for creating other apps, such as a multiplayer game linked between different devices. What You Will Learn Create basic Xcode projects for iOS Implement the Multipeer Connectivity framework Create host and guest functionality and exchange data between devices Who This Video Is For Developers with more advanced skills in Xcode and Swift.
    Note: Online resource; Title from title screen (viewed May 5, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 63
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801075107
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 31 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 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.
    Note: Online resource; Title from title screen (viewed April 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801075282
    Language: English
    Pages: 1 online resource (1 video file, approximately 28 hr., 51 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn machine learning and data analysis from scratch with R About This Video Learn data extraction and web scraping Learn to build custom data solutions Learn automating dynamic report generation In Detail The course covers practical issues in statistical computing that include programming in R, reading data into R, accessing R packages, writing R functions, debugging, profiling R code, and organizing and commenting on R code. Blending practical work with solid theoretical training, we take you from the basics of R programming to mastery. We understand that theory is important to build a solid foundation, we also understand that theory alone isn’t going to get the job done so that’s why this course is packed with practical hands-on examples that you can follow step by step. Even if you already have some coding experience, or want to learn about the advanced features of the R programming language, this course is for you! R coding experience is either required or recommended in job postings for data scientists, machine learning engineers, big data engineers, IT specialists, database developers, and much more. Adding R coding language skills to your resume will help you in any one of these data specializations requiring mastery of statistical techniques. By the end of the course, you’ll be a professional data scientist with R and confidently apply for jobs and will feel good knowing that you have the skills and knowledge to back it up.
    Note: Online resource; Title from title screen (viewed April 27, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 65
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801071956
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 2 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Learn how to build a RESTful API using ASP.Net Core API, Entity Framework, Enterprise-grade practices for a scalable and future-proofed Web API solution. About This Video Build a fully data-driven REST Web API using cutting edge technology Deploy application and database on-premises with Internet Information Systems and SQL Server Learn Enterprise-level design patterns and troubleshoot and fix practical errors In Detail Microsoft .NET is the platform that drives the business technology of many of the top corporations in the United States and many other countries. It is the predominant technology used to drive enterprise-scale business technology. There is a high demand across the world for .NET developers in a variety of industries. This course also features web API development, and the ability to design and maintain an API is an important toolset for the modern web developer. This course will help you build a fully data-driven REST Web API using cutting-edge technology. You will test and troubleshoot using Postman, create a database using Entity Framework Core, set up logging using SeriLog, learn about dependency injection, and API documentation using SwaggerUI. You will understand the REST design principles and authentication using JWT, understand how to use data transfer objects and AutoMapper, manage packages with NuGet Manager, and set up GitHub for source control. Finally, you’ll deploy applications and databases on-premises with Internet Information Systems, Microsoft SQL Server, and Microsoft Azure. By the end, you’ll switch around to Visual Studio for your coding exercise because of hands-on expertise in examining logic and syntax errors throughout. This will put your newly learned skills to practical use and impress your boss and coworkers.
    Note: Online resource; Title from title screen (viewed May 24, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801075763
    Language: English
    Pages: 1 online resource (1 video file, approximately 15 hr., 38 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Your one-way stop to learning basic and advanced Microsoft Excel 2019 skills About This Video Gain a solid understanding of Microsoft Excel 2019 Uncover amazing Microsoft Excel suite techniques and shortcuts to make your job easy Learn how to add life to your Excel spreadsheets by creating stunning charts and graphs In Detail Everyone knows that the Microsoft Office suite is used by millions worldwide. Unlocking its full potential and learning it thoroughly will improve your productivity drastically. This course will help you grasp all the essential and advanced skills for Microsoft Excel 2019 with the help of interesting activities. We’ll start with the basic topics and see what’s new in Excel 2019. Then we will create workbooks; enter data into; explore page setup and print options; work with rows, columns, and cells; learn how the Cut, Copy, and Paste option works; understand functions and formulas; and also get introduced to PivotTables, logical, and lookup formulas. After this, we will move towards advanced concepts such as lookup and advanced lookup functions, financial functions including calculating interest and depreciation, statistical functions, learning how to connect to other workbooks and datasets outside of Excel, and creating awesome visualizations using sparklines and data bars. We’ll also cover some advanced charts such as Surface, Radar, Bubble, and Stock Charts. By the end of this course, you’ll become proficient in using Microsoft Excel for your professional and personal needs.
    Note: Online resource; Title from title screen (viewed March 27, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801070546
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 14 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 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.
    Note: Online resource; Title from title screen (viewed May 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 68
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: It seems like everyone is selling “observability” these days. And companies are buying! But for many software organizations, the cost of observability is growing much more quickly than the benefits it delivers. In this Meet the Expert, Ben Sigelman draws on his experiences building out the core observability functions at Google, cocreating and shepherding both OpenTelemetry and OpenTracing. Working in the field as Lightstep’s founder and CEO, Ben examines why the current ROI for observability is lacking. You’ll learn the critical distinction between observability and telemetry, explore the fundamental cost structures underlying each, and discover how to reframe observability to make some of the most powerful and transformative benefits accessible to the entire organization—not just the experts. Recorded on May 25, 2021. See the original event page for resources for further learning or watch recordings of other past events . O'Reilly Meet the Expert explores emerging business and technology topics and ideas through a series of one-hour interactive events. You’ll engage in a live conversation with experts, sharing your questions and ideas while hearing their unique perspectives, insights, fears, and predictions.
    Note: Online resource; Title from title screen (viewed May 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 69
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 14 hr., 4 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Overview Continuous Compliance, Encryption, and Security on AWS is a series of video courses that will help you use AWS services to define compliance and encryption as code, and to create an end-to-end continuous security solution. These services include AWS Config Rules, Amazon EventBridge Rules, AWS CloudFormation, AWS CodePipeline, AWS Lambda, AWS Key Management Service, AWS CodeCommit, AWS CodeBuild, AWS Step Functions, AWS Organizations, AWS Security Hub, Amazon GuardDuty, Amazon Inspector, AWS Secrets Manager, Amazon VPC, Amazon Macie, AWS Audit Manager, and many others. You will learn how to use a combination of these tools to prevent, detect, encrypt, and remediate noncompliant resources in your software systems. The videos in this series will also help you apply design principles for security and build continuous security solutions. Paul Duvall has multiple AWS certifications including AWS Certified Security - Specialty. He has architected, implemented, and managed software and systems solutions for more than 20 years. Throughout the series, you will have the opportunity to work along with Paul as he demonstrates how to automate the provisioning, encryption and security of these services, and how to include them as part of a deployment pipeline using AWS CloudFormation and AWS CodePipeline. Courses include Continuous Compliance on AWS (The DevSecOps on AWS Series) LiveLessons (Video Training) Continuous Encryption on AWS (The DevSecOps on AWS Series) LiveLessons (Video Training) Continuous Security on AWS (The DevSecOps on AWS Series) LiveLessons (Video Training) Skill Level Intermediate to Advanced Learn How To Apply key compliance, encryption, and security concepts on AWS. Use AWS services and tools to automate compliance, encryption, and security into your software delivery process. Who Should Take This Course Software developers and security and compliance professionals who want to integrate compliance, encryption, and security into every facet of the software development and delivery process. Professionals with a working knowledge of AWS and programming experience who want to make compliance, encryption, and security ubiquitous across their systems. Course Requirements Working knowledge of AWS (for example, 1-2+ years working with AWS). Knowledge of AWS CloudFormation. Practical experience with high-level programming experience, such as Python, Java, Node.js, etc. is helpful. About the Author Paul Duvall was a founder and CTO of ...
    Note: Online resource; Title from title screen (viewed June 8, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 70
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801079112
    Language: English
    Pages: 1 online resource (1 video file, approximately 11 hr., 8 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: A premium training course to teach you all about Vue 3, especially designed for beginners to help build various user interfaces. About This Video 4 projects—personal portfolio/blog project, countdown app, dashboard app, and creative cards app Source code at each stage to get you going without any hassle Beginner-friendly course In Detail Vue is a JavaScript framework to build user interfaces and single-page applications. This course is focused on the latest version of Vue 3, its important features, and working on 4 projects to implement the skills learned. Personal portfolio/blog project: This project strips away the complexities/build tools and focuses purely on Vue.js. Taking a simple HTML file, we add the Vue library to not only learn the core features but also to see how easily we can add it to an existing website. Countdown app: Once you have a solid grounding, it is time for project 2. This is an event countdown app that introduces you to a more sophisticated setup using the Vue CLI. While building the project, you will learn so much more, including watchers, computed properties, forms, conditional rendering, and teleport, to name a few. Dashboard app: Project 3 is a dashboard application with multiple pages, making use of dynamic components. We will discover different ways of passing data in Vue.js, including provide/inject and the different types of slots available. Creative cards app: The last project is a card editing application. You will begin with a library of greeting cards the user can select, and then once chosen, an edit screen will allow the user to edit the text, images, and overall styling as well. This project will introduce the new Vue 3 Composition API, how to organize your code into reusable files, routing, lazy loading, cloud functions, image uploading, and using a database. By the end of this course, you will have already built 4 projects and learned all of the essential Vue skills, along with the new Vue.js 3 features and syntax.
    Note: Online resource; Title from title screen (viewed June 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 71
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801813709
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 16 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Master the basics to use Git effectively About This Video Explore how Git and GitHub work, along with their basic features Learn how to manage commits, branches, merging, and objects in GitHub and Git Perform basic operations such as committing changes, pushing to the remote, and merging branches In Detail This course is designed to guide you through working with Git and GitHub. You will start by learning how to install Git and initialize a new Git repository on Windows, Mac, and Linux/Unix systems and then understand how to use it on the command line. Next, you will learn the four types of objects in Git: blobs, trees, commits, and annotated tags. Each object has a unique SHA1 hash. All objects are stored in the folders. Every object has just a single reference to it-SHA1 hash. Files are stored in blobs. Filenames are stored in other Git objects called trees. The videos will guide you through making changes, staging them, and committing them afterward. Also, you will learn and practice how to observe commits tree and checkout different commits to “travel in time” between different states of the Git repository. By the end of this course, you will be well-versed with the basics of Git and GitHub.
    Note: Online resource; Title from title screen (viewed June 29, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801074360
    Language: English
    Pages: 1 online resource (1 video file, approximately 21 hr., 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Do more with the G Suite applications with the power of scripting About This Video Loaded with 100+ Google Apps Script code examples Build add-ons to extend Google Docs, Sheets, Slides, and Forms Learn to publish web apps—either standalone or embedded in Google sites In Detail Google Apps Script is a rapid application development platform that makes it fast and easy to integrate business applications with Google Workspace. This is a complete hands-on course, loaded with 100s of Google Apps Script coding examples to do amazing things with Google G Suite and sample projects to create advanced functionality with Google apps and Google services. Boost workflow efficiency when working with Google Workspace by automating or streamlining tasks and connect to non-Google services within Google Workspace applications, allowing us to retrieve or upload data from those services into and from Google Workspace. Explore how to deploy your Apps Script project as an add-on extending Google Workspace. In this course, we will explore how to create and release functionalities within our G Suite apps. We’ll add custom menus, dialogs, and sidebars to Google Docs, Sheets, and Forms; publish web apps—either standalone or embedded in Google sites; create customized user interfaces that are directly integrated into Google Workspace applications. By the end of this course, you will become an expert in Google Apps Script.
    Note: Online resource; Title from title screen (viewed June 24, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 73
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801817530
    Language: English
    Pages: 1 online resource (1 video file, approximately 15 hr., 56 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Build your programming and electronics skills with the complete Arduino course for beginners About This Video A practical and multiple projects-based course designed for complete beginner Covers all the necessary concepts to code proficiently required to work with Arduino The necessary skills and knowledge to design and build your own Arduino projects from scratch In Detail This course, by best-selling Arduino author, Mike McRoberts, will take you from complete beginner to the confident and competent coder and electronics circuit builder. Even if you have never coded before or built a circuit, you will be guided through each carefully crafted lesson until you have the skills and knowledge to go it alone and bring your very own creations to life. Brand new for 2021 with new and updated content. This course comprises multiple projects, specifically designed to take you from a complete beginner to a capable and confident Arduino coder. You will start off with a tour of the Arduino board and what it is capable of, then you will learn the essential fundamental skills required to understand the C programming language that the Arduino uses. Next, an introduction to electronic fundamentals, then you will dive right into the step-by-step learning projects that have been carefully designed to start you off gently and introduce more coding and electronics concepts as you work your way through the curriculum. By the end of this course, you will have all the necessary skills to enable you to design from scratch and code your very own projects.
    Note: Online resource; Title from title screen (viewed July 29, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 74
    Language: English
    Pages: 1 online resource (1 video file, approximately 56 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Sponsored by F5 Tight budgets, growing cybersecurity concerns, and the challenge of maintaining legacy applications and infrastructures are overloading traditional IT resources in federal agencies. As a result, the legacy applications these agencies have relied on to support their missions and operations can no longer fully support the business requirements of innovation, agility, and efficiency. Something has to change, but what are the best ways forward? Join us for this edition of Meet the Expert with Stephen Hillier and Paul Deakin, IT experts with deep experience working with federal governments. They’ll discuss the latest app modernization trends—and how government agencies might put some of them into practice. You’ll learn how agencies are taking new approaches related to the migration of legacy application (optimizing container management and automating app delivery, for instance); gain practical advice on how to best integrate new functionality (like how to best manage and secure APIs in modern digital experiences); and explore the latest security methodologies and processes associated with evolving app development and modernization vulnerabilities (in other words, DevSecOps). What you’ll learn and how you can apply it Understand how to best approach migrating your legacy applications to modern infrastructure Learn how to integrate new functionality, like managing and securing APIs Explore the latest security methodologies and processes This course is for you because… You want to better understand how to address legacy applications that can no longer support your business requirements. You want to learn about the fundamental shifts that are transforming the business landscape and customer needs. Recommended follow-up: Read Software Engineering at Google (book) Read Seriously Good Software (book)
    Note: Online resource; Title from title screen (viewed July 22, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 75
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801811422
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 28 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Master real-time stream processing microservices with Kafka Streams and Spring cloud streams. About This Video Explore Kafka Streams with JSON, AVRO, and other custom serialization Learn Kafka architecture and programming with Kafka Streams API Understand how to build applications using Spring Boot with streaming data In Detail Kafka Streams with Spring Cloud Streams will help you understand stream processing in general and apply it to Kafka Streams Programming using Spring Boot. This course uses the Kafka Streams library compatible with Spring Cloud 2020. All the source code and examples used in this course have been tested by the author on Confluent Platform 6.0.0, which is compatible with Apache Kafka 2.6 open-source distribution. This is a fully example-driven course, and you will be working with multiple examples during the entire session. We will be making extensive use of IntelliJ IDEA as the preferred development IDE and Apache Maven and Gradle as the preferred build tool. However, based on your prior experience, you should be able to work with any other IDE designed for Spring application development and any other build tool designed for Java applications. This course also makes use of Log4J2 to teach you industry-standard log implementation in your application. We will be using JUnit5, which is the latest version of JUnit, to implement unit test cases. Working examples and exercises are the most critical tool to sharpen your skills. This course consists of some programming assignments as and when appropriate. These exercises will help you validate and check your concepts and apply your learning to solve programming problems.
    Note: Online resource; Title from title screen (viewed July 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 76
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803232447
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 50 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn about cloud and cloud models and see what Gartner has to say about cloud providers. About This Video Learn the cloud models and evolution of cloud Learn about managing Azure with CLI Explore the five key characteristics of cloud computing In Detail This course is designed to clear up the many misunderstandings about cloud computing and to give you a crystal clear and easy-to-understand explanation of exactly what it is, how it works, the different options available, the advantages provided, and how much it’s going to cost. We will have practical examples that you can follow along yourself, so you’ll understand exactly how cloud computing works in the real world. We will start off with a review in Module 1 of the traditional deployment models of On Premises and Colo so you can understand how cloud changes things, then explain how server virtualization revolutionized data center design and paved the way for the cloud. You will also understand cloud computing by listing the essential characteristics of cloud services. You’ll learn about the cloud service models of IaaS, PaaS, and SaaS. The cloud deployment models of public cloud, private cloud, hybrid cloud, and community cloud are also covered.
    Note: Online resource; Title from title screen (viewed July 30, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 77
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801815611
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 3 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Primavera P6 Version 8 to Version 20, this module explains the differences between the versions About This Video Workshop on 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.
    Note: Online resource; Title from title screen (viewed July 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801813235
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 hr., 24 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Learn Tableau and crack the Tableau Desktop Certified Associate Exam with detailed video tutorials, exam notes PDF, tips and tricks, and a full practice test along with solutions. About This Video Learn Tableau from scratch to ace the Tableau Desktop Certified Associate exam Study guide PDF provided to revise the concepts Exam tips and tricks with a dedicated section for exam tips In Detail This course is designed by considering the fact that you are an absolute beginner, and you’ll be taught even the most basic concepts in Tableau from scratch so that after completing this course, you will be able to create rich visualizations easily and confidently. It will help you prepare and clear your Tableau Desktop Certified Associate exam. In this course, you will find practice tests designed by keeping the current exam format in mind; you will find similar kinds of questions in the exam. We will also show you how to solve the questions in a faster way and all the detailed solutions are provided for the hands-on questions. This course starts with the basic concepts of Tableau to refresh your knowledge. Then, you will look at field and chart types, and how to organize and simplify data. You will then move on to execute calculations, mapping, and analytics. After that, dashboards and data connection will be covered. Following that, you will go through exam tips and tricks. Finally, you will be looking at some practice tests to reinforce your learning. By the end of this course, you will be able to create rich visualizations easily and confidently, and you will be ready to ace your Tableau Desktop Certified Associate exam.
    Note: Online resource; Title from title screen (viewed July 30, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484271520
    Language: English
    Pages: 1 online resource (1 video file, approximately 53 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to avoid bad programming practices that create low-quality code that is difficult to maintain or test, and exhibits properties such as brittleness, low comprehensibility, and high defect density. This video takes a humorous slant on the typical programming practice manual by reversing the usual approach. Its approach is to jokingly assume that you wish to be an agent of chaos and sneak bad code into a software project in order to ruin its chances of success, or frustrate your colleagues by producing unreadable, error-prone garbage. Under this pretense, the video teaches how to avoid the kind of bad habits that introduce bugs or cause code contributions to be outright rejected. The bad practices are organised into topics that form the basis of programming (layout, variables, loops, etc.). At the end of each topic, a more serious voice chimes in temporarily to explain why the ‘advice’ just given is actually poor and suggests some better alternative practices. By sourcing classic programming guidebooks, empirical studies, and a range of coding conventions from some of the most successful software projects, this video explains the reasoning behind good programming practices. These topics form the basis of good programming style and are important for anyone embarking on a career in professional programming or wishing to contribute to a software project. Normally, beginner programmers learn these good practices by going through a period of making mistakes and learning from them. This video helps to shorten that learning process by teaching a core of good practices and will enable you to become a productive programmer faster. This video – Part 1 of the series – focuses on practices at the small scale, i.e. at the level of individual lines of code and fundamental constructs such as conditionals and loops. 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...
    Note: Online resource; Title from title screen (viewed July 13, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803230979
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 hr., 44 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Learn responsive web design, UI, and UX principles, prepare the design for coding, increasing sales via a great design About This Video A complete web design project, from start to finish, both the desktop and the responsive versions Learn UI and UX principles that will help you design any website, no matter the style or client How to understand what clients want and how to help them achieve their goals In Detail Create beautiful and responsive website designs in Adobe XD. Adobe XD is the next big thing in terms of design tools. It makes you look like a professional designer even if you are just a beginner. Start right now and take your designs to another level. This course will show you how you can design a beautiful website from scratch without any previous experience. This course will cover essential exercises that will teach you how to work like a professional; a complete web design project, from start to finish, both the desktop version and the responsive version; how to prepare the design for coding; how to understand what clients want and how to help them achieve their goals; and UI and UX principles that will help you design any website, no matter the style or client. This course is designed for anyone who is interested in web design—from beginners to professionals, from designers to coders, from business owners to someone who is looking to start a new career or earn some money. At the end of this course, you will not only have a beautiful project for your portfolio but also a deep understanding of what makes a website design successful.
    Note: Online resource; Title from title screen (viewed July 29, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 81
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Cisco Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 53 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Almost 9 Hours of Video Instruction Overview TCP/IP Fundamentals LiveLessons provides almost 9 hours of video learning that encompasses an in-depth exploration of the foundational concepts of the TCP/IP protocols as used today in modern enterprise and cloud provider networking. This course is specifically geared toward younger adult learners as well as individuals who are transitioning into a new career in information It is a great first taste into networking and internetworking, and serves as a great prequel to any Network+ or CCNA-type course. The course offers a clear and easily digestible introduction and explanation of the protocols, services, and behaviors of the modern TCP/IP implementation. Michael Shannon uses slides, interactive board work, and whiteboards and provides several demonstrations of the technology on modern Windows, Linux, and Amazon Web Service environments. Michael J. Shannon has more than 25 years of IT and information system experience working as an employee, contractor, and consultant for companies like MCI, Platinum Technologies, Fujitsu, IBM, State Farm, MindSharp, Skillsoft, and of course Pearson. He is uniquely qualified to provide detailed explanations to help you understand exactly what is happening under the hood when accessing the Internet, whether it’s using a corporate PC, laptop, mobile device, or even your web-enabled alarm! This course is a great first step in the process for entry-level IT certifications such as CompTIA Network+, A+, Cisco CCNA, Juniper, PAN, and cloud services like Google Cloud Platform and Amazon Web Services. About the Instructor Michael J. Shannon began his IT career when he transitioned from recording studio engineer to network technician for a major telecommunications company in the early 1990s. He soon began to focus on security and was one of the first 10 people to attain the HIPAA Certified Security Specialist. Throughout his 30 years in IT he has worked as an employee, contractor, and consultant for numerous companies, including Platinum Technologies, Fujitsu, IBM, State Farm, MindSharp, Pearson, and Skillsoft. Skill Level Beginner/entry-level What You Will Learn A complete overview of all TCP/IP fundamentals About ground-level Internet technology and general networking Who Should Take This Course The target audience for this course consists of anyone who wants to learn about the foundation of the Internet and the World Wide Web. It is a great introductory course and an excel...
    Note: Online resource; Title from title screen (viewed August 11, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 82
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 59 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Join us for a special conversation on incremental architecture with Neal Ford and software architect and Agile-transformation pro Allen Holub. They’ll explain why you should create an architecture incrementally as you work so that you can easily modify that architecture as new requirements emerge—and discuss how to do so. (The solution is to build around a domain-focused metaphor that allows for incremental changes while maintaining coherence throughout.) Neal and Allen will spend a few minutes covering the fundamentals of incremental architecture, then tell you what you need to know to stay ahead of the curve. What you’ll learn and how you can apply it Learn the benefits of incremental architecture Understand how to create your architecture incrementally See what’s coming next with software architecture This recording of a live event is for you because… You’re looking for ways to build an architecture that can evolve with the changing needs of your business. Recommended follow-up: Read Fundamentals of Software Architecture (book) Read Building Evolutionary Architectures (book) Read RESTful Web Microservices Cookbook (book) Explore Software Architecture Fundamentals Beyond the Basics (video course) Attend Software Architecture Superstream: Software Architecture Fundamentals—Comparing Architectural Styles (September 15) Take Architecture: The Hard Parts (live online training course with Mark Richards and Neal Ford)
    Note: Online resource; Title from title screen (viewed September 2, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 83
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803247700
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 6 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 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.
    Note: Online resource; Title from title screen (viewed August 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 60 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: If AI is going to be part of everyday life for businesses and citizens alike, it needs to be accessible. So how should organizations move toward AI maturity? And what steps can businesses take to democratize AI while meeting the challenges they’ll encounter along the way? In this Meet the Expert, AI and business intelligence leader Jen Stirrup walks you through a number of different challenges and considerations for the democratization of AI for business—along with approaches for overcoming them. Find out what AI means for the industry, for people’s careers, and for their training opportunities as you explore aspects of AI that you may not have considered yet. Recorded on August 24, 2021. See the original event page for resources for further learning or watch recordings of other past events . O'Reilly Meet the Expert explores emerging business and technology topics and ideas through a series of one-hour interactive events. You’ll engage in a live conversation with experts, sharing your questions and ideas while hearing their unique perspectives, insights, fears, and predictions.
    Note: Online resource; Title from title screen (viewed August 24, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 85
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801074537
    Language: English
    Pages: 1 online resource (1 video file, approximately 37 hr., 7 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Use Python to learn algebra, calculus, graphing, trigonometry, conics, and more math topics! About This Video 33+ hours of instruction that includes Python coding, visualization, loops, variables, and functions Each video has at least one hands-on coding/math exercise and each section ends with "bug hunts" Overview of beginner and advanced mathematics, from solving for “x” to computing integrals In Detail Many people don’t know that Python is a really powerful tool for learning math. Sure, you can use Python as a simple calculator, but did you know that Python can help you learn more advanced topics in algebra, calculus, and matrix analysis? That’s exactly what you’ll learn in this course. The glaring question would be: if you don’t know anything about Python, then how will you code? Don’t worry, this course is aimed at complete beginners; the instructor will take you through every step of the code. You don’t need to know anything about Python, although it’s useful if you already have some programming experience. Even if you are not at all good at math, you will be amazed at how much better you can learn math using Python as a tool to help with your courses or your independent study. And that’s exactly the point of this course: Python programming as a tool to learn mathematics. This course is designed to be the perfect addition to any other math course or textbook that you are going through. A lot of hands-on practical exercises come with this course, each video has at least one hands-on coding/math exercise and each section ends with “bug hunts“ where you get to find and fix math-coding errors. By the end of the course, you will be able to understand very complex mathematical concepts with a bit of coding in Python. Who this book is for This course is for absolute beginners and individuals who are looking to use computers as a learning tool and developers who want to improve their math skills. If you are in middle/high school, university, or are returning to math as an independent learner or a data professional who wants to brush up on math and Python skills, you will definitely benefit from this course. If you are bored and looking for a fun intellectual challenge, then go for it. You need not have any prior experience or knowledge in coding; just be ready with your learning mindset at the highest level.
    Note: Online resource; Title from title screen (viewed August 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803232478
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 hr., 33 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Build adaptive web apps using a single code base About This Video Build a full-fledged, more complex, Flutter web app with Firestore, FirebaseAuth as the backend Create, authenticate, and log in users using Google Cloud FirebaseAuth Learn how to implement basic and advanced routing in Flutter 2.0 web In Detail If you have wondered how to leverage your pre-existing Flutter/Dart development skills, then you will be happy to know you can now build dynamic, scalable, and adaptive web apps with Flutter! Flutter 2.0 is a big release - you can use Flutter and Dart to build adaptive web and desktop apps - all with a single codebase. In this course, you will learn how to leverage Flutter (Web) 2.0 and Dart and build a capstone app called DiaryBook. In this course, you will build a full-fledged, more complex, Flutter web app with Firestore; FirebaseAuth as the backend; create, authenticate, and log in users using Google Cloud FirebaseAuth; create, edit, delete, update diary entries with Cloud Firestore backend; use providers, StreamBuilders in Flutter web; learn how to implement basic and advanced routing in Flutter 2.0 web; finally, deploy Flutter web app to firebase hosting. By the end of this course, you will have all the tools and knowledge you will need to build adaptive Flutter web apps competently and easily port the same app into desktop apps on your own! Who this book is for This course is designed for beginner to intermediate Flutter developers. Web developers who want to learn to build Flutter web apps and curious students who want to build their own Flutter web apps, iOS, Android, and desktop apps with Flutter 2.0 can also benefit from this course. Having some basic programming experience, in general, is helpful. If you have basic OOP (Object-Oriented Programming) concepts, you should be fine. Also, pre-existing Flutter and Dart programming experience or web development basics are helpful.
    Note: Online resource; Title from title screen (viewed August 24, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803244303
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 31 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Master Python and PySpark 3.0.1 for Data Engineering / Analytics (Databricks) About This Video Apply PySpark and SQL concepts to analyze data Understand the Databricks interface and use Spark on Databricks Learn Spark transformations and actions using the RDD (Resilient Distributed Datasets) API In Detail Apache Spark 3 is an open-source distributed engine for querying and processing data. This course will provide you with a detailed understanding of PySpark and its stack. This course is carefully developed and designed to guide you through the process of data analytics using Python Spark. The author uses an interactive approach in explaining keys concepts of PySpark such as the Spark architecture, Spark execution, transformations and actions using the structured API, and much more. You will be able to leverage the power of Python, Java, and SQL and put it to use in the Spark ecosystem. You will start by getting a firm understanding of the Apache Spark architecture and how to set up a Python environment for Spark. Followed by the techniques for collecting, cleaning, and visualizing data by creating dashboards in Databricks. You will learn how to use SQL to interact with DataFrames. The author provides an in-depth review of RDDs and contrasts them with DataFrames. There are multiple problem challenges provided at intervals in the course so that you get a firm grasp of the concepts taught in the course. Who this book is for This course is designed for Python developers who wish to learn how to use the language for data engineering and analytics with PySpark. Any aspiring data engineering and analytics professionals. Data scientists/analysts who wish to learn an analytical processing strategy that can be deployed over a big data cluster. Data managers who want to gain a deeper understanding of managing data over a cluster.
    Note: Online resource; Title from title screen (viewed August 30, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801079976
    Language: English
    Pages: 1 online resource (1 video file, approximately 18 hr., 36 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: 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.
    Note: Online resource; Title from title screen (viewed August 27, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 27 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Packaging in Python has always been polarizing. From complicated beginnings where you couldn't uninstall libraries, to virtualenv that allows you to work in a self-contained environment that can be thrown away. In this video, I'll present an introduction to Conda, and to a chanel-specific variation of it that is maintained by the community called miniforge. If you are looking for a way to get scientific packages for the new Apple M1 silicon, this video will also help you out get everything sorted, including installing versions of Python that are pre-packaged and ready for data science tasks. Topics include: * Install Conda by using the community version called miniforge. * Use conda to install a specific version of Python, without system installs * Find more about the differences between virtualenv, pip, and conda * Install data science libraries in the new Apple M1 silicon Useful links: * Conda documentation * Conda Forge community documentation * Conda miniforge project
    Note: Online resource; Title from title screen (viewed August 18, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 90
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 23 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 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
    Note: Online resource; Title from title screen (viewed August 14, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 91
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 11 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to get started on the right setup on your first day as a data scientist or business analytics professional. Topics include: * Business Analytics * Data Science * Google Colab * Jupyter * Github Actions and Github Codespaces * Continuous Integration and Delivery * EDA * GCP * AWS * Azure
    Note: Online resource; Title from title screen (viewed August 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 16 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: 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
    Note: Online resource; Title from title screen (viewed September 13, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 93
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 43 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to ruthlessly scrape data using APIs you discover as well as cut and paste. Topics include: * Business Analytics * Data Science * Google Colab * Jupyter * Scraping * Cut and Paste * Google Sheets * Cleaning Data * Using Pandas with found data * Using the Twitter and Pandas API
    Note: Online resource; Title from title screen (viewed September 4, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 59 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to build Computer Vision MVPs quickly using AutoML. Topics include: * Getting models into production * Apple Create ML * Google Vertex AI * Image Classification * CoreML * Tensorflow * Rapid Prototyping * GCP * Azure * Containers * Kaizen
    Note: Online resource; Title from title screen (viewed August 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484268933
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 21 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: In this video, you will explore forecasting techniques in Python, including how to use machine learning models from Scikit Learn, as well as integrating R as a sub process to gain access to the robust forecast library, incorporating the auto.arima and tbats models. We create our own Python class called Forecaster that stores all of the relevant information about the predictions, including error metrics, model forms, hyperparameter selections, and the forecasts themselves. The module is written in such a way that models can easily be added to the framework for increasing accuracy. In the specific scenario, we are forecasting on 150 separate time series—3 time series for each state using economic indicators from the St. Louis Federal Reserve (FRED) website. We build an API to extract the data and add our own indicators that we think will influence the future. At the time that this video is published, the country is experiencing a recession from the COVID-19 pandemic. Therefore, we will extract the recession indicator from the FRED website and make assumptions about how long the recession will last. Using this information, we create an economic outlook for each state. These forecasts can then be used to see which states we expect to recover most quickly from the recession. This modeling process will be done in Python on a Jupyter Notebook, so it's a good idea to have Anaconda installed on your computer so you can follow along. The rpy2 library from Python will be utilized, so having R installed in your local environment is necessary. What You Will Learn Create classes in Python Make predictions with machine learning and common forecasting models Manipulate data with Pandas Store data in base Python structures (lists, dictionaries) Create APIs and visual aids Who This Book Is For Data scientists with experience who are looking to take their forecasting skills to the next level.
    Note: Online resource; Title from title screen (viewed January 12, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 60 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Get started with Vim in this one-hour video. Everything you need to know to get up and running quickly. Topics include: * Opening, saving, and quiting files * Basic movements and operations, like copying and deleting * Updating the .vimrc configuration file for customization * Installing plugins and further customization
    Note: Online resource; Title from title screen (viewed January 8, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 34 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: AWS Solutions Architect Certification In ONE HOUR!
    Note: Online resource; Title from title screen (viewed January 14, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801072823
    Language: English
    Pages: 1 online resource (1 video file, approximately 14 hr., 39 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: 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.
    Note: Online resource; Title from title screen (viewed January 22, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 99
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800567733
    Language: English
    Pages: 1 online resource (1 video file, approximately 16 hr., 30 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: 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.
    Note: Online resource; Title from title screen (viewed January 22, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 59 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 6+ Hours of Video Instruction Learn to write performant back-end applications in JavaScript by leveraging the Node.js runtime. Shaun Wassell teaches JavaScript developers how to write and run server-side JavaScript applications for the powerful Node.js runtime. It includes topics such as working with the file system, creating web servers, installing, using, and publishing NPM packages, Google V8 engine, testing, and much more. Description Several years ago, it wasn’t possible to write JavaScript programs for the back-end. JavaScript was strictly limited to running in a browser, and if a developer wanted to write back-end software, they had little choice but to learn another programming language, such as PHP. Now, that has all changed. Thanks to Node.js, which allows JavaScript to be run outside the browser, JavaScript developers can write web-servers, server-side scripts, and any number of other useful back-end programs. This LiveLessons video shows developers how to write and run server-side JavaScript applications for the powerful Node.js runtime. The code repository for this LiveLesson can be accessed at https://github.com/shaunwa/node-course . About the Instructor Shaun Wassell 's goal is to create a world where people are empowered to use programming as a way to solve meaningful problems--a world where writing code is just as natural for most people as walking or breathing. To help make this a reality, he has dedicated the past few years to helping people learn and master software development skills through video courses, live training sessions, and one-on-one tutoring. Shaun has been programming since he was a kid, when creating video games was his gateway into the world of software. Since then, he's been fortunate enough to be a contributing member on many amazing software projects and work with some incredible mentors along the way. Skill Level Intermediate What You Will Learn Learn to quickly and easily write performant back-end applications in JavaScript by leveraging the Node.js runtime: Write useful server-side programs using modern JavaScript Build Node.js web servers using several different frameworks Deploy your Node.js applications so that they can be accessed from anywhere Create and publish an open-source NPM package Shaun also covers more advanced features for developers, such as: Maximizing the performance of your Node.js programs by learning about how Nodes V8 runtime works Interfacing with databases in Nod...
    Note: Online resource; Title from title screen (viewed February 8, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...