Instructional Video12:00
Curated Video

Machine Learning: Random Forest with Python from Scratch - Strings

Higher Ed
Here, we will look at the second datatype, strings, which are characters, used to represent text instead of numbers.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with...
Instructional Video10:22
Curated Video

Modern JavaScript from the Beginning - Second Edition - Ternary Operator

Higher Ed
The ternary operator is a concise way to write if/else statements in JavaScript, and this video shows us how to use it effectively.
<
br/>
This clip is from the chapter "Logic and Control Flow" of the series "Modern JavaScript from...
Instructional Video3:31
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Building a Calculator - Part 2

Higher Ed
Continuing from the previous video, this part focuses on adding more advanced features to the calculator app. You will learn how to handle decimal inputs, implement additional arithmetic operations, and add functionality such as clearing...
Instructional Video5:49
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Flow Control: Switch Statement Program - Print Weekday Based On Number

Higher Ed
Let's look at the SWITCH statement in this video, which is also a part of the decision-making tools in Java programming.
Instructional Video5:19
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Boolean & Logical Operators

Higher Ed
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.
Instructional Video1:40
Curated Video

Deep Learning - Crash Course 2023 - Loss and Finding Parameters

Higher Ed
In this video, you will learn about loss and finding parameters.
<
br/>
This clip is from the chapter "MP Neuron Model" of the series "Deep Learning - Crash Course 2023".In this section, you will learn how to build neural networks...
Instructional Video20:46
Curated Video

Supercharge Scala Future | FP-Tower - Console Exercises - retry and onError

Higher Ed
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.
<
br/>
This clip is from the chapter...
Instructional Video8:15
Curated Video

Decoding Canine Intelligence: Insights into Dogs' Cognitive Skills

6th - Higher Ed
Explore the fascinating cognitive abilities of dogs as we delve into experiments and training sessions demonstrating their reasoning capabilities. This video highlights how dogs can analyze situations, make decisions, and display...
Instructional Video4:54
Curated Video

Behavioral Design Patterns in C++ - Lexing and Parsing

Higher Ed
This video explains the Lexing and Parsing analysis.<br<br/>/>

This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the Interpreter pattern.
Instructional Video4:11
Curated Video

Behavioral Design Patterns in C++ - Pros and Cons-Interpreter

Higher Ed
This video talks about the pros and cons of the Interpreter pattern.<br<br/>/>

This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the Interpreter pattern.
Instructional Video4:00
Curated Video

Behavioral Design Patterns in C++ - RPN Evaluator - II

Higher Ed
This video explains how to use the parser to parse some expressions.<br<br/>/>

This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the Interpreter pattern.
Instructional Video4:33
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Dynamic Level Styling / 023

Higher Ed
In this lecture, you will learn about dynamic class names and dynamic CSS styling, which involves conditional arguments passed as True or False values and then performing a task assigned to it.
Instructional Video7:21
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Conditional Templates / 014

Higher Ed
This video discusses a conditional template, which allows us to compare multiple elements with True or False return values and apply certain changes. These are templates by which we set up a condition, and it executes a code after...
Instructional Video6:38
Curated Video

Getting Started with HashiCorp Nomad - Job Constraints

Higher Ed
Here, we will understand job constraints and the constraint requirements specified at the job, group, or task level before any allocations are made. We will examine the different job constraints with examples.
<
br/>
This clip is...
Instructional Video7:45
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Ternary Operator / 028-1

Higher Ed
This video explains ternary operator in JavaScript.
<
br/>
This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains various loops in...
Instructional Video9:00
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Switch Statements / 027

Higher Ed
This video explains switch statements and why we use it, with an example.
<
br/>
This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Instructional Video2:47
Curated Video

Design Microservices Architecture with Patterns and Principles - Evaluate Clean Architecture

Higher Ed
In this video, we will evaluate the Clean Architecture used in the e-commerce application. We will assess its strengths and weaknesses, considering factors such as scalability, maintainability, and flexibility. We will discuss...
Instructional Video1:56
Curated Video

Design Microservices Architecture with Patterns and Principles - Evaluate: Microservices Architecture with Database Sharding Pattern - Cassandra

Higher Ed
This video focuses on evaluating the effectiveness of a microservices architecture that incorporates the database sharding pattern using Cassandra, the key metrics, and factors to consider when assessing the performance. The video...
Instructional Video2:03
Curated Video

Design Microservices Architecture with Patterns and Principles - Evaluate: Microservices Architecture with Fan-Out Publish/Subscribe Messaging

Higher Ed
This video focuses on the evaluation of a microservices architecture that utilizes the fan-out publish/subscribe messaging pattern. It examines the performance, scalability, and maintainability aspects of the architecture and discusses...
Instructional Video2:06
Curated Video

Design Microservices Architecture with Patterns and Principles - Design and Evaluate Microservices Architecture with WebSocket API Design

Higher Ed
In this video, you will learn to design and evaluate microservices architecture using WebSocket API design principles. We will understand the message format, connection management, and security considerations when implementing...
Instructional Video2:42
Curated Video

Design Microservices Architecture with Patterns and Principles - Design and Evaluate Microservices Architecture with gRPC API Design

Higher Ed
In this video, you will learn to design and evaluate a microservices architecture using gRPC API design principles. We will explore topics such as service contracts, protocol buffers, and performance considerations when implementing...
Instructional Video2:18
Curated Video

Design Microservices Architecture with Patterns and Principles - Evaluate: Microservices Architecture with RESTful API Design

Higher Ed
In this video, we will evaluate the effectiveness and performance of a microservices architecture implemented with RESTful APIs. We will explore key metrics, such as response time, scalability, and maintainability, to assess the...
Instructional Video1:55
Curated Video

Design Microservices Architecture with Patterns and Principles - Evaluate and Problem Microservices Architecture and Client-Service Communication

Higher Ed
In this video, we will explore evaluation techniques for microservices architecture, including assessing scalability, performance, and fault tolerance. We will address common challenges related to client-service communication, such as...
Instructional Video2:46
Curated Video

Design Microservices Architecture with Patterns and Principles - Evaluate: Microservices Architecture - First Iteration

Higher Ed
In this video, we evaluate the effectiveness of the first iteration of the microservices architecture. We will assess the design decisions, scalability, maintainability, and performance aspects, and identify areas for improvement and...