Hi, what do you want to do?
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: Intent Utterance and Slot
In this video, we will discuss intent in depth, which are utterances the user asks, and reveal the user's intent. We will also understand about a slot, which is information that Amazon Lex requires to fulfill an intent.
<
br/>
This...
<
br/>
This...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Fundamentals of AWS for Chatbots: Lex Bot Overview
In this video, we will look at the Amazon Lex bot. Here, we will briefly overview its architecture, define the chat experience and the processes involved, and deploy the chatbot.
<
br/>
This clip is from the chapter "Chatbots...
<
br/>
This clip is from the chapter "Chatbots...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Fundamentals of AWS for Chatbots: 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...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Fundamentals of AWS for Chatbots: Module Overview
In this video, we will discuss the concepts covered in this module, including Amazon Web Services, the web services that Amazon provides, how we can use these services, and the benefits of AWS, apart from the salient features of...
Curated Video
Oracle Database Administration from Zero to Hero - Overview on Oracle Database Technologies
In this video, we will describe the different Oracle database technologies, options, and management packs.
<
br/>
This clip is from the chapter "Introduction to RDBMS" of the series "Oracle Database Administration from Zero to...
<
br/>
This clip is from the chapter "Introduction to RDBMS" of the series "Oracle Database Administration from Zero to...
Curated Video
Oracle Database Administration from Zero to Hero - Overview on Oracle Database (Part 1 of 2)
In this video, we will explore the different Oracle database releases, the difference between Long Term Support Releases and Innovation Releases, and the Oracle Database Cloud Services.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
The Complete Vue.js Course for Beginners - Events and Parameters
In this video, you will learn about events in Vue.js; we will also discuss how we can use events in JavaScript as a framework.
<
br/>
This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js...
<
br/>
This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js...
Curated Video
The Complete Vue.js Course for Beginners - Vue.js Interpolation
Vue.js interpolation is simply the process of displaying a string that's defined within your component logic. In this video, we will see how we can use interpolation and its role in Vue.js
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
The Complete Vue.js Course for Beginners - What Is Vue.js?
This video introduces you to Vue.js, which is a JavaScript framework for building user interfaces. It is built on top of standard HTML, CSS, and JavaScript. It helps you do programs easily in it.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
The Complete Vue.js Course for Beginners - If Else Condition
In this video, we will discuss the if-else condition using a code.
<
br/>
This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js Course for Beginners".This section gets you started with...
<
br/>
This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js Course for Beginners".This section gets you started with...
Curated Video
The Complete Vue.js Course for Beginners - beforeCreate and created
In this video, we will look at beforeCreate and created, where beforeCreated hook is before an instance has been fully initialized whereas the created hook is after an instance is created.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
The Complete Vue.js Course for Beginners - Props and Non-Props Data
A component non-prop attribute is an attribute or event listener that is passed to a component but does not have a corresponding property defined in props or emits.
<
br/>
This clip is from the chapter "Advanced Concepts" of the...
<
br/>
This clip is from the chapter "Advanced Concepts" of the...
Curated Video
ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - Professional Communication (Email, Messages, Presentations)
This video covers the critical topic of professional communication, where you will learn how to write effective emails, messages, and presentations to impress our colleagues and clients, a critical skill that can make or break our...
Curated Video
Oracle Database Administration from Zero to Hero - Using Data Recovery Advisor (Part 1 of 2)
In this video, we will introduce the Data Recovery Advisor and its role in the backup and recovery lifecycle. You will learn about the various stages of the Data Recovery Advisor and its significance in detecting and resolving data...
Curated Video
Oracle Database Administration from Zero to Hero - Performing Recovery Part II - Switching Data Files and Performing PITR (1 of 2)
In this video, we will delve deeper into database recovery techniques. You will learn how to recover datafiles by switching to image copies and understand the different levels of implementing Point-in-Time Recovery (PITR).
<
br/>...
<
br/>...
Curated Video
Oracle Database Administration from Zero to Hero - Performing RMAN Backups - Part II (2 of 3)
In this video, we will continue exploring RMAN full backups. You will learn how to back up archived redo logs, an essential component of the backup strategy.
<
br/>
This clip is from the chapter "Taking Backups in Oracle Databases"...
<
br/>
This clip is from the chapter "Taking Backups in Oracle Databases"...
Curated Video
Oracle Database Administration from Zero to Hero - Managing the Redo Log (Part 1 of 4)
In this video, we will begin our exploration of managing the redo log in Oracle. You will learn about the significance of redo log files in both NOARCHIVELOG and ARCHIVELOG modes, as well as the writing cycle involved.
<
br/>
This...
<
br/>
This...
Curated Video
Oracle Database Administration from Zero to Hero - Using Database Links (Part 1 of 2)
In this video, we will explore the usage of database links. You will learn about database links, their types, and users, as well as understand naming database links.
<
br/>
This clip is from the chapter "Managing Database...
<
br/>
This clip is from the chapter "Managing Database...
Curated Video
Oracle Database Administration from Zero to Hero - Managing Database Users (Part 1 of 2)
In this video, you will learn about managing database users. You will understand the concepts of database users and schemas and explore predefined accounts in Oracle.
<
br/>
This clip is from the chapter "Managing Database Users and...
<
br/>
This clip is from the chapter "Managing Database Users and...
Curated Video
Oracle Database Administration from Zero to Hero - Using Table Compression (Part 1 of 2)
In this video, we will explore the usage of table compression techniques. You will learn about basic compression and how to describe and apply it to optimize storage space.
<
br/>
This clip is from the chapter "Managing Database...
<
br/>
This clip is from the chapter "Managing Database...
Curated Video
Oracle Database Administration from Zero to Hero - Managing Data Files
In this video, we will focus on managing data files within an Oracle database. You will learn how to resize data files, alter data file availability, rename and relocate data files, and drop a data file.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Backup Data / 247
This video explains how to back up data for future use.
<
br/>
This clip is from the chapter "Project: News Portal" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains how to...
<
br/>
This clip is from the chapter "Project: News Portal" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains how to...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - setInterval / 183
This video explains setInterval along with an example.
<
br/>
This clip is from the chapter "Asynchronous JavaScript" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains one of the...
<
br/>
This clip is from the chapter "Asynchronous JavaScript" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains one of the...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Module - II / 204
This video explains how modules can help us divide the complexity of any project.
<
br/>
This clip is from the chapter "Modules" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
<
br/>
This clip is from the chapter "Modules" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...