Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up a Port and Saving Conventions with Express
This video helps you with setting up a port and saving conventions with Express. This clip is from the chapter "Application Setup and Server Initialization" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and...
Curated Video
Chatbots Development with Amazon Lex - Making Utterances
After understanding intents and slots in detail, we will make utterances in our chatbots. We will begin with creating intent and then create an utterance using the sample utterances tab.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - File Handling
In this video, we will be looking at file and exception handling. We will wrap our file statements inside the try and catch blocks.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Const, Enum, Static, Final
In this lecture, we will learn about constants and static variables and how to create variables using the final and static methods.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - The 4 Pillars Of OOP
This video illustrates the four major pillars of object-oriented programming: encapsulation, abstraction, polymorphism, and inheritance.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Constructors & Access Specifiers (Setters and Getters)
In this lesson, we will learn about constructors, a block of code that initializes a newly created object, and access specifiers that determine if other classes can use a particular method.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Program: Find Max Value In Array
Furthering our program writing skills, we will learn to create a program that determines the maximum value in an array.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Flow Control: IF/ELSE, Ternary Operator - Test Scores Program
We will learn to use the IF statement to check if a block of conditions is true and the ELSE statement if false and write a program to evaluate test scores.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Type Casting
In this lesson, we will learn to use a feature called typecasting to change one datatype to another and look at the two methods of typecasting.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Strings
Continuing on our previous lesson, where we learned about the datatypes in Java, in this lesson, we will look at the string datatype in more detail.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Program: Date Difference
In this video, we will learn to write a simple program that uses the DateTime class to calculate the age difference between two siblings.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - DateTime
We will look at the Java built-in API that contains classes for representing data and time, the java.util, java.time, java.sql, and java.text packages.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Arithmetic Operators
In this lesson, we will perform basic arithmetic calculations used in Java for mathematical operations.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Program: User Input - Voting Age
We will learn to accept user inputs, a critical step for any software program. We will learn to use the scanner library to achieve this.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Boolean & Logical Operators
In this lecture, we will learn about the Boolean datatype and also look at logical operators in Java. We will create statements and have our program evaluate whether the statements are true or false.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Variables & Data Types
In this lesson, we will learn about variables and look at the various datatypes available in Java. We will create a new Java project and understand the different data types.
Curated Video
Deep Learning - Crash Course 2023 - Functions and Classes in Python
In this video, we will understand what functions and classes are in Python. This clip is from the chapter "Python Crash Course on Basics" of the series "Deep Learning - Crash Course 2023".In this section, we will work on our foundation...
Curated Video
Supercharge Scala Future | FP-Tower - For Comprehension
This video demonstrates the comprehension part. This clip is from the chapter "Build Your Own IO" of the series "Supercharge Scala Future | FP-Tower".This section focuses on building your own IO (Input/Output).
Curated Video
Supercharge Scala Future | FP-Tower - Console Exercises - retry and onError
This video helps you learn the concept of retrying an operation with a single higher order function and reuse to refactor the code of readDataOfBirthRetry and readSubscribeToMailingListRetry. This clip is from the chapter "Actions with...
Curated Video
Advanced Chatbots with Deep Learning and Python - Max Story and Question Length
In this video, you will learn to define the project's story length and question length, determined by the number of words in the story or question.
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Updating the Image View
This video demonstrates how we can update the image view. We will use binding variables defining the image, color, and size. We will also adjust the image view based on the device that the app will run. This clip is from the chapter...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - The Images View
Let's understand how to change the image preview in the image view. We will use the repeat function to define the number of times the image view appears and add scroll views. This clip is from the chapter "Emoji App" of the series...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Steppers
In this lesson, we will explore steppers in detail. We will create a SwiftUI view, “StepperExampleViewâ€, to accept user input and display information/messages. This clip is from the chapter "Beyond the Basics" of the series "SwiftUI...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Warming Up with the Basics
In this lesson, we will explore the basics of Xcode 14. The lecture explains the interface and then takes us to the basic concepts of Xcode and what we can do with the program. This clip is from the chapter "Introduction" of the series...