Coach Dan Blewett
Is the Hit and Run a Smart Play?
The "Hit and Run" in baseball is a play that coaches will put on to try to steal a single to the right side by exploiting the movement of the infielders when a runner attempts to steal second base. But, is it still important in today's...
Coach Dan Blewett
Second Base Pickoff Moves: The Inside Move
There are two second base pick off moves in baseball - do you know both of them? This video covers the "inside" move.
Coach Dan Blewett
PREVENT STOLEN BASES! It's All About Timing.
Do you know how pro pitchers prevent stolen bases and hold runners? The simplicity of it may surprise you... The key to holding runners in baseball is relatively simple but not easy to execute. Watch good and bad examples in this video!
Curated Video
Implement a computer program using a classic algorithm : Project conclusion walkthrough
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc. Go through implementation steps from concluded project
Coach Dan Blewett
Improve Your Rundowns in Baseball --- [Youth Baseball Coaching Tips]
Coaches and ballplayers: how good are you at rundowns? In this video, learn simple techniques to get outs faster.
Coach Dan Blewett
The Inside Move - Your #2 Pickoff to Second Base
The Inside move is a pickoff to second base that won't be used as your primary pick off move, but rather as one to catch runners who leave too soon or to reveal when a hitter is bunting.
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 04 - Iteration 1 - Building Tightly Coupled GameRunner and MarioGame
In this session, we will create the game runner class and the Mario class. This clip is from the chapter "Getting Started with Spring Framework" of the series "Java Programming for Complete Beginners - Java 16".This section primarily...
Coach Dan Blewett
Bunt Defenses in Baseball - Standard Bunt with Runner on First
Bunt defenses are critical in baseball. Don't let your team lose a game on a bunt play. Learn how to defend them in this five-video bunt defense playlist
Curated Video
Master Java Web Services and REST API with Spring Boot- Step 7: Using a Command Line Runner to save the User to database
Introduction to JPA in 10 Steps: Step 7: Using a Command Line Runner to save the User to database This clip is from the chapter "Introduction to JPA in 10 Steps" of the series "Master Java Web Services and REST API with Spring Boot".In...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Project: Job Scheduler using Binary Search Trees - Introduction
Go through implementation steps from concluded project This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data Structures".null
Coach Dan Blewett
FIelding Bunts with 1st & 2nd Occupied - Bunt Defenses in Baseball
Bunt defenses are critical in baseball. Don't let your team lose a game on a bunt play. Learn how to defend them in this five-video bunt defense playlist
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 04 - Adding More Methods for Multiplication Table Program
In this video, we will learn about adding more methods for multiplication table program. This clip is from the chapter "Introduction to Eclipse - First Java Project" of the series "Java Programming for Complete Beginners - Java 16".In...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 10 - Exploring New Java API - Predicate - not Method
In this session, we will learn about the method, Predicate.not. This clip is from the chapter "Java New Features - Java 10 to Java 16" of the series "Java Programming for Complete Beginners - Java 16".This section focuses on the new...
Curated Video
Mockito Tutorial: Learn mocking with 25 Junit Examples - Step 15: Continued. Mocking Static Method
Powermock with Mockito: Step 15: Continued. Mocking Static Method This clip is from the chapter "Powermock with Mockito" of the series "Mockito Tutorial: Learn mocking with 25 Junit Examples".In this section, we set up Poermock with...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 27 - Spring Unit Testing with a Java Context
This video focuses on the Spring unit testing with a Java context. This clip is from the chapter "Spring Level 3 - Unit Testing with the Spring Framework" of the series "Spring Framework Master Class - Java Spring the Modern Way".This...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 09 - Introduction to Executor Service
In this session, we will learn about executor service. This clip is from the chapter "Introduction to Threads and Concurrency" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look into threads...
Curated Video
Hands-On Auto DevOps with GitLab CI - Private GitLab Server Install
To fully move to custom CI infrastructure, we need to run our own instance of GitLab Server. • Install and configure GitLab Server using Ansible • Configure Ansible variables to allow a dedicated runner to attach to our GitLab server •...
Curated Video
Hands-On Auto DevOps with GitLab CI - Launching Dedicated Runners
If we need custom tools or configuration for an automated build, we need to create a dedicated runner for our project. • Install GitLab Runner • Register our runner with our GitLab project • Use our dedicated runner to run a build This...
Curated Video
Hands-On Auto DevOps with GitLab CI - Custom Kubernetes Runners
Because we have a Kubernetes cluster already configured for deploying our application, we can also use it to run builds. • Install GitLab Runner on our Kubernetes cluster • Observe the GitLab Runner in our Kubernetes cluster • Start a...
Curated Video
Hands-On Auto DevOps with GitLab CI - Autoscaling Runners Using Cloud Resources
To support many projects and builds in our custom CI infrastructure, we need a way to scale runners up or down automatically. • Use Ansible to provision a Docker Machine runner • Configure our Docker Machine runner with AWS credentials •...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 04 - Writing Content to a File - Files Write Method
In this session, we will learn about writing content to a file - files write method. This clip is from the chapter "Files and Directories" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will list...
Curated Video
Mockito Tutorial: Learn mocking with 25 Junit Examples - Step 11: Mockito Junit Rule
Mockito Advanced: Step 11: Mockito Junit Rule This clip is from the chapter "Mockito Advanced" of the series "Mockito Tutorial: Learn mocking with 25 Junit Examples".In this section, we look into Mockito Advanced features.
Virtually Passed
Position Velocity and Acceleration example 1
The equations which relate position, velocity and acceleration in 1 dimension are: dx/dt = v dv/dt = a
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 4-Using Mockito Annotations - @Mock, @InjectMocks, and @RunWith
This video demonstrates how to use the @Mock, @InjectMocks, and @RunWith Mockito annotations. This clip is from the chapter "Basic Tools and Frameworks - Mockito in 5 Steps" of the series "Spring Framework Master Class - Java Spring the...