Hi, what do you want to do?
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Creating Controller Layer and Test Client Class for Book
In this video, we will discover the importance of the controller layer in handling incoming requests and coordinating the flow of data in the Bookstore App, creating the controller class, defining request mapping endpoints, and...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Creating Service Layer Interface and Implementation Layer for Book
In this video, we will learn to create the service layer interface and its implementation for managing book-related operations in the Bookstore App, defining the service interface with the necessary methods and implementing them to...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Sequence Diagram Explanation
In this video, we will explore sequence diagrams and how they are used to visualize the interactions between different components in a system. This video will explain the purpose and structure of sequence diagrams and how they can be...
Curated Video
Big Ideas - Episode 6 - Sikorsky Helicopter
Although helicopters were developed and built within the first half century of flight, it was not until 1942 that a helicopter designer finally saw his idea into fruition, taking to the skies in his Sikorsky R4. In all, Sikorsky would...
Curated Video
Real-World DevOps Project From Start to Finish - Staying Up to Date - Docker Services
In this video, we will discover strategies for keeping Docker services current. We will explore techniques for managing Docker images, updating containers, and handling version dependencies. You will learn to maintain the stability and...
Curated Video
Real-World DevOps Project From Start to Finish - backup-checker Python Application - Recap
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...
<
br/>
This clip is from the chapter...
Curated Video
Real-World DevOps Project From Start to Finish - do-p.com Website - Recap
In this video, we will review and reinforce the concepts and techniques covered in the previous videos of the do-p.com website section. The recap will help solidify understanding of deploying websites using GitLab CI/CD and provide an...
Curated Video
Real-World DevOps Project From Start to Finish - GitLab Runner
In this video, we will explore GitLab Runner, a powerful tool for executing CI/CD jobs in GitLab. You will learn to set up and configure GitLab Runner, register it with GitLab instance, and define and run pipelines for automating...
Curated Video
Real-World DevOps Project From Start to Finish - checkmk - Recap
This video summarizes the key concepts and techniques covered throughout the checkmk section. It serves as a review and reinforcement of learning, helping solidify understanding of checkmk and its usage in effective infrastructure...
Curated Video
Real-World DevOps Project From Start to Finish - checkmk - Part 2
Continuing from the previous video, we dive deeper into advanced configurations and features of checkmk. We will explore topics such as host and service monitoring, creating custom checks, managing notifications, and utilizing...
Curated Video
Real-World DevOps Project From Start to Finish - checkmk - Part 1
In this video, you will learn the fundamentals of checkmk, including its features and benefits. We will be guided through installation, setting up the monitoring server, and configuring checkmk for basic monitoring tasks.
<
br/>...
<
br/>...
Curated Video
Real-World DevOps Project From Start to Finish - Nextcloud - Part 1
In this video, we will dive into the world of Nextcloud and learn to install and configure it on our server. We will explore the prerequisites, obtain the necessary components, and follow step-by-step instructions to set up Nextcloud...
Curated Video
Real-World DevOps Project From Start to Finish - Traefik - Part 3
This video will explore more advanced features and configurations, implementing load balancing strategies, managing access control with middleware, and utilizing Traefik's dashboard and monitoring capabilities.
<
br/>
This clip is...
<
br/>
This clip is...
Curated Video
Real-World DevOps Project From Start to Finish - Traefik - Part 2
Continuing from Part 1, we will dive deeper into Traefik's configuration options. We will explore advanced routing techniques, including path-based routing and URL rewriting. Also, discover how to configure HTTPS with Let's Encrypt and...
Curated Video
Real-World DevOps Project From Start to Finish - Traefik - Part 1
In this video, we will be introduced to Traefik and its role as a reverse proxy and load balancer. You will learn to install and configure Traefik on your server, including setting up basic routing rules and handling HTTP...
Curated Video
Real-World DevOps Project From Start to Finish - iRedMail - Part 2
In this video, we explore the configuration options of iRedMail, including managing domains, creating user accounts, setting up aliases, and creating mailing lists. With detailed explanations and demonstrations, understand how to...
Curated Video
Real-World DevOps Project From Start to Finish - LXC (Linux Containers) - Installing and Configuring
This video will teach you how to install and configure LXC on your system. You will explore the basics of containerization and understand the advantages of using LXC for isolating and managing your applications. The video will guide...
Curated Video
Real-World DevOps Project From Start to Finish - WireGuard - Part 1
In this video, we will explore the basics of WireGuard and its key components, learn to install and configure WireGuard on our server and client devices, create cryptographic key pairs, and establish secure connections between...
Curated Video
Real-World DevOps Project From Start to Finish - certbot, ACME protocol, wildcard TLS certificates
This video will dive into certbot, the ACME protocol, and wildcard TLS certificates. You will learn to install and configure certbot, obtain TLS certificates for servers and applications, and automate the certificate renewal process....
Curated Video
Real-World DevOps Project From Start to Finish - Essentials - Cron
This video explores the power of cron jobs for automating repetitive tasks, teaching you how to schedule and manage cron jobs efficiently, enabling streamlined execution of routine operations, and freeing up valuable time for more...
Curated Video
Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - Refactor: Adding Repository Pattern
In this video, we will understand the process of adding the repository pattern to our codebase, providing a clean and modular structure for interacting with the database. We will improve the overall efficiency and maintainability of...
Curated Video
Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - PouchDB Integration
In this video, we will dive into the integration of PouchDB, a JavaScript database library that enables offline data storage and synchronization. We will explore the PouchDB API, learn to create, read, update, and delete documents, and...
Curated Video
Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - Display Available Products for Ordering
In this video, we will explore creating the functionality to display a list of available products that can be ordered. You will learn to retrieve and present product data in an efficient and user-friendly manner, ensuring that users...
Curated Video
Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - Products Consumed View
In this video, you will learn to develop a visually appealing user-friendly view that displays the products consumed by customers. We will explore techniques to present ordered items in an organized and comprehensive manner, allowing...