Hi, what do you want to do?
Curated Video
Linux Network Administration - chronyd - newer Version of NTP
This video explains the chronyd daemon, the latest daemon that is used nowadays to replace the NTP daemon.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Following
In this video, you will learn how to implement the "Follow" feature in our Twitter Clone app by creating the necessary API endpoints and integrating them into our frontend.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Mongoose
This video explains Mongoose in detail.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Navigation / 056
Here, we will delve deep into navigation in the React structure. There are two ways, where we will use the "useNavigate" hook, or use a navigate component.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Error Handling / 141
This video elaborates on debugging React applications to resolve errors and make the app functional and proper.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Order Page / 133
In this video, you will learn how to create the basket layout for storing the chosen products and increase or decrease the quantity of the items or delete the items from the list.
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Logic for Single-Letter input
In this video, we will continue building the logic for single-letter input.
<
br/>
This clip is from the chapter "Optional Learning - Mini Project with Python Basics" of the series "Deep Learning - Computer Vision for Beginners...
<
br/>
This clip is from the chapter "Optional Learning - Mini Project with Python Basics" of the series "Deep Learning - Computer Vision for Beginners...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Compact Minimal View For Dynamic Island
This video explains the compact minimal view for Dynamic Island.
<
br/>
This clip is from the chapter "iOS 16 Dynamic Island" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains Dynamic...
<
br/>
This clip is from the chapter "iOS 16 Dynamic Island" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains Dynamic...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Dynamic Island Expanded Trailing, Center, and Bottom Region
This video explains Dynamic Island expanded trailing, center, and bottom region.
<
br/>
This clip is from the chapter "iOS 16 Dynamic Island" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section...
<
br/>
This clip is from the chapter "iOS 16 Dynamic Island" 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 - Dynamic Island Introduction
This video introduces you to Dynamic Island and how it helps you keep track of tasks from or to the app.
<
br/>
This clip is from the chapter "iOS 16 Dynamic Island" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with...
<
br/>
This clip is from the chapter "iOS 16 Dynamic Island" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Live Activity Widget
This video explains the final part of the widget using the widget bundle.
<
br/>
This clip is from the chapter "iOS 16.1 Live Activity Lifecycle Events" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic...
<
br/>
This clip is from the chapter "iOS 16.1 Live Activity Lifecycle Events" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Activity Configuration
This video explains the activity configuration in the pizza delivery widget.
<
br/>
This clip is from the chapter "iOS 16.1 Live Activity Lifecycle Events" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic...
<
br/>
This clip is from the chapter "iOS 16.1 Live Activity Lifecycle Events" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic...
Curated Video
PowerShell for Automating Administration - Validation Functions Overview
This video provides an overview of the validation functions.<br<br/>/>
This clip is from the chapter "Server Validation Script" of the series "PowerShell for Automating Administration".This section focuses on the Server Validation Script.
This clip is from the chapter "Server Validation Script" of the series "PowerShell for Automating Administration".This section focuses on the Server Validation Script.
Curated Video
PowerShell for Automating Administration - Automation of Planned Service Restarts – Version 1
This is the first of the two-part video where you will work on a PowerShell script for a centralized solution to deal with restarting fixed services on multiple servers.
<
br/>
This clip is from the chapter "Administering Planned...
<
br/>
This clip is from the chapter "Administering Planned...
Curated Video
PowerShell for Automating Administration - Manage Windows Services Using PowerShell - 1
This is the first of the two-part video where you will learn the commandlet Get-Service that helps fetch the services.
<
br/>
This clip is from the chapter "Administering Planned Service Restarts" of the series "PowerShell for...
<
br/>
This clip is from the chapter "Administering Planned Service Restarts" of the series "PowerShell for...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Installing Apache Server
In this video, you will learn how to install Apache server.
<
br/>
This clip is from the chapter "Advanced Features" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, you will learn how...
<
br/>
This clip is from the chapter "Advanced Features" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, you will learn how...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Firewall
In this video, we will discuss about firewall.
<
br/>
This clip is from the chapter "Networking" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, we will cover networking, learn how to...
<
br/>
This clip is from the chapter "Networking" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, we will cover networking, learn how to...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Build the PUT Endpoint for the CoffeeOrderService - PUT /coffee_orders/{id}
In this video, we will build the PUT endpoint in the controller, using which we can update an existing coffee order.
<
br/>
This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the...
<
br/>
This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Publish and Consume CoffeeOrder UpdateEvent Using RecordNameStrategy
In this video, we will code and implement the CoffeeUpdate event functionality into our Kafka Producer.
<
br/>
This clip is from the chapter "Schema Naming Strategies" of the series "Kafka for Developers - Data Contracts Using...
<
br/>
This clip is from the chapter "Schema Naming Strategies" of the series "Kafka for Developers - Data Contracts Using...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Coffee Update Event AVRO Schema
In this video, we will code and implement the AVRO Schema for the CoffeeOrder update event.
<
br/>
This clip is from the chapter "Schema Naming Strategies" of the series "Kafka for Developers - Data Contracts Using Schema...
<
br/>
This clip is from the chapter "Schema Naming Strategies" of the series "Kafka for Developers - Data Contracts Using Schema...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Build a Coffee Shop Order Consumer
In this video, we will code and consume the coffee order AVRO record from the Kafka topic.
<
br/>
This clip is from the chapter "Coffee Shop Order Service Using AVRO - A Real-Time Use Case" of the series "Kafka for Developers - Data...
<
br/>
This clip is from the chapter "Coffee Shop Order Service Using AVRO - A Real-Time Use Case" of the series "Kafka for Developers - Data...
Curated Video
Getting Started with HashiCorp Nomad - Demo - Using the Nomad UI
This demonstration showcases the Nomad UI. We will connect to a server node and notice that we do not have authorization. We must authenticate with a secret ID from the Nomad bootstrap token.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Getting Started with HashiCorp Nomad - Running Our First Nomad Job
After creating our first job specification file, you will learn to create jobs and submit them to Nomad to launch the application. We will examine the command “nomad job run " to submit the job to Nomad.
<
br/>
This clip is...
<
br/>
This clip is...
Curated Video
Oracle Database Administration from Zero to Hero - Practice - Upgrading Oracle Database
In this practice video, you will perform a practical exercise in upgrading an Oracle CDB database from version 19c to version 21c on the server named srv1. By following the step-by-step instructions, you will gain hands-on experience...