Hi, what do you want to do?
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Video Game Menu Program
In this video, we will be creating a simple video game menu program using switch statements and validate user inputs.
<
br/>
This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming -...
<
br/>
This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming -...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Simple Addition Program
In this video, you will learn how to write a simple addition program with Int datatype.
<
br/>
This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will...
<
br/>
This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - User Input - Getline Function
In this video, you will learn about Getline function for user input.
<
br/>
This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will understand the purpose...
<
br/>
This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will understand the purpose...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Module 1 Objectives
In this video, we will cover the learning objective of this module.
<
br/>
This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will understand the purpose of...
<
br/>
This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will understand the purpose of...
Curated Video
Java Multithreading and Parallel Programming Masterclass - Introducing Spring Boot Framework (In a Nutshell)
This video helps in introducing you to the Spring Boot framework (in a nutshell).
Curated Video
Java Multithreading and Parallel Programming Masterclass - Creating Thread Pools with Executors
This video helps in creating thread pools with Executors.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Why We Should Reuse Threads
This video explains why you should reuse threads.
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Naming Convention
In this video, you will learn about naming conventions in Python classes and objects. You will understand the importance of following naming conventions for better code readability and maintainability. This video will cover the commonly...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Abstraction and Encapsulation
In this video, you will learn about abstraction and encapsulation, two important principles of OOP. You will understand how abstraction allows you to hide complex details and expose only the essential features of a class, and how...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Introduction to Inheritance
Building upon the previous video, this video will introduce you to the concept of inheritance in Python. You will learn how to create and use subclasses that inherit attributes and methods from a parent class. This video will cover the...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Exercise on Static Method (Part 3)
In this video, you will continue to apply your knowledge of static methods through another practical exercise. You will be given more challenging problem statements and will learn how to design and implement static methods to solve them....
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Exercise on Static Method (Part 2)
Continuing from the previous video, this exercise will provide further challenges in designing and implementing static methods to solve complex problems. You will apply your knowledge of static methods and their advanced usage to tackle...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Static Method
In this video, you will explore static methods in Python. You will understand the concept of static methods, which are methods that do not depend on the state of the instance or the class, and how to define and use them in your classes....
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Class Method (Part 2)
Building upon the previous video, this video will provide further insights into class methods in Python. You will learn about the @classmethod. This video will deepen your understanding of class methods and their advanced usage.
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Class Method (Part 1)
In this video, you will dive into the concept of class methods in Python. You will learn how to define and use class methods, which are methods that are bound to the class and not the instance of the class. This video will cover the...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Exercise on Class Variables
In this video, you will explore class variables in Python OOP, how they differ from instance variables, and their use cases in creating shared attributes among class instances.
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Exercise 2 on Methods
In this video, you will continue to apply your knowledge of methods through another practical exercise. You will be given a more complex problem statement and will learn how to design and implement methods to solve the problem. This...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Create Your First Class with OOP
In this video, you will learn how to create your first class in Python using OOP principles. You will understand the syntax for defining a class, creating objects, and initializing attributes. This video will provide a step-by-step guide...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Files - BUFFER
In this video, you will learn about file I/O readd Buffer class.
<
br/>
This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about STL (Standard...
<
br/>
This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about STL (Standard...
Curated Video
Practical Cyber Hacking Skills for Beginners - Crafting our Phishing Email
This video illustrates how to create or craft a phishing email.
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Edit Movies
Through this lecture, the editing of movies has been accomplished using the same modal dialog used for adding a new movie. You will learn how to achieve the task of editing a record through a user input modal popup.
<
br/>
This clip...
<
br/>
This clip...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Register the Data Access Services Class in Startup
Here, we will register the data access service in the Startup class ConfigureServices method. Once it is registered, the service can be called and used in the application.
<
br/>
This clip is from the chapter "Create a CRUD...
<
br/>
This clip is from the chapter "Create a CRUD...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Data Access Service and Methods to Retrieve Records
This lecture teaches how to create the Data Access Service class that implements an interface. You will be able to create data access service to the movies model as well as retrieve a list of movies and any specific movie from the...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Learn Asynchronous Programming Through Coding Examples
In this lecture, you will learn asynchronous programming concepts (essential for learning ASP.NET Core 3.1 Blazor).
<
br/>
This clip is from the chapter "Asynchronous Programming Fundamentals" of the series "Build and Learn ASP.NET...
<
br/>
This clip is from the chapter "Asynchronous Programming Fundamentals" of the series "Build and Learn ASP.NET...