Hi, what do you want to do?
Curated Video
C++ Programming By Example - Finishing the Text Editor
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...
• Remove unnecessary signal and slot connec
tions
• Allow for saving the text file to anywhere on
the system
• Open any text file
on
the...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Setup Atom as text editor (setup used in this course)
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...
r/>
This clip is from the chapter "Development environment setup" of the series "Python 3: Project-based Python, Algorithms, Data...
Curated Video
C++ Programming By Example - Creating Custom Slots
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
...
• 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
...
Curated Video
Multi-Paradigm Programming with Modern C++ - The Course Overview
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,...
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,...
Curated Video
C++ Programming By Example - Creating a Basic GUI in Qt Creator
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...
• 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...
Curated Video
Cloud Native Development on Azure with Java 4.4: Configure a Working, Automated Pipeline in Jenkins
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...
• 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...
Curated Video
Learn and Master C Programming - Tabs versus White Space
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...
r/>
This clip...
Curated Video
The Full Stack Web Development - Getting Started With Markdown
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...
Packt
Section Intro & File Setup
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...
<
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...
Curated Video
C++ Programming By Example - Setting Up Your Text Editor Project
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...
• 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...
Curated Video
Django3- Variables, Strings, Int, and Print
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...
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...
Curated Video
Learning D3.JS 5.0 8.3: Adding the y-axis
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()
Curated Video
Apache Maven Beginner to Guru - Configuring the Maven Master Password
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.
This clip is from the chapter "Maven Repositories" of the series "Apache Maven: Beginner to Guru".This section provides an explanation of Maven repositories.
Curated Video
Next.js from Development to Deployment - Environment and Tools
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...
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...
Curated Video
The Full Stack Web Development - Basic Elements & Document Setup - Project Basic Elements
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...
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...
Curated Video
Linux Administration Bootcamp: Go from Beginner to Advanced - Graphical Editors
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...
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...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Basic HTML Document
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,...
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,...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Install a Python IDE (PyCharm)
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...
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...
Curated Video
Learning D3.JS 5.0 4.1: The Setup
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Special methods and what they are
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.
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.
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Setup "Welcome"
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
This clip is from the chapter "Welcome" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section introduces the course
Curated Video
Vim Masterclass - What is Vim and Why Should You Learn It?
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.
This clip is from the chapter "Course Introduction" of the series "Vim Masterclass".This section introduces the course.
Curated Video
Responsive Design - Tool of the Trade
Learner will obtain the necesasry free software tools used for responsive design and in the course.
Curated Video
REST APIs with Flask and Python - Setting up uWSGI to Run Your REST API
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...
r/>
This clip is from the chapter "Deploying a Server to Your Own Server" of the series "REST APIs with Flask...