Curated Video
Django3- List Todos
In this video, we will look at list Todos. This clip is from the chapter "Site 3 - Todo Woo" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section, we will be working on our project site 3 - Todo Woo.
IDG TECHtalk
How to use the tee command: 2-Minute Linux Tips
In this Linux tip, learn how to use the tee command. It’s a very simple command that allows you to run some other command and send its output both to the screen and to a file at the same time. If you have a suggestions for a future...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Create Post Button
Project - Build a Twitter Clone (News Feed Page): Create Post Button This clip is from the chapter "Project - Build a Twitter Clone (News Feed Page)" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section...
Curated Video
REST APIs with Flask and Python - Solution to Coding Exercise: @classmethod and @staticmethod
The video provides the solution to the "@classmethod and @staticmethod" Python coding exercise. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various...
Brian McLogan
Graph a linear inequality when the boundary lies on the y axis
👉 Learn how to graph linear inequalities with one variable. Linear inequalities are graphed the same way as linear equations, the only difference being that one side of the line that satisfies the inequality is shaded. Also broken line...
IDG TECHtalk
R 4.0: 3 new features
See three of the new features in the latest version of R. Plus, see how to test drive R 4.0 and the latest beta version of RStudio in a Docker container so you don’t interfere with your existing setup.
Curated Video
The Complete Practical Docker Guide - Running Container with Pseudo TTY
This video shows how to run container with Pseudo TTY. This clip is from the chapter "Docker Containers Management (Ubuntu, Nginx)" of the series "The Complete Practical Docker Guide".This section focuses on Docker containers management...
IDG TECHtalk
How to use the dmesg command: 2-Minute Linux Tips
In this Linux tip, learn how to use the dmesg command. It's a command that displays the content of the kernel message buffer – messages that were sent by various system services such as device drivers. You can view a lot of information...
Curated Video
Hands-On WebAssembly for C++ Programmers - Debugging WebAssembly
How do we debug our C++ in the web browser? • Setup source maps to translate C++ • Use Chrome to step through code • Use Firefox to introspect variables This clip is from the chapter "Debugging Techniques in WebAssembly" of the series...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Skipping All Git Hooks Using the --no-verify Option
This video demonstrates how to skip all Git hooks using the --no-verify option. This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains GitHub hooks in...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Fetching Changes from Upstream
This video demonstrates the process of fetching changes from upstream. This clip is from the chapter "Forks and Contribution to the Public Repositories" of the series "Complete Git Guide: Understand and Master Git and GitHub".This...
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Cracking WPA2
One way to crack WPA2 passphrases is to de-authenticate an existing connected client, then capture and analyze the client re-authenticating. This episode will demonstrate how to perform an offline dictionary attack using a WPA2...
Curated Video
The Complete Practical Docker Guide - Starting MySQL Container with env Variable
This video helps you start MySQL container with env variable. This clip is from the chapter "Communication Between Containers and Environment Variables (MySQL, phpMyAdmin)" of the series "The Complete Practical Docker Guide".This section...
IDG TECHtalk
Linux tip: Learn to use the shred command
In this Linux tip, we look at the shred command, which removes a file from a disk in a manner that is far more thorough than the rm (remove) command. Leave a comment and let us know which command you want featured in a future Linux Tips...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Cherry-picking Commits
This video explains the cherry-picking commits in Git. This clip is from the chapter "Advanced Git" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to clone one of the public...
Curated Video
The Complete Practical Docker Guide - Docker Commands Versus Management Commands
This video talks about Docker commands versus management commands. This clip is from the chapter "Introduction to the Images and Containers" of the series "The Complete Practical Docker Guide".This section provides an introduction to the...
Curated Video
The Full Stack Web Development - Installing CouchDB in Linux
Learning CouchDB: Installing CouchDB in Linux This clip is from the chapter "Learning CouchDB" of the series "The Full Stack Web Development".For CouchDB which is also no SQL database, we will checkout Fauxton – a web interface to manage...
Curated Video
The Full Stack Web Development - Installing MongoDB
MongoDB - Learning NoSQL Database Design: Installing MongoDB This clip is from the chapter "MongoDB - Learning NoSQL Database Design" of the series "The Full Stack Web Development".Here, we look into MongoDB which is a no SQL database....
Curated Video
The Full Stack Web Development - Linux Installation
Backend Programming with PHP: Linux Installation This clip is from the chapter "Backend Programming with PHP" of the series "The Full Stack Web Development".Here, we talk about all the basics of PHP and move on to OOP, integrate MySQL,...
IDG TECHtalk
Linux tip: Learn to use display release commands
In this tip, we look at commands that identify the version of Linux in use on a Linux system – the lsb_release and uname commands. Leave a comment and let us know which command you want featured in a future Linux Tips video.
Curated Video
The Complete Practical Docker Guide - Sorting Contents of the Files Using Sort Utility
This video explains sorting contents of the files using Sort utility. This clip is from the chapter "Compressing and Sorting in Linux" of the series "The Complete Practical Docker Guide".This section focuses on compressing and sorting in...
Curated Video
Modern HTML and CSS from the Beginning (Including Sass) - About Page Logos & Testimonials
Portfolio Website With Sass: About Page Logos & Testimonials This clip is from the chapter "Portfolio Website With Sass" of the series "Modern HTML and CSS from the Beginning (Including Sass)".In this Section, we’ll create a portfolio...
Curated Video
Linux Administration Bootcamp: Go from Beginner to Advanced - Viewing Files and the Nano Editor
This video explains how to view files and use the nano editor. 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...
Professor Dave Explains
Practice-Problem: Three-Reaction Pathway
We've got a starting material, and we are subjecting it to a series of three reaction conditions. What do we get? See if you can find out!