Hi, what do you want to do?
Curated Video
The Full Stack Web Development - Database & Job Class
Backend Programming with PHP: Database & Job Class
r/>
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,...
r/>
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,...
Curated Video
The Beginners 2022 Cyber Security Awareness Training Course - Apple Part I
You will learn about the general security around Apple computers. You will also learn why Apple operating systems can be very secure most of the time but can sometimes be just as insecure as other computers. In addition, you will be...
Curated Video
Migrating to Angular 2 (Video 20)
Angular 2 is a technical and conceptual overhaul of its hugely popular predecessor, AngularJS. This means that for developers who have built and maintained applications with AngularJS, and need to transition projects across to...
Brainwaves Video Anthology
Frank Harris lll - The 400th
Professor Harris has written for more than 50 publications over the past 25 years, including the New York Times, Los Angeles Times, Chicago Tribune, New Haven Register, Northeast Magazine, and USA Today. He currently writes a column for...
Let's Tute
Microsoft Excel Tutorial: Collecting Data with Google Forms
In this Microsoft Excel tutorial, you will learn how to collect data using Google Forms. The tutorial provides step-by-step instructions on creating a Google form, sending it to participants, and automatically collecting the responses in...
Let's Tute
Microsoft Excel Tutorial: How to Enter and Format Dates in Excel
In this Microsoft Excel tutorial, you will learn how to enter and customize dates in different formats. The tutorial covers standard numeric date formats and how to use the custom format option to add slashes or remove them. It also...
Curated Video
Power BI Masterclass - Learning DAX - Daily Sales Comparison When Having Gaps in Your Dataset
In this video, we will be learning DAX to find out daily sales comparison when having gaps in your dataset.
r/>
This clip is from the chapter "Python Finance and Advanced DAX" of the series "Power BI Masterclass".In this...
r/>
This clip is from the chapter "Python Finance and Advanced DAX" of the series "Power BI Masterclass".In this...
Curated Video
Power BI Masterclass - DAX Cohort Customer OrderDate Analysis
In this video, we will cover DAX Cohort Customer OrderDate Analysis.<br/<br/>>
This clip is from the chapter "The Next Level" of the series "Power BI Masterclass".null
This clip is from the chapter "The Next Level" of the series "Power BI Masterclass".null
Curated Video
Comprehensive Android Developer Bootcamp - RecyclerView Adapter and TimeAgo - Part 1
Build a Journal App with Firestore:RecyclerView Adapter and TimeAgo - Part 1
r/>
This clip is from the chapter "Build a Journal App with Firestore" of the series "The Comprehensive Android Developer Bootcamp".In this section...
r/>
This clip is from the chapter "Build a Journal App with Firestore" of the series "The Comprehensive Android Developer Bootcamp".In this section...
Curated Video
The Full Stack Web Development - Inserting Documents
MongoDB - Learning NoSQL Database Design: Inserting Documents
r/>
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...
r/>
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...
Curated Video
Excel VBA Programming The Complete Guide - The Value vs. Text Properties
Sometimes, the way data is presented in the Excel interface is not the same way it is stored internally. In this lesson, we explore the Value and Text properties on the Range object. The former returns the actual data value while the...
Curated Video
Learning Microsoft Power BI - Creating Visualizations-Running Total Chart
In this video, we will learn how to create a running total chart and supporting DAX measure.
• Create a running total measure using the DAX quick measures
tool
• Create a calendar table and learn why it is important in a...
• Create a running total measure using the DAX quick measures
tool
• Create a calendar table and learn why it is important in a...
Curated Video
Learning PHP 7 (Video 36)
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...
friEdTech
Learn to use Autocrat 3.0
In this tutorial, you will learn to use the latest version of Autocrat (as of December 2016) to create certificates (or anything else you'd like). Autocrat is really like having a robot do your work, so trust me on this, it's VERY much...
Brainwaves Video Anthology
Husnaa Hashim - 'To Be'
Husnaa Hashim is the 2017-2018 Youth Poet Laureate of Philadelphia, and author of the poetry collection Honey Sequence. She is a sophomore at the University of Pennsylvania from West Philadelphia and Gaithersburg, Maryland. Husnaa has...
IDG TECHtalk
Using f-strings in Python to format output
The f-string feature in Python lets you format output in strings by using convenient text templates. This walkthrough shows you the basics of how to use f-string formatting in your code.
IDG TECHtalk
How to protect your network from web shell malware
Attackers are using web shells to mimic legitimate files on web servers and infect them with malware. Here’s how to prevent it.
Curated Video
Master Java Web Services and REST API with Spring Boot- Step 08 - Implementing GET Methods for User Resource
Web Services with Spring and Spring Boot: Step 08 - Implementing GET Methods for User Resource
r/>
This clip is from the chapter "RESTful Web Services with Spring and Spring Boot" of the series "Master Java Web Services and...
r/>
This clip is from the chapter "RESTful Web Services with Spring and Spring Boot" of the series "Master Java Web Services and...
Curated Video
Django3- Todo Model
In this video, we will look at the Todo model.
r/>
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...
r/>
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...
Curated Video
Power BI Masterclass - Advanced DAX - Recurring Customers and Their Sales Calculation
In this video, we will cover some advanced DAX to find recurring customers and their sales calculation.
r/>
This clip is from the chapter "DAX, R, and Gateways" of the series "Power BI Masterclass".In this section, we will be...
r/>
This clip is from the chapter "DAX, R, and Gateways" of the series "Power BI Masterclass".In this section, we will be...
Curated Video
Learn and Master C Programming - Build Menu
You will learn more about building solutions and the output files generated.
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
Adding a Date Picker in Microsoft Word
This video tutorial demonstrates how to insert a date picker into a Microsoft Word document using the developer tab. By following the step-by-step instructions provided, viewers can easily customize the format of the date displayed,...
Curated Video
Displaying Dates in Any Format You Want in Excel
In this tutorial, Justin demonstrates how to easily format dates in Microsoft Excel using custom date formats. He shows how to display dates in various ways, such as showing only the day, month, year, or full date as a sentence. By using...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Introduction to REST API
This video presents an introduction to REST API.
r/>
This clip is from the chapter "REST API Basics and Terminology" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section presents an...
r/>
This clip is from the chapter "REST API Basics and Terminology" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section presents an...