Curated Video
ASP.NET Core MVC - Cross-Platform Development - Introduction
This video explains the course objectives and what to expect out of the course. This clip is from the chapter "Introduction" of the series "ASP.NET Core MVC - Cross-Platform Development".This section introduces you to the course, the...
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - Tour of Jenkins Dashboard
This video gives an overview of the Jenkins dashboard and admin console and introduces key concepts and terminology.
Curated Video
Vue.js 3 and Firebase for Beginners - Views or Components?
In this video, you will gain a clear understanding of the distinction between two important files: views and components. Views serve as containers for the content of each page or view within our application. On the other hand, components...
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. This clip is from the chapter "Finishing Touches" of the series "Vue.js 3 and Firebase for Beginners".This section is about the...
Curated Video
Vue.js 3 and Firebase for Beginners - Nested Routes
This video explains nested routes in Vue and how it enables you to have multiple components render on the same page. This clip is from the chapter "Basic Routing" of the series "Vue.js 3 and Firebase for Beginners".In this section, we...
Curated Video
Vue.js 3 and Firebase for Beginners - RouterLink and RouterView
This video explains RouterLink and RouterView. The router-view component is where the Vue Router will put the content that matches the current URL and the RouterLink component is for enabling user navigation in a router-enabled app. This...
Curated Video
Vue.js 3 and Firebase for Beginners - Views and Routes
In this video, the author provides insights into the views and routes folders, along with their specific locations within the code structure. This information will help you navigate the code structure effectively and streamline your...
Curated Video
Linux Crash Course for Beginners - 2023 - File Display Commands
In this video, you will learn all the commands that can be used to display file content such as cat, less, more, head, tail, vi.
Curated Video
Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Visual Analytics Best Practices
After you have learned how to create advanced charts and collate them into the dashboard, we will now look at improving the techniques in our visualization. We will look at the best practices involved.
Curated Video
Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Tableau Product Suite Introduction
In this video, you will learn more about the software products that constitute the Tableau Product Suite and are a developer and share tools and explain their features.
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up EJS with Routing
In this video, you will be setting up EJS with routing. This clip is from the chapter "EJS Templating Engines with Express" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This section focuses on...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Customize Table Columns: Part 1
This video covers the basics of customizing table columns in Project 2021, including adding, removing, and rearranging columns. This video also shows how to apply built-in filters to our project and create custom filters. This clip is...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Switch Views
This video explains switching between different views in Project 2021, such as the Gantt Chart view, Task Usage view, and Resource Sheet view. Explore how to customize views, save custom views, and quickly switch between views. This clip...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Exercise 02-1
In this demonstration exercise, we will create a blank project, familiarize ourselves with project ribbons and commands, add commands to the Quick Access Toolbar, and practice switching between views and tables. This clip is from the...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Exercise 06-2
In this exercise video, we will create a combination view with the task details form in the lower pane and upper pane, grouped by duration in weeks, and we will customize, set a highlight filter for critical tasks, and apply some...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Use of Custom Views
In this video, we will explore using custom views in Microsoft Project 2021. We will learn to create, apply, and manage custom views to tailor their project data presentations, providing a more customized and insightful view of their...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Beginner's Level Summary
In the final video of the beginner-level course, a summary of the topics covered and some final thoughts and recapitulation of what concepts were covered are discussed. This video explores how to continue building skills in Microsoft...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Print Views, Notes, and Reports
Here, we will learn to print views, notes, and reports in Project 2021. We will learn to use the print preview feature to adjust page layout and formatting and to use the print command to send projects to a printer or PDF file. This clip...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - FeedViewModel
In this video, we will cover the implementation of the FeedViewModel, which will handle the logic and data for displaying tweets in the Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Login Bug Fixes
In this video, we will be discussing the different bug fixes for the login functionality in our full stack Twitter Clone app. We will be exploring issues related to authentication and working through solutions to fix these bugs. By the...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - UserProfile Feed
The UserProfile Feed is the heart of any Twitter Clone app's user profile page, showcasing the user's latest tweets, retweets, and other activities; in this video, we will show you how to create a responsive, dynamic UserProfile feed.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Advanced TabView
In this video, we will explore more advanced techniques for implementing a TabView in a mobile app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - EnvironmentObject and Static AuthViewModel
In this video, we will discuss two important concepts in SwiftUI-EnvironmentObject and Static AuthViewModel. We will first understand what EnvironmentObject is and how it can be used to pass data between views without the need of passing...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - TopBar
The TopBar is often the first thing users see when they open your app, so it's important to make a great first impression; in this video, we will guide you through the process of building a custom TopBar for your Twitter Clone app that's...