Instructional Video4:08
Curated Video

C++ Programming By Example - Finishing the Text Editor

Higher Ed
How do you save the file on the system and open the same on the system later?

• Remove unnecessary signal and slot connec
tions
• Allow for saving the text file to anywhere on
the system
• Open any text file
on
the...
Instructional Video13:39
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Setup Atom as text editor (setup used in this course)

Higher Ed
Download and customize the Atom text editor. This is the editor used in this course throughout
r/>
This clip is from the chapter "Development environment setup" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video7:04
Curated Video

C++ Programming By Example - Creating Custom Slots

Higher Ed
How do you write your own slots?

• Use access modifier “public” + keyword “s
lots”
• Implement the function declaration like any other cl
ass method
• Define the implementation like any oth
er
class method

...
Instructional Video6:14
Curated Video

Multi-Paradigm Programming with Modern C++ - The Course Overview

Higher Ed
This video will give you an overview about the course.
r/>
This clip is from the chapter "Introduction to C++" of the series "Multi-Paradigm Programming with Modern C++".In this section we talk about programming paradigms,...
Instructional Video7:14
Curated Video

C++ Programming By Example - Creating a Basic GUI in Qt Creator

Higher Ed
How to use Qt Creator to make a basic GUI?

• Open the *.ui file in Qt Cr
eator
• Add the QPlainTextEdit widget
to the UI
• Arrange the layout contents vertically and
a
dd menu items

This clip is from the...
Instructional Video10:08
Curated Video

Cloud Native Development on Azure with Java 4.4: Configure a Working, Automated Pipeline in Jenkins

Higher Ed
In this video, you will learn how to deploy your sample.

• Create a new directory to store the SSH
keys
• Allow remote users to connect to the Jenkins serv
er via SSH
• Use the virtual machine for continuous deployment and...
Instructional Video5:22
Curated Video

Learn and Master C Programming - Tabs versus White Space

Higher Ed
We will go over the differences between tabs versus spaces when using white space and learn why you should be using spaces instead of tabs and also learn how to turn TAB keys into spaces from Tools | Options menu.
r/>
This clip...
Instructional Video5:11
Curated Video

The Full Stack Web Development - Getting Started With Markdown

Higher Ed
Markdown- The formatting markup language: Getting Started With Markdown This clip is from the chapter "Markdown- The formatting markup language" of the series "The Full Stack Web Development".Markdown is a markup language very simple to...
Instructional Video4:21
Packt

Section Intro & File Setup

Higher Ed
JavaScript Language Fundamentals: Section Intro & File Setup
<
br/>
This clip is from the chapter "JavaScript Language Fundamentals" of the series "Modern JavaScript from the Beginning".In this section, you will learn the important...
Instructional Video2:50
Curated Video

C++ Programming By Example - Setting Up Your Text Editor Project

Higher Ed
How do you use CMake to set up a GUI project?

• Use the basic project setup provided by instr
uctor
• Open Qt Creator and created the needed file
s as shown
• Put the files in the
co
rrect folders

This...
Instructional Video8:33
Curated Video

Django3- Variables, Strings, Int, and Print

Higher Ed
In this video, we will look at variables, strings, int, and print.
r/>
This clip is from the chapter "Python Refresher" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section, we will take a...
Instructional Video4:11
Curated Video

Learning D3.JS 5.0 8.3: Adding the y-axis

Higher Ed
In this video, we will learn how to add the y-axis. • Style the y-axis • See the result and style the y-axis even more with the tickFormat()
Instructional Video4:20
Curated Video

Apache Maven Beginner to Guru - Configuring the Maven Master Password

Higher Ed
This video demonstrates how to configure the Maven master password.<br/<br/>>

This clip is from the chapter "Maven Repositories" of the series "Apache Maven: Beginner to Guru".This section provides an explanation of Maven repositories.
Instructional Video3:50
Curated Video

Next.js from Development to Deployment - Environment and Tools

Higher Ed
This video demonstrates the environment and tools required for this course.
r/>
This clip is from the chapter "Introduction to the Course" of the series "Next.js from Development to Deployment: Build a Music Event Website".This...
Instructional Video9:44
Curated Video

The Full Stack Web Development - Basic Elements & Document Setup - Project Basic Elements

Higher Ed
Basic HTML Programming: Basic Elements & Document Setup - Project Basic Elements
r/>
This clip is from the chapter "Basic HTML Programming" of the series "The Full Stack Web Development".In this section, the author briefly goes...
Instructional Video4:23
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Graphical Editors

Higher Ed
This video introduces you to the graphical editors.
r/>
This clip is from the chapter "Linux Fundamentals" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This section provides an introduction to the...
Instructional Video6:35
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Basic HTML Document

Higher Ed
HTML Crash Course: Basic HTML Document
r/>
This clip is from the chapter "HTML Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section explains about HTML, Headings, Paragraphs,...
Instructional Video8:53
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Install a Python IDE (PyCharm)

Higher Ed
This video demonstrates how to install IDE PyCharm in different operating systems.
r/>
This clip is from the chapter "Python Basics- Level 2" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this...
Instructional Video3:10
Curated Video

Learning D3.JS 5.0 4.1: The Setup

Higher Ed
In this video, we will set up the files and add the D3.js library. • Create the HTML, CSS, and JS file • Navigate to GitHub to access the D3.js library • Make sure the library is added correctly by checking the console in the developer...
Instructional Video10:32
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Special methods and what they are

Higher Ed
Working with strings and variables to handle text<br/<br/>>

This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python in-depth.
Instructional Video1:47
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Setup "Welcome"

Higher Ed
Welcome: Setup<br/<br/>>

This clip is from the chapter "Welcome" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section introduces the course
Instructional Video8:34
Curated Video

Vim Masterclass - What is Vim and Why Should You Learn It?

Higher Ed
This video explains Vim, and explains why you must prefer using it over other text editors.<br/<br/>>

This clip is from the chapter "Course Introduction" of the series "Vim Masterclass".This section introduces the course.
Instructional Video3:10
Curated Video

Responsive Design - Tool of the Trade

Pre-K - Higher Ed
Learner will obtain the necesasry free software tools used for responsive design and in the course.
Instructional Video24:04
Curated Video

REST APIs with Flask and Python - Setting up uWSGI to Run Your REST API

Higher Ed
This video explains how to install and set up uWSGI to run your REST API, which is the last step in the deployment.
r/>
This clip is from the chapter "Deploying a Server to Your Own Server" of the series "REST APIs with Flask...