Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - The Quote Model
This video demonstrates how to use a quotable API. We will use Google to locate the Luke Peavey Quotable and obtain random quotes. We will use the JSON decoder and develop the Quote Model. This clip is from the chapter "Emoji App" of the...
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Content-Based Filtering
In this lesson, we will understand content-based filtering and how to develop it with machine learning.
Curated Video
Fundamentals of Secure Software - Security Logging and Monitoring Failures
This video demonstrates insecure logging.
Curated Video
Linux PAM Security Administration - PAM File Configuration Format
This video explains the format of every PAM file configuration.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Media Content Delivery
We live in an age of media. New media. Social media. Whatever the media platform, AWS provides a solution for it. This video explores the various media creation, management and distribution services of AWS.
Curated Video
AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Exporting Drawing as PNG and PDF Formats
In this video, you will learn how to export your drawing in PNG and PDF formats, including adjusting resolution, scale, and other settings, to create professional-quality outputs for presentations, sharing, and printing purposes.
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - New Installation - First Drive
In this video, you will go through the process of setting up an initial drive and installing an operating system using bootable media. This clip is from the chapter "Implementing Mass Storage" of the series "CompTIA A+ Certification Core...
Curated Video
The Art of Doing - Web Development for Beginners - Inline Containers with span Tags
In this video, we will explore the span tag, which is an inline container element that can be used to format specific sections of text with a class or id attribute. We will see how to use the span tag to create visually distinct sections...
Curated Video
ChatGPT for Creatives - Helping with Formatting
In this video, you will learn about formatting the text in ChatGPT to make our storytelling more engaging and visually appealing and how to use formatting options into our storytelling component.
Curated Video
ChatGPT for Creatives - Genre-Specific Applications
In this video, we will explore the visual storytelling aspect of ChatGPT. We will ask ChatGPT to use a story and convert it into a graphic novel. We will give it specific instructions to fine-tune the novel, and even try creating a...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Formatting in Action
File systems are created through the process called formatting. . There are several different ways to format mass storage and a good tech knows how to do this for the most common file systems. This clip is from the chapter "Implementing...
Curated Video
Behavioral Design Patterns in C++ - Non-Member Strategy Pointer
In this video, we will see one more alternative to the strategy pattern, where the pointer is passed as an argument into the function, instead of being a member of the class. This clip is from the chapter "Strategy" of the series...
Curated Video
Behavioral Design Patterns in C++ - Dynamic Array - IV
This video explains how to use the dynamic strategy to decide the thread-safety for the array class. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the...
Curated Video
Behavioral Design Patterns in C++ - Spreadsheet Application - V
In this final video of the series, we will complete the implementation of the strategy pattern. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy...
Curated Video
Behavioral Design Patterns in C++ - Spreadsheet Application - III
In this third video of the series, we will try to replace conditional statements with inheritance and see if it works. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will...
Curated Video
Behavioral Design Patterns in C++ - Spreadsheet Application - II
This video builds upon the first part of our spreadsheet application series; here, we will add new exports formats to the application. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this...
Curated Video
Learn Tableau by Working on Exciting Dashboards - Summary-2
This video summarizes the topics covered in the investment portfolio dashboard.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Stacked Bar and Dual Axis Charts
This video explains the stacked bar and dual-axis charts in the Netflix dashboard.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Create a Story
This video explains how to create a story in Tableau, which are the connected views in Tableau.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Basic Charts
This video explains how to create the basic charts that we will use in our dashboard.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Exclude - LOD
This video explains the exclude level of detailed expression by an example.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Clear Filter / 114
This lesson demonstrates how to cover key concepts required to filter successfully and concisely.
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Weather Data Structure
This video explains the weather data structure by creating a folder to keep the weather data. This clip is from the chapter "Widget Size Family" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Widget Entry View
This video explains the today widget entry view. This clip is from the chapter "Today Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the today widget, which will display the date.