Hi, what do you want to do?
Curated Video
Complete Java SE 8 Developer Bootcamp - Primitive Conversion
Learn rules to assign one primitive value type to a different variable type and the concept of casting in this video.
r/>
This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8...
r/>
This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8...
Curated Video
Learn and Master C Programming - Introduction & Section Overview
Overview of the section and a quick review of memory, variables and the introduction of & operator.
r/>
This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute Beginners!".In this...
r/>
This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute Beginners!".In this...
Curated Video
Describe network protocols : Creating Simple TCP Echo Server
From the section: Programming TCP Clients and Servers In this section, we will learn about how to build TCP Servers and how it works.
In this video, will learn how to create a simple TCP ec
ho server.
• Learn the...
In this video, will learn how to create a simple TCP ec
ho server.
• Learn the...
Curated Video
Learn and Master C Programming - Pointers and Arrays: Using Pointer Arithmetic with Arrays
We will learn how to apply pointer arithmetic to arrays and see different ways we can access array elements with the help from pointer arithmetic.
r/>
This clip is from the chapter "Pointers" of the series "Learn and Master C...
r/>
This clip is from the chapter "Pointers" of the series "Learn and Master C...
Curated Video
Complete Java SE 8 Developer Bootcamp - Primitive Data Types
The author dives into syntax and usage of primitive data types.
r/>
This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8 Developer Bootcamp".This section gives brief overview on...
r/>
This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8 Developer Bootcamp".This section gives brief overview on...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 18 - Understanding Primitive Variable Types in Java
This video talks about understanding primitive variable types in Java.
r/>
This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete...
r/>
This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete...
Curated Video
Excel VBA Programming The Complete Guide - The Byte, Integer and Long Data Types
VBA has 3 options for whole numbers: Byte, Integer, and Long. Each data type supports a different range of numbers; Byte only supports any number from 0 to 256 while Long can store numbers in the billions. In this lesson, we practice...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 01 - Basics about Java Integer Data Types - Casting, Operators, and More
In this video, we will learn the basics about Java integer data types - casting, operators, and more.
r/>
This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete...
r/>
This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete...
Curated Video
Comprehensive Android Developer Bootcamp - Char, Byte and Short Types in Java
Deep Dive into Java Programming Language:Char, Byte and Short Types in Java
r/>
This clip is from the chapter "Deep Dive into Java Programming Language" of the series "The Comprehensive Android Developer Bootcamp".This section...
r/>
This clip is from the chapter "Deep Dive into Java Programming Language" of the series "The Comprehensive Android Developer Bootcamp".This section...
Programming Electronics Academy
Arduino Issue: LED flickers off when using switchcase and serial monitor input via the keyboard
This Arduino tutorial was created by Programming Electronics Academy. We are an education company who seek to help people learn about electronics and programming through the ubiquitous Arduino development board.
Curated Video
Learning ASP.NET Web API (Video 27)
Revolutionary changes in the mobile world introduced various type of devices such as smart phones, tablets, and IoT devices, all connected to a network based on a HTTP protocol and HTML 5. This lead to a big push to build...
Curated Video
Learn and Master C Programming - using 'typepdef' keyword in C
We will learn how to use 'typedef' keyword to introduce new types to the compiler.
r/>
This clip is from the chapter "More C Keywords..." of the series "Learn and Master C Programming For Absolute Beginners!".In this section,...
r/>
This clip is from the chapter "More C Keywords..." of the series "Learn and Master C Programming For Absolute Beginners!".In this section,...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 19 - Understanding Primitive Variable Types in Java - Choosing a Type
This video talks about - understanding primitive variable types in Java - choosing a type.
r/>
This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java...
r/>
This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 03 - OOPS Example - Fan Class - Deciding Behavior with Methods
In this session, we will learn about OOPS example - fan class - deciding behavior with methods.
r/>
This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java...
r/>
This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java...
Curated Video
Comprehensive Android Developer Bootcamp - Booleans
Deep Dive into Java Programming Language:Booleans
r/>
This clip is from the chapter "Deep Dive into Java Programming Language" of the series "The Comprehensive Android Developer Bootcamp".This section introduces you to the...
r/>
This clip is from the chapter "Deep Dive into Java Programming Language" of the series "The Comprehensive Android Developer Bootcamp".This section introduces you to the...
Curated Video
Complete Java SE 8 Developer Bootcamp - Encapsulation and Data Hiding
Learn to design flexible and robust programs with encapsulation feature.
r/>
This clip is from the chapter "Encapsulation" of the series "Complete Java SE 8 Developer Bootcamp".In this section, the author covers encapsulation...
r/>
This clip is from the chapter "Encapsulation" of the series "Complete Java SE 8 Developer Bootcamp".In this section, the author covers encapsulation...
Curated Video
World of Computer Networking Your CCNA start - Basics of Bits and Bytes
This video explains the basics of bits and bytes in Transmission Control Protocol/Internet Protocol (TCP/IP).
r/>
This clip is from the chapter "Bits and Bytes" of the series "World of Computer Networking: Your CCNA start".This...
r/>
This clip is from the chapter "Bits and Bytes" of the series "World of Computer Networking: Your CCNA start".This...
Curated Video
Understanding Units of Data Measurement
This video tutorial provides a comprehensive explanation of the different measurements of data used in GCSE Computer Science courses in the UK, covering units like bits, nibbles, bytes, kilobytes, and beyond. It also highlights the...
Curated Video
Learn Go in 3 Hours - Strings, Runes, and Arrays
Go has built-in string and array value types, and a character type called a rune. These are different than the implementations in other languages.
• This video covers how to work with strings and arrays, and the relationship...
• This video covers how to work with strings and arrays, and the relationship...
Curated Video
Learn and Master C Programming - Memory & Storage
Learn the different types of memory, physical and virtual addressing and also discuss secondary storage (HDD & SSD).
r/>
This clip is from the chapter "Quick Intro To Computer Basics" of the series "Learn and Master C...
r/>
This clip is from the chapter "Quick Intro To Computer Basics" of the series "Learn and Master C...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Memory
This video explains memory in data structures.
<
br/>
This clip is from the chapter "Essential Concepts - I" of the series "Data Structures and Algorithms: The Complete Masterclass".This is the first part of the two-part section...
<
br/>
This clip is from the chapter "Essential Concepts - I" of the series "Data Structures and Algorithms: The Complete Masterclass".This is the first part of the two-part section...
Curated Video
The Complete Beginners Guide to Arduino - 2021 - Blink 3 LEDs - State Machine
In this lecture, we are going to blink 3 LEDs - state machine.
r/>
This clip is from the chapter "Step-by-Step Learning with Arduino Projects" of the series "The Complete Beginners Guide to Arduino - 2021".In this important...
r/>
This clip is from the chapter "Step-by-Step Learning with Arduino Projects" of the series "The Complete Beginners Guide to Arduino - 2021".In this important...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Bypassing Antivirus with All Your Future Programs
In this video, you'll learn how to bypass the antivirus with all your future programs.
r/>
This clip is from the chapter "Developing a Brute Force Attacker" of the series "The Complete Ethical Hacking Bootcamp: Beginner To...
r/>
This clip is from the chapter "Developing a Brute Force Attacker" of the series "The Complete Ethical Hacking Bootcamp: Beginner To...
Curated Video
The Complete Beginners Guide to Arduino - 2021 - Data Types
This lecture will explain the different types of data you can store and use in your Arduino code and how much space each one takes up in memory. This is an essential concept and if you do not fully understand the different data types...