Hi, what do you want to do?
Espresso Media
Gullfaks to Hebron: Adriatic LNG
Gullfaks to Hebron part 6/8: This video discusses the construction of a massive liquid natural gas regasification plant on the Adriatic coast that supplies natural gas to Venice and Mestre. The platform was built using concrete and...
Curated Video
Learning PHP 7 (Video 25)
PHP is back and is faster and more lightweight than ever. The world of web technology is seamlessly evolving, and PHP 7's simplicity and prowess addresses the requirements of current and future web and mobile application...
Curated Video
Learn Git in 3 Hours- Committing Your Changes
Once changes have been made in the repository, we will want to save those changes. To do this, we use the Git commit command.
• Make and view your changes using Git
diff
• Save those changes to the repository using
Git...
• Make and view your changes using Git
diff
• Save those changes to the repository using
Git...
Curated Video
Django3- Deploying Changes
In this video, we will look at deploying changes.
r/>
This clip is from the chapter "Deployment - Pushing Your Site Live for the World to Enjoy" of the series "Django 3 - Full Stack Websites with Python Web Development".In this...
r/>
This clip is from the chapter "Deployment - Pushing Your Site Live for the World to Enjoy" of the series "Django 3 - Full Stack Websites with Python Web Development".In this...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Git Read-tree
This video sheds light on the Git read-tree.
r/>
This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to initialize a...
r/>
This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to initialize a...
Curated Video
Learn Go in 3 Hours - Validating Your Environment and Go Playground
Now that your Go environment is installed, you need to make sure that everything is working correctly.
• This video uses Visual Studio Code to create a project, write a “Hello World” program, and ru
n it.
• Create a...
• This video uses Visual Studio Code to create a project, write a “Hello World” program, and ru
n it.
• Create a...
Brian McLogan
Master Writing a single trigonometric expression using sum and difference formulas
Master Writing a single trigonometric expression using sum and difference formulas
Curated Video
The Complete Practical Docker Guide - Starting Additional Processes in the Running Container
This video explains how to start additional processes in the running container.
r/>
This clip is from the chapter "Running MongoDB Containers" of the series "The Complete Practical Docker Guide".This section focuses on running...
r/>
This clip is from the chapter "Running MongoDB Containers" of the series "The Complete Practical Docker Guide".This section focuses on running...
Packt
Destructuring and Property Shorthand Challenge
Asynchronous Node.js (Weather App): Destructuring and Property Shorthand Challenge
<
br/>
This clip is from the chapter "Asynchronous Node.js (Weather App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this...
<
br/>
This clip is from the chapter "Asynchronous Node.js (Weather App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this...
Brian McLogan
How to find coterminal angles using drawings
👉 Learn how to determine co-terminal angles given one angle. An angle is a figure formed by two rays that have a common endpoint. The two rays are called the sides of the angle while the common endpoint is called the vertex of the angle....
Brian McLogan
Determine two coterminal angles positive and negative
👉 Learn the basics of co-terminal angles. An angle is a figure formed by two rays that have a common endpoint. The two rays are called the sides of the angle while the common endpoint is called the vertex of the angle. We measure angles...
Curated Video
Complete Java SE 8 Developer Bootcamp - Your First Java Program - Part 2 (Compilation and Execution)
The author covers the compilation and execution process of a Java program.
r/>
This clip is from the chapter "Getting Started with Java" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you get an overview...
r/>
This clip is from the chapter "Getting Started with Java" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you get an overview...
Curated Video
Complete Java SE 8 Developer Bootcamp - Installing the Java SE Development Kit 8 (JDK)
Installation of JDK, which is necessary for lab assignments.
r/>
This clip is from the chapter "Welcome!" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we are introduced to the author and also learn...
r/>
This clip is from the chapter "Welcome!" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we are introduced to the author and also learn...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Exploring Git Objects with the git cat-file Command
This video explores some Git objects with the git cat-file command.
r/>
This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains...
r/>
This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains...
Curated Video
Hands-On WebAssembly for C++ Programmers - Running Your First C++ Application on the Web
Now that your tools are installed, how do you write your first C++ program to run in the browser?
• Write C++
code
• Compile the C++ code into W
ebAssembly
• Integrate input and output between the browse
r
and your...
• Write C++
code
• Compile the C++ code into W
ebAssembly
• Integrate input and output between the browse
r
and your...
Curated Video
Learn Git in 3 Hours- File System Navigation Using Your Terminal
Filesystem navigation is one of the most important skills to have when using the terminal. Navigating to different folders and listing their contents is a fundamental part of most terminal usage.
• Navigate between different...
• Navigate between different...
Curated Video
Learn Git in 3 Hours- Using VI as an Editor
Vi is a very powerful command-line text editor that allows users to edit and read any text files directly from the command line.
• Learn about VI as an e
ditor
• Open and edit a new fil
e using VI
• Learn
h
ow to quit...
• Learn about VI as an e
ditor
• Open and edit a new fil
e using VI
• Learn
h
ow to quit...
Packt
Linux - Download Kafka and Setup PATH
This video demonstrates how to download Kafka and setup PATH on a Linux system.
<
br/>
This clip is from the chapter "Starting Kafka" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you will...
<
br/>
This clip is from the chapter "Starting Kafka" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you will...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Third Commit
This video explains the concept of third commit in Git.
r/>
This clip is from the chapter "Git Branches and HEAD" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the most common...
r/>
This clip is from the chapter "Git Branches and HEAD" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the most common...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Contents of Git Objects
This video explains the various contents of Git objects.
r/>
This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to...
r/>
This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Creating a New Git Blob Based on a File
This video explains how to create a new Git blob based on a file.
r/>
This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains...
r/>
This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Creating a Basic React application
This video explains how to create a basic React application.
r/>
This clip is from the chapter "GitHub Pages" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to create GitHub...
r/>
This clip is from the chapter "GitHub Pages" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to create GitHub...
Curated Video
The Complete Practical Docker Guide - Hello World Application with Node
This video helps you with writing a hello world application with Node.js.
r/>
This clip is from the chapter "Running Node.js Applications in Docker" of the series "The Complete Practical Docker Guide".This section focuses on...
r/>
This clip is from the chapter "Running Node.js Applications in Docker" of the series "The Complete Practical Docker Guide".This section focuses on...
Curated Video
Learning PHP 7 (Video 3)
PHP is back and is faster and more lightweight than ever. The world of web technology is seamlessly evolving, and PHP 7's simplicity and prowess addresses the requirements of current and future web and mobile application...