Instructional Video11:41
Curated Video

The Art of Doing - Web Development for Beginners - Course Introduction

Higher Ed
In this video, we will provide an overview of the course and what you can expect to learn. This clip is from the chapter "Introduction" of the series "The Art of Doing - Web Development for Beginners".In this section, we will introduce...
Instructional Video17:06
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - EditProfileView 2

Higher Ed
Continuing from the previous video, we dive deeper into the EditProfileView to create a customizable user profile feature. By the end of this video, you will have a fully functional EditProfileView that allows users to update their...
Instructional Video1:41
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - What Is the CompTIA A+

Higher Ed
This video introduces you to CompTIA A+. This clip is from the chapter "All about the CompTIA A+" of the series "CompTIA A+ Certification Core 2 (220-1102)".This section introduces the course and everything about CompTIA A+.
Instructional Video5:07
Curated Video

The Art of Doing - Web Development for Beginners - Store Front Two Preview

Higher Ed
In this video, we will have a quick preview of our next project. You will learn how to design a multi-page site for a new "˜made-up company'. The site will include pages such as Home, About, Contact, Pricing, and Pictures, and you are...
Instructional Video8:16
Curated Video

The Art of Doing - Web Development for Beginners - Proper HTML Structure

Higher Ed
In this video, we will explore the proper structure of an HTML page, starting with the DOCTYPE declaration and then discussing the html, head, and body tags. We will also see how to place our HTML tags inside either the head or body...
Instructional Video5:10
Curated Video

The Art of Doing - Web Development for Beginners - Final CSS Project Preview

Higher Ed
In this video, we will have a quick preview of our final CSS project, which involves building a website for a club, organization, team, and so on. We will discuss the required pages, HTML structure, and semantic elements that should be...
Instructional Video4:08
Curated Video

The Art of Doing - Web Development for Beginners - Final HTML Project Preview

Higher Ed
In this video, we will provide an overview of the final project for this section on HTML. You will be tasked with building an HTML-only website using all the techniques and tags covered in the previous videos. We will discuss the...
Instructional Video4:17
Curated Video

The Art of Doing - Web Development for Beginners - Organized Collectors Preview

Higher Ed
In this video, we will apply the concepts we have learned about organized HTML to our "Collectors" project. Specifically, we will be working on a Pokémon trading web page and restructuring it to improve its organization and appearance....
Instructional Video14:54
Curated Video

ChatGPT for Creatives - How to Generate Ways to Make Money with Your Creativity

Higher Ed
In this video, we will explore tips and strategies on how to generate ideas for monetizing our creativity, discuss various platforms and tools that can be used to showcase our work and connect with potential clients, such as social...
Instructional Video3:54
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Data You Need to Know

Higher Ed
Data is everywhere in our networks. Good techs understand the types of data used on networks and how to handle that data from a business, legal, and moral standpoint. Organizing our data also helps us understand the types of protections...
Instructional Video13:11
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Malware

Higher Ed
Malware comes in many forms; infestations have many symptoms. This video describes malware in all its lovely shades of ugly, from viruses and worms to spontaneous application crashes and invalid certificate errors. This clip is from the...
Instructional Video8:52
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - The World Wide Web

Higher Ed
The web puts a graphical face on the Internet. You access it via a web browser, connecting with HTTP (insecure) or HTTPS (secure). Certificates give you a resource for whether a website can be trusted. This clip is from the chapter "The...
Instructional Video10:54
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Understanding DNS

Higher Ed
Individual hosts use IP addresses, but humans are terrible at memorizing long strings of numbers. To make our lives easier, most TCP/IP networks (and certainly the Internet) use the Domain Name System (DNS) to apply more human-friendly...
Instructional Video13:02
Curated Video

React JS Masterclass - Go From Zero To Job Ready - React Introduction

Higher Ed
This introduction by the instructor delves deep into React, why we should learn it, its features and advantages, and its prerequisites.
Instructional Video14:20
Curated Video

React JS Masterclass - Go From Zero To Job Ready - UI Design (Tailwind and Flowbite) / 065

Higher Ed
Now, we will focus on creating a basic user interface. We will define the page structure and how Cinemate, using Tailwind and Flowbite, works.
Instructional Video15:21
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Structure / 055

Higher Ed
In this video, we will learn how to improve the structure of our project. We will learn to create proper header and footer components and import them from the components folder. This will be the base structure on which the project will...
Instructional Video17:05
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Component Level Styling / 021

Higher Ed
After exploring index.css, we will look at the component-level styling. We will understand the structure of a component that involves styling.
Instructional Video2:41
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Assignment Statement and Demo / 080

Higher Ed
In this lesson, you will learn about the project details, what we will build, and the components required to implement the project.
Instructional Video10:05
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Development Branch on Git and GitHub

Higher Ed
Here, you will learn how to develop and deploy the project branch on Git and GitHub.
Instructional Video11:42
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Responsive Screen and Component Tools / 210

Higher Ed
Here, we will examine and explore the various possible settings related to our responsive screen. We will define page sizes, appearance of components on different pages, etc.
Instructional Video5:55
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Deployment

Higher Ed
In this video, you will learn how to deploy our project on an online server. The first method involves pushing our project from the local system to a GitHub repository to Netlify or any other server we choose. The second way is to push...
Instructional Video12:10
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Create React App

Higher Ed
This lecture demonstrates how to create a React application. We will understand the version and documentation to be used for our learning. We will create the package for our projects, which we will use throughout the course for training.
Instructional Video5:27
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Authentication - I / 263

Higher Ed
Firebase Authentication provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users to your app.
Instructional Video8:49
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Exchange Rate Model

Higher Ed
This video explains the exchange rate model. This clip is from the chapter "Deep Links in Widgets" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains deep links in widgets.