Instructional Video0:59
Curated Video

How to Use YouTube: Descriptions and Annotations

9th - Higher Ed
Howcast - Learn all about YouTube video descriptions and annotations in this YouTube tutorial.
Instructional Video15:52
Curated Video

Features of a poster

Pre-K - Higher Ed
Pupil outcome: I can identify the features of a poster. Key learning points: - Annotation can be used to communicate thoughts and ideas. - A poster should clearly convey its message through clear visual design. - Text can be formatted by...
Instructional Video23:50
Curated Video

Mastering 3D sketching

Pre-K - Higher Ed
Pupil outcome: I can render a complex shape and add annotation. Key learning points: - Rendering can be used to enhance complex shapes. - Annotation using subheadings can be used to analyse products.
Instructional Video12:59
Curated Video

Java Multithreading and Parallel Programming Masterclass - Running Asynchronous Workloads on Spring Boot

Higher Ed
This video demonstrates running asynchronous workloads on Spring Boot.
Instructional Video7:44
R Programming 101

Titles and Annotations with ggplot

Higher Ed
I'm sure that we all agree that the best way to do data visualization is to use R programming, in particular, the ggplot2 package. To become an advanced ggplot user, you need to start controlling things like the titles, axis...
Instructional Video8:58
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Adding Custom Labels

Higher Ed
This video explains adding custom labels. This clip is from the chapter "Customizing Views and Elements" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to customize views and elements.
Instructional Video10:37
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 08 - Our First Java Spring Bean and Launching Java Spring Configuration

Higher Ed
In this video, you will learn how to create your first Java Spring bean called Name and launch the Java Spring configuration.
Instructional Video6:10
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 11 - Quick Review - Important Spring Framework Annotations

Higher Ed
In this video, you will review some of the most important annotations in the Spring framework, such as @Autowired, @ComponentScan, and @Configuration. You will see how these annotations are used and why they are important in Spring.
Instructional Video5:07
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 10 - Exploring Spring Framework Stereotype Annotations - Component and more

Higher Ed
In this video, you will learn about the stereotype annotations in the Spring framework, such as @Component, @Repository, and @Service. You will see how these annotations can be used to simplify your code and improve its readability.
Instructional Video4:18
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 03 - Primary and Qualifier - Which Spring Annotation Should You Use?

Higher Ed
In this video, you will learn when to use primary and qualifier annotations and how to choose between them.
Instructional Video4:19
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 02 - Exploring Primary and Qualifier Annotations for Spring Components

Higher Ed
In this video, you will explore primary and qualifier annotations for Spring components and learn how to use them.
Instructional Video11:19
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Workout View

Higher Ed
This video explains the workout view. This clip is from the chapter "Charts Framework in Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the charts framework in widget.
Instructional Video5:09
Curated Video

Java 11 Programming for Beginners 5.3: Working with Annotations

Higher Ed
Here we cover annotations and how they help with documentation as well as compile-time and runtime uses. • Add an analysis of financial data based on average spending on each day of week. The new code uses annotations • Explain the...
Instructional Video8:54
Packt

Running Test Cases in TestNG without Java Compiler

Higher Ed
This video explains how to run test cases in TestNG without a Java compiler. This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section covers...
Instructional Video12:40
Packt

Importance of Extensible Markup Language (XML) File in TestNG Configuration

Higher Ed
This video explains the importance of an XML file in TestNG configuration. This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section covers...
Instructional Video5:54
Curated Video

Advanced Swift 2 Application Development (Video 20)

Higher Ed
The number of smartphone users is increasing every single day, and as more and more of them are looking for new and interesting ways to improve their lives through mobile applications, the need for a language that will deploy on all...
Instructional Video9:07
Curated Video

Master Java Web Services and REST API with Spring Boot- Step 5: What is Spring Boot Auto Configuration?

Higher Ed
Introduction to Spring Boot in 10 Steps: Step 5: What is Spring Boot Auto Configuration? This clip is from the chapter "Introduction to Spring Boot in 10 Steps" of the series "Master Java Web Services and REST API with Spring Boot".This...
Instructional Video7:53
Curated Video

Advanced Swift 2 Application Development (Video 21)

Higher Ed
The number of smartphone users is increasing every single day, and as more and more of them are looking for new and interesting ways to improve their lives through mobile applications, the need for a language that will deploy on all...
Instructional Video7:42
Curated Video

Apache Maven Beginner to Guru - Generating Java Classes with Project Lombok and Maven

Higher Ed
This video explains how to generate Java classes using project Lombok and Maven. This clip is from the chapter "Generating Source with Maven" of the series "Apache Maven: Beginner to Guru".This section is about Generating Source with Maven.
Instructional Video2:55
Curated Video

Apache Maven Beginner to Guru - Challenge - Creating a Lombok Project with Maven

Higher Ed
This video presents a challenge to create a Lombok project with Maven. This clip is from the chapter "Generating Source with Maven" of the series "Apache Maven: Beginner to Guru".This section is about Generating Source with Maven.
Instructional Video5:36
Curated Video

Migrating to Angular 2 (Video 14)

Higher Ed
Angular 2 is a technical and conceptual overhaul of its hugely popular predecessor, AngularJS. This means that for developers who have built and maintained applications with AngularJS, and need to transition projects across to Angular 2,...
Instructional Video4:51
Curated Video

Master Java Web Services and REST API with Spring Boot- Step 03 - Creating a Hello World Service

Higher Ed
Web Services with Spring and Spring Boot: Step 03 - Creating a Hello World Service This clip is from the chapter "RESTful Web Services with Spring and Spring Boot" of the series "Master Java Web Services and REST API with Spring Boot".In...
Instructional Video3:47
Curated Video

Java 11 Programming for Beginners 3.5: Documentation Using Javadoc

Higher Ed
Illustrate how JavaDoc can be used to nicely document the code. • Quick guide to using JavaDoc • Use the bot example to show the actual process of Javadoc • See how JavaDoc looks by compiling via gradle
Instructional Video4:49
IDG TECHtalk

Type hinting in Python, Part 1: The basics

Higher Ed
Learn the basics of how Python's type hinting system, optional but powerful, helps make your code easier to read, understand, and interact with.