Hi, what do you want to do?
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Flexbox
In this video, we will explore the flexible box layout module, Flexbox, in CSS3. We will understand how to create flexible and responsive designs by arranging elements along a single axis or multiple axes. You will learn to leverage...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Grid System
In this video, we will discover the power of CSS Grid for creating responsive layouts. You will learn to create grid-based designs that adapt to different screen sizes and devices, allowing your website to be visually appealing across...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Display
In this video, we will explore the power of CSS3's display property and learn how to control the layout and visibility of elements on your webpages. We will discover different display values such as block, inline, and flex, and...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Height and Width
In this video, we will understand the height and width properties in CSS3 and how they are used to control the size of elements. You will learn about different measurement units and how to set fixed and responsive dimensions.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - List Tags
In this video, we will explore different list tags in HTML, including ordered lists (ol), unordered lists (ul), and definition lists (dl). You will learn to create various types of lists and customize their appearance.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - What Are Image Tags?
In this video, we will discover image tags and their role in displaying images on webpages. Explore attributes such as src, alt, width, and height to control the source, alternative text, and size of the images.
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Borrowing in Rust - The “&†Symbol in Rust
In Rust, borrowing is an essential concept for managing memory and preventing common memory-related errors. The ‘&' symbol is used to create references to variables and pass them to functions, which allows efficient memory management...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Build a Basic Calculator in JavaScript
This is an exercise video where you will build a basic calculator in JavaScript.
<
br/>
This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series "JavaScript Mastery from...
<
br/>
This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series "JavaScript Mastery from...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - OAuth and OpenID Connect
This video explains OAuth is a system that grants third-party websites limited access to user accounts. OpenID Connect 1.0 is a simple identity layer on top of the OAuth 2.0 protocol.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Markup Languages
This video explains the markup language system for annotating a document in a way that is visually distinguishable from the content. Examples include HTML and XML.
<
br/>
This clip is from the chapter "Programming Languages" of the...
<
br/>
This clip is from the chapter "Programming Languages" of the...
Curated Video
Vue.js 3 and Firebase for Beginners - Updating Regular Users to Admin Part 2
In this video, we will toggle into the ToggleAdmin.Vue component to import the views created in the previous video.
<
br/>
This clip is from the chapter "Roles and Permissions" of the series "Vue.js 3 and Firebase for...
<
br/>
This clip is from the chapter "Roles and Permissions" of the series "Vue.js 3 and Firebase for...
Curated Video
Vue.js 3 and Firebase for Beginners - Completing the Admin View
In this video, we will continue with the finishing touches inside of the Admin View. We will make use of Flexbox and place a new pizza on the menu component side by side on the larger view.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Vue.js 3 and Firebase for Beginners - Styling the AboutView
For the finishing touches of our project, we will start with some CSS styling for the AboutView page.
<
br/>
This clip is from the chapter "Finishing Touches" of the series "Vue.js 3 and Firebase for Beginners".This section is about...
<
br/>
This clip is from the chapter "Finishing Touches" of the series "Vue.js 3 and Firebase for Beginners".This section is about...
Curated Video
Vue.js 3 and Firebase for Beginners - Deleting Orders
This video explains how to delete the orders using the deleteOrder reference.
<
br/>
This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for Beginners".This section explains the Firebase...
<
br/>
This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for Beginners".This section explains the Firebase...
Curated Video
Vue.js 3 and Firebase for Beginners - Looping over Orders
Now that we can successfully retrieve the order from the database, this video explains how to loop over orders and display them inside the table.
<
br/>
This clip is from the chapter "Firebase Setup and Firestore" of the series...
<
br/>
This clip is from the chapter "Firebase Setup and Firestore" of the series...
Curated Video
Vue.js 3 and Firebase for Beginners - Looping over Pizzas
In this video, we will temporarily create a ref in which we can push our pizzas to, which will then allow us to loop over these pizzas and display them inside a table.
<
br/>
This clip is from the chapter "Composition API" of the...
<
br/>
This clip is from the chapter "Composition API" of the...
Curated Video
Vue.js 3 and Firebase for Beginners - Home View
This video talks about the home view, which is a new component that is going to be switched with the Vue router.
<
br/>
This clip is from the chapter "Project UI" of the series "Vue.js 3 and Firebase for Beginners".This section...
<
br/>
This clip is from the chapter "Project UI" of the series "Vue.js 3 and Firebase for Beginners".This section...
Curated Video
Vue.js 3 and Firebase for Beginners - Menu and Basket Styling
In this video, we will head into the menu view file and basket styling using the scoped attribute.
<
br/>
This clip is from the chapter "Project UI" of the series "Vue.js 3 and Firebase for Beginners".This section explains the...
<
br/>
This clip is from the chapter "Project UI" of the series "Vue.js 3 and Firebase for Beginners".This section explains the...
Curated Video
Vue.js 3 and Firebase for Beginners - Named Views
This video explains named views; sometimes you need to display multiple views at the same time instead of nesting them. This is where named views come into play.
<
br/>
This clip is from the chapter "Basic Routing" of the series...
<
br/>
This clip is from the chapter "Basic Routing" of the series...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Extrapolate and Code Along for Stories Feature Implementation Given ChatGPT
This video is a code-along tutorial on how to extrapolate and implement the stories feature in your React Native application using ChatGPT. You will learn how to leverage ChatGPT to generate code for the different components and logic...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - FlatList in React Native and Displaying Data
This video helps you in using FlatList in React Native to display data in your application's user interface. You will learn how to fetch and parse data from APIs or databases, as well as how to render the data in a scrollable list using...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Add Another Timeline
This lesson shows how to add another timeline to our project in Project 2021. This video demonstrates how to create a second timeline, link it to our project, and customize the timeline settings.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Work with Timeline View
This video demonstrates how to work with the Timeline View in Project 2021. This video shows how to customize the Timeline View, add tasks and milestones, and format the timeline.
<
br/>
This clip is from the chapter "Work with...
<
br/>
This clip is from the chapter "Work with...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - View Task and Deadlines
This video covers how to view tasks and deadlines in Project 2021. We will use the Gantt chart view and the task inspector to view task information, including task durations, start and finish dates, and deadlines.
<
br/>
This clip...
<
br/>
This clip...