Curated Video
The CISO Masterclass - Ask Questions
In this video, discover the importance of asking insightful questions during interviews and how it can demonstrate your curiosity and strategic thinking as a CISO.
Curated Video
The CISO Masterclass - Authors' Journey - From Helpdesk to CISO
In this video, you will discover the inspiring journey of the authors as they share their transformation from a helpdesk role to becoming a successful CISO.
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Git and GitHub Workflow
This video explains the Git and GitHub workflow. A workflow is a configurable automated process that will run one or more jobs. This clip is from the chapter "Workflows" of the series "Git and GitHub Masterclass - The Practical...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Merge Conflict on Pull Request
This video explains how to merge conflict on a Pull request. This clip is from the chapter "Open-Source Contribution" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains open-source contribution.
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Pull Changes
This video explains pull changes on GitHub. This clip is from the chapter "Open-Source Contribution" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains open-source contribution.
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Open-Source Contribution
This video explains what open-source contribution is. This clip is from the chapter "Open-Source Contribution" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains open-source contribution.
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Course Introduction
This video introduces you to the course and the course contents as well as gets you familiar with the author and his experience. This clip is from the chapter "Course Introduction" of the series "Git and GitHub Masterclass - The...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Movie Details Page
In this video, we will create a movie details page that displays more information about a selected movie. We will fetch additional data from the API and use a template literal to dynamically render the content. This clip is from the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Array.map Method
In this video, we will explore the Array.map method, which allows us to create a new array by applying a function to each element of an existing array. This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Array.filter Method
In this video, we will explore the Array.filter method, which allows us to create a new array with only the elements that pass a certain test. This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the series...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Group Objects in JavaScript
This is an exercise video where you will be working on group objects in JavaScript. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series "JavaScript Mastery from Zero to Hero - Prepare...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Find the Longest Word in a String
In this video, you will learn how to find the longest word in a given string using JavaScript. The video covers the step-by-step process of solving this problem, including how to split the string into an array of words, looping through...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - DevOps Maturity Model
While there are many versions of the DevOps Maturity Model, it is meant to be a model that describes a company's journey along the path of building a DevOps culture. Most models provide a step/progression layout to help identify where a...
Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Tip 15: How to Create Cordial Relationships with the Organization's Management
Tip 15: How to Create Cordial Relationships with the Organization's Management
Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Tip 4: Be as Scrummy as the Organization Permits
Tip 4: Be as Scrummy as the Organization Permits
Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Continuous Quality, Integration, and Delivery
Continuous Quality, Integration, and Delivery
Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - A Day in the Life of a Scrum Master: Typical Impediments and Challenges
In this video, we will receive guidance on preparing for the AZ-104 exam related to Microsoft Azure Administrator certification. We will cover the key exam topics, provide study strategies, and recommend resources to help you succeed in...
MarketWatch
Got laid off? Here's what to do next
Navigating a job loss can come with many challenges, but there are options. These tips can help with short-term obstacles and long-term benefits.
Curated Video
Chatbots Development with Amazon Lex - Start Developing Chatbot
This video demonstrates the process of creating the Amazon Lex chatbot step by step. You will learn to create your ID on Amazon.com and log in. We will get to the interface and start working from there.
Curated Video
Chatbots Development with Amazon Lex - Framework of Lex
In this lecture, we will discuss the framework of Amazon Lex and how it functions. We will look at the operation cycle of the Amazon chatbot.
Curated Video
Chatbots Development with Amazon Lex - Overview of AWS
In this lecture, we will look at Amazon Web Services, which is the most comprehensive and widely adopted web service. We will also discuss its functionality, Amazon Community, security, innovation pace, operational expertise, and more.
Curated Video
Chatbots Development with Amazon Lex - Services of AWS
This video outlines the various services provided by AWS, including more than 200 services, AWS Compute, AWS Storage, AWS Database, AWS Migration, API Gateway, cloud management services, WAF and shield, elastic transcoder, and more.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 2
We will continue with the second part of the payroll system and look at how to create changes or updates to the classes used.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 3
In part 3 of the payroll system, we will look at using the paystub method for our employee classes created in the system.