Hi, what do you want to do?
Curated Video
Cloud Native Development on Azure with Java 2.5: Build and Deploy a New Azure App Service Instance
In this video, we will create an Azure web application hosted within the Azure App Service. We will configure it such that it will be compatible for hosting our Java Spring Boot application.
• Add a new web applic
ation
•...
• Add a new web applic
ation
•...
Programming Electronics Academy
Ep. 10: High Speed Camera Rigs with Ted Kinsman
Ted is an assistant professor of photographic technology at the Rochester Institute of Technology, and has recently been doing some amazing projects combining photography with Arduino.
Curated Video
Learn and Master C Programming - Using Visual Studio Command Prompt to write 'Hello, World' one more time
Learn an easier and slight faster way to build and compile C programs from the command prompt.
r/>
This clip is from the chapter "Writing our First Program - A 'Hello, World!' Program in C" of the series "Learn and Master C...
r/>
This clip is from the chapter "Writing our First Program - A 'Hello, World!' Program in C" of the series "Learn and Master C...
Curated Video
Learn and Master C Programming - Pointers and Strings (2): Printing Out Vowels In a String
We will write a function called PrintVowels to learn how to process strings using pointers and practice with pointer arithmetic and contents of pointers...etc.
r/>
This clip is from the chapter "Pointers" of the series "Learn...
r/>
This clip is from the chapter "Pointers" of the series "Learn...
Curated Video
Learn and Master C Programming - How To Calculate Array Size in C/C++
Learn how to use the compiler with the help of 'sizeof' operator to calculate the size (number of elements) inside array without having to hard-code this value!
r/>
This clip is from the chapter "Arrays" of the series "Learn...
r/>
This clip is from the chapter "Arrays" of the series "Learn...
Curated Video
Learn and Master C Programming - What is covered in this course?
A quick overview of what we will cover throughout this course.
r/>
This clip is from the chapter "Introduction" of the series "Learn and Master C Programming For Absolute Beginners!".In this introductory section, the author...
r/>
This clip is from the chapter "Introduction" of the series "Learn and Master C Programming For Absolute Beginners!".In this introductory section, the author...
Curated Video
C++ Developer - Section Wrap-Up - Control Statements
This video presents a summary of the course.<br/<br/>>
This clip is from the chapter "Control Statements" of the series "The Complete C++ Developer Course".This section focuses on control statements and explains how to use them.
This clip is from the chapter "Control Statements" of the series "The Complete C++ Developer Course".This section focuses on control statements and explains how to use them.
Curated Video
C++ Developer - Parameter Passing: Pass-By-Value and Pass-By-Reference
This video explains parameter passing methods: pass-by-value and pass-by-reference.
r/>
This clip is from the chapter "Functions" of the series "The Complete C++ Developer Course".This section discusses the various functions in...
r/>
This clip is from the chapter "Functions" of the series "The Complete C++ Developer Course".This section discusses the various functions in...
Curated Video
C++ Developer - Section Overview - Functions
This video provides an introduction to the course.<br/<br/>>
This clip is from the chapter "Functions" of the series "The Complete C++ Developer Course".This section discusses the various functions in C++.
This clip is from the chapter "Functions" of the series "The Complete C++ Developer Course".This section discusses the various functions in C++.
Curated Video
Java 11 Programming for Beginners 1.4: Running Hello World
This video guides you to use the basic setup from Video 1 and Video 2 to create your first simple Java program. • Write the Hello World Code • Run Hello World in the IDE • Run Hello World from the command line
Curated Video
Mastering Tableau 2018.1, Second Edition 8.6: Visualize Benford’s Law
In this video, we’ll see how to visualize Benford’s law in Tableau. • Understand what Benford’s law is • Implement Benford’s law in Tableau
Curated Video
Learning D3.JS 5.0 7.1: Circles in Action
In this video, we will learn what a scatter plot is and when we need it. • Understand the code • Create the SVG element • Create the circles
Curated Video
Learning D3.JS 5.0 3.1: Creating Polygons and Polylines
In this video, we will learn how to create a polygon/polyline. • Code a polygon • Code a polyline • Understand the difference between polygon and polyline
Curated Video
Bug Bounty Program Certification 13.6: Certification Exam Practice Questions – Part 5
Exam questions.<br/>
• Practic<br/>e que<br/>stions
• Solu<br/>tions
• Explanation of answer
• Practic<br/>e que<br/>stions
• Solu<br/>tions
• Explanation of answer
Curated Video
Predictive Analytics with TensorFlow 8.2: Pooling Layer and Padding Operations
We will have a look at pooling layer and padding operations. • Study the pooling layer • Understand padding operations
Curated Video
Predictive Analytics with TensorFlow 1.3: Installing Python in Windows
This video will first explain the installing and getting started with python. We will then see python data types, strings, lists, tuples, dictionary, sets and functions.<br/>
• Ins<br/>tall python
• See<br/> the python data types
• Ins<br/>tall python
• See<br/> the python data types
Programming Electronics Academy
PWM Example: Arduino Course 4.8
An example of using Pulse Width Modulation with Arduino.
Programming Electronics Academy
Arduino millis() function: 5+ things to consider
Arduino millis() function: 5+ things to consider
Curated Video
Hands-On WebAssembly for C++ Programmers - Integrating Sounds into Our Applications
We've covered beeps, but what about more complex sounds?
• Explore SDL
Mixer
• Integrate .wav sounds
into game
• Play game to hear th
e
sounds played
This clip is from the chapter "Making Music in the...
• Explore SDL
Mixer
• Integrate .wav sounds
into game
• Play game to hear th
e
sounds played
This clip is from the chapter "Making Music in the...
Curated Video
Learn and Master C Programming - More on Block Scope in C
We will look at an important tip to help you avoid running into compilation issues with some C compilers when declaring and using local variables.
r/>
This clip is from the chapter "Fundamentals and Basics" of the series "Learn...
r/>
This clip is from the chapter "Fundamentals and Basics" of the series "Learn...
Curated Video
Learn and Master C Programming - Visual Studio Debug Menu
Learn some new concepts about debugging and stepping through code by the end.
r/>
This clip is from the chapter "Walkthrough: Visual Studio IDE" of the series "Learn and Master C Programming For Absolute Beginners!".In this...
r/>
This clip is from the chapter "Walkthrough: Visual Studio IDE" of the series "Learn and Master C Programming For Absolute Beginners!".In this...
Curated Video
Learn and Master C Programming - Using 'strlen' function to get length of string
We will learn how to use 'strlen' function to get the length of a string in C/C++.
r/>
This clip is from the chapter "Strings" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we work with...
r/>
This clip is from the chapter "Strings" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we work with...
Curated Video
C++ Developer - Section Wrap-Up - Arrays and Vectors
This video summarizes the course.<br/<br/>>
This clip is from the chapter "Arrays and Vectors" of the series "The Complete C++ Developer Course".This section explains arrays and vectors.
This clip is from the chapter "Arrays and Vectors" of the series "The Complete C++ Developer Course".This section explains arrays and vectors.
Curated Video
C++ Developer - Introduction to Pointers
This section introduces you to pointers.<br/<br/>>
This clip is from the chapter "Pointers" of the series "The Complete C++ Developer Course".This section discusses pointers in C++.
This clip is from the chapter "Pointers" of the series "The Complete C++ Developer Course".This section discusses pointers in C++.