Curated Video
Java 11 Programming for Beginners 2.3: Creating the Basic Structure, Basic Class
Then, we prepare even more of the basic structure to hold the upcoming logic. • Create a new calculator class and initial method • Run through the basic structure of a Java class
Curated Video
Learning D3.JS 5.0 5.1: The data() and enter() Methods
In this video, we will learn what data binding is and how to use the data() and enter() methods. • Learn what data binding is • Get an example with data() and enter() methods • View the result in the browser and discuss it
Programming Electronics Academy
TimerOne in Arduino: Arduino Course 9.6
Using a timer based library for Arduino.
Programming Electronics Academy
Switch Case and Serial Application: Arduino Course 5
A demonstration of using a switch-case statement and serial communication in programming.
Packt
Optimizing the Page Objects Feature with the Smart Way of Objects Creation
This video explains how to optimize the page objects feature with smart ways of creating objects. This clip is from the chapter "Framework Building from Scratch - Real Time Project" of the series "Selenium WebDriver with Java - Basics to...
Packt
XHR Object Methods & Working with Text
Asynchronous JavaScript, Ajax & Fetch API: XHR Object Methods & Working with Text This clip is from the chapter "Asynchronous JavaScript, Ajax & Fetch API" of the series "Modern JavaScript from the Beginning".In this section, you will...
Let's Tute
Origami Tulip
In this video, the instructor teaches how to make an origami Tulip using simple steps. Viewers are guided through the process of folding a red paper into a waterbomb base, inflating it to create the flower shape, and then making a green...
Curated Video
Excel VBA Programming The Complete Guide - Collection Objects in Real Life
Some objects in VBA are collection objects. Their purpose is to serve as a box or container for related objects. For example, the Worksheets collection object stores a Worksheet object for each worksheet in a Workbook. In this lesson, we...
Programming Electronics Academy
Class Example: Arduino Course 8.6
A walk through of a class in programming.
Programming Electronics Academy
Blink Two LEDs: Arduino Course 4.6
A walk through of blinking two LEDs with Arduino.
Packt
Brush-Up Basic Java Concepts - 3
This is the third part of a three-part lecture that helps you brush up your Java concepts. This clip is from the chapter "Brush-Up Java Concepts for Selenium Automation" of the series "Selenium WebDriver with Java - Basics to Advanced...
Curated Video
Creational Design Patterns in Modern C++ - Pros and Cons - highlights the pros and cons of the singleton design patterns
This video highlights the pros and cons of the singleton design patterns. This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of logger classes,...
Curated Video
Learning Python Web Penetration Testing (Video 22)
With the huge growth in the number of web applications in the recent times, there has also been an upsurge in the need to make these applications secure. Web penetration testing is the use of tools and code to attack a website or web app...
Curated Video
Web Development with Node.JS and MongoDB (Video 22)
Web development technology moves at a very fast pace with new tools and techniques being released daily. It is impossible to learn them all, but choosing similar technologies allows you to step up your game while developing web...
Next Animation Studio
UAE to build Mars training city on Earth
The United Arab Emirates is planning to build a Mars training city here on Earth.
Python Programmer
EDA Python - 08-1Lists_intro
Lists are a useful data structure in python. In this video we'll take our first look at them.
Programming Electronics Academy
Things to Think About When Choosing a Library: Arduino Course 6.3
A look at different criteria to consider when choosing a code library for Arduino.
Programming Electronics Academy
If with Button: Arduino Course 5.2
Using a button and if statement with Arduino.
Packt
WebDriver Browser Methods - 1
This is the first part of a two-part lecture that explains the basic methods of the WebDriver. This clip is from the chapter "Configuring Selenium and Running Tests on All Browsers" of the series "Selenium WebDriver with Java - Basics to...
Packt
Handling Ajax/Mouse Interactions
This video explains how to handle Ajax/mouse interactions. This clip is from the chapter "Techniques to Automate Ajax Calls, Child Windows, and iFrames" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Packt
Extent Reports Generation for Standalone TestNG Tests
This video explains how to generate Extent reports for standalone TestNG tests. This clip is from the chapter "Extent Reporting Basics for Test Execution Results in Framework" of the series "Selenium WebDriver with Java - Basics to...
IDG TECHtalk
The empty interface type | Smart Go
Go's "empty interface" type allows you to work with variables that could be of any type. Learn how this can be used to construct functions that accept any variable type, and how to use type assertions that the variables in question are...
Curated Video
Core Java Programming Course- Classes and Object - Exercise 2
This video presents an exercise on classes and objects. This clip is from the chapter "Object-Oriented Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This section focuses on the different...
Curated Video
Complete Java SE 8 Developer Bootcamp - Static Methods
Learn the syntax and restrictions that are placed upon methods that are assigned to a class. This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we...