Hi, what do you want to do?
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Flow Control: Loops - WHILE | DO-WHILE | FOR
Here, we will understand what a loop is, and we will look at how a loop executes a program as long as a specified condition is true.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Flow Control: Switch Statement Program - Print Weekday Based On Number
Let's look at the SWITCH statement in this video, which is also a part of the decision-making tools in Java programming.
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 - Stringbuilder
Here, we will look at the StringBuilder, which creates a mutable or modifiable succession of characters in the strings class.
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: Simple Interest Calculator
This lecture will demonstrate how to write a program that calculates simple interest earned on a dollar amount invested at an interest rate.
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 - 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 - Char Data Type
In this video, we will understand the char datatype and briefly look at the string datatype. We will define several char variables in upper and lower case and numbers and integers.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Environment Setup & First Run
This video illustrates how to install the Java development kit, configure it on our machine, and run the Java program for the first time.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Module Objectives - Getting you comfortable with the JAVA ecosystem
In this video, we will look at the objectives of Module 1. We will define the Java development Lifecycle and compilation. We will differentiate between the different versions of Java and learn about basic Java syntax.
Curated Video
Deep Learning - Crash Course 2023 - Program Overview
In this video, we will discuss our program goal that we will be building in the next video.
<
br/>
This clip is from the chapter "Sigmoid Neuron" of the series "Deep Learning - Crash Course 2023".In this section, we will begin our...
<
br/>
This clip is from the chapter "Sigmoid Neuron" of the series "Deep Learning - Crash Course 2023".In this section, we will begin our...
Curated Video
Deep Learning - Crash Course 2023 - Visualize the Accuracy with Epochs
In this video, you will learn how to use graphs to visualize the accuracy of your deep learning model with increasing epochs. You will also be given an assignment to test your understanding.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Deep Learning - Crash Course 2023 - Installing Jupyter Notebook
In this video, you will learn how to install Jupyter Notebook on your system.
<
br/>
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...
<
br/>
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...
Curated Video
Deep Learning - Crash Course 2023 - Update Rule in Programs
In this video, you will learn about the parameter Update Rule that we will be using in our programs.
<
br/>
This clip is from the chapter "Perceptron" of the series "Deep Learning - Crash Course 2023".In this section, you will learn...
<
br/>
This clip is from the chapter "Perceptron" of the series "Deep Learning - Crash Course 2023".In this section, you will learn...
Curated Video
Deep Learning - Crash Course 2023 - Python Control statements - While and For
In this video, we will look at the different loops in Python called While and For.
<
br/>
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...
<
br/>
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...
Curated Video
Deep Learning - Crash Course 2023 - Control Statements Python if…else
In this video, we will explain the control statements in Python like if…else statements.
<
br/>
This clip is from the chapter "Python Crash Course on Basics" of the series "Deep Learning - Crash Course 2023".In this section, we will...
<
br/>
This clip is from the chapter "Python Crash Course on Basics" of the series "Deep Learning - Crash Course 2023".In this section, we will...
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
A Detailed Guide to the OWASP Top 10 - #4 Insecure Design Prevention
This video explains how to prevent insecure design when developing software.
Curated Video
Linux PAM Security Administration - PAM Aware Services and Stacks
This video explains PAM-aware services and stacks and how to verify if a service or a program is linked with PAM.
Curated Video
Linux PAM Security Administration - PAM Configuration File - Modules
This video explains the third or the last column of the PAM configuration files, which is the modules column.
Curated Video
Linux PAM Security Administration - The PAM File Configuration - Module Interface
This video explains the first column of the PAM file configuration, which is the module interface or type.
Curated Video
Linux PAM Security Administration - PAM File Configuration Format
This video explains the format of every PAM file configuration.