Instructional Video3:33
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with ArrayList methods

Higher Ed
This video will deepen our understanding of ArrayList methods and their usage in practical scenarios. We will work through coding exercises that involve using ArrayList methods to perform common operations, sorting, searching,...
Instructional Video6:57
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Custom Class and ArrayList

Higher Ed
In this video, we will apply our knowledge of ArrayLists and Generics to work with custom class objects. We will learn to code on creating an ArrayList of custom objects, adding, removing, and searching for objects, and leveraging the...
Instructional Video3:08
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Generics-based ArrayList

Higher Ed
In this video, we will learn how to use generics to create type-safe collections in Java, define and use ArrayLists with specified data types, ensure compile-time type checking, and enhance code readability and maintainability.
<
br/>...
Instructional Video5:13
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Raw ArrayList with Mixed Datatype elements

Higher Ed
In this video, we will gain hands-on experience with the ArrayList class, one of the implementations of the List interface in the Collection Framework, coding tasks that involve creating and manipulating an ArrayList with mixed...
Instructional Video23:59
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Open Trades - Trade Trigger Logic

Higher Ed
In this video, we will discuss the trade trigger logic for opening trades in your bot. You will learn how to define the conditions and criteria for entering trades based on price differentials, cointegration signals, and other factors....
Instructional Video5:47
Curated Video

Real-World DevOps Project From Start to Finish - Staying Up to Date - LXCs and Host OS

Higher Ed
This video focuses on staying current with LXCs and the host operating system. You will learn the significance of regularly updating LXCs and the host OS to ensure performance, security, and compatibility.
<
br/>
This clip is from...
Instructional Video3:11
Curated Video

Real-World DevOps Project From Start to Finish - backup-checker Python Application - Recap

Higher Ed
This video will review the concepts and techniques covered in the backup-checker Python application section to reinforce our understanding of building the backup-checker application.
<
br/>
This clip is from the chapter...
Instructional Video8:08
Curated Video

Real-World DevOps Project From Start to Finish - Borg and Borgmatic - Installing and Configuring Borg with Borgmatic Wrapper

Higher Ed
This video will teach us to install and configure the Borg backup tool and the Borgmatic wrapper. We will explore the setup process, including creating repositories, defining backup sources, scheduling backups, and managing retention...
Instructional Video6:54
Curated Video

Real-World DevOps Project From Start to Finish - checkmk - Part 3

Higher Ed
This video will discover techniques to optimize and fine-tune your checkmk installation. You will learn about performance tuning, scalability considerations, integrating checkmk with other tools, and implementing best practices to...
Instructional Video11:20
Curated Video

Real-World DevOps Project From Start to Finish - Deploying, Configuring, and Setting Pi-Hole as a DNS Resolver

Higher Ed
This video will teach us to deploy and configure Pi-Hole as a DNS resolver. We will discover how Pi-Hole can block ads at the DNS level, providing ad-blocking capabilities for our entire network. We will explore the installation...
Instructional Video15:25
Curated Video

Real-World DevOps Project From Start to Finish - Installing and Configuring MariaDB, Ansible Vault

Higher Ed
In this video, you will learn how to install and set up MariaDB on your server. You will explore the configuration options, including securing the database with user authentication and access control. Additionally, you will discover...
Instructional Video10:21
Curated Video

Real-World DevOps Project From Start to Finish - Essentials - Packages

Higher Ed
This video dives deep into package management, guiding you through installing, updating, and managing software packages and effectively handling dependencies to ensure smooth operations within the DevOps ecosystem.
<
br/>
This clip...
Instructional Video1:51
Curated Video

ChatGPT for Teachers in Education - Summary of ChatGPT

Higher Ed
This video provides a concise summary of ChatGPT, and the things learned in this entire course.
<
br/>
This clip is from the chapter "Going Deeper - Prompts and Strategies for the Most Impactful Results" of the series "ChatGPT for...
Instructional Video9:30
Curated Video

ChatGPT for Teachers in Education - More Tips and Useful Phrases

Higher Ed
This video helps discover additional tips, tricks, and useful phrases that enhance your usage of ChatGPT in this insightful video.
<
br/>
This clip is from the chapter "The Basics - Discovering Some of the Possibilities (Beginner...
Instructional Video15:16
Curated Video

Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - CRUD Products: Part 1

Higher Ed
In this video, we will dive into the process of creating, reading, updating, and deleting products. We will gain a comprehensive understanding of how to interact with product data, enabling us to add, view, modify, and remove products...
Instructional Video10:29
Curated Video

Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - Ion-Fab-Button to Navigate to the Payment Screen

Higher Ed
This video demonstrates how to add an Ion-Fab-Button to our application, allowing users to navigate to the payment screen easily, enhancing the user experience, and providing a convenient way for users to proceed with the payment...