Hi, what do you want to do?
Curated Video
Mastering Django Web Development (Video 7)
Django is one of the world's leading web development platforms that follows the model-view-template development method. This Python web framework makes your app building experience smoother, faster, and easier. It has been and...
Curated Video
Learning Python Web Penetration Testing (Video 10)
With the huge growth in the number of web applications in the recent times, there has also been an upsurge in the need to make these applications secure. Web penetration testing is the use of tools and code to attack a website or...
Curated Video
Learning Akka (Video 21)
Akka helps you to build scalable, resilient, and fault-tolerant distributed systems that can provide outstanding performance on local machines as well as over remote networks. Employing the actor model, it is possible to leverage...
Curated Video
Learning Akka (Video 20)
Akka helps you to build scalable, resilient, and fault-tolerant distributed systems that can provide outstanding performance on local machines as well as over remote networks. Employing the actor model, it is possible to leverage...
Curated Video
Introducing Ionic 2 (Video 7)
Hybrid apps are changing the way people build mobile applications. With Ionic 2, hybrid app developers are gifted with not only a fresh, well-built, and powerful platform, but also a tool to enjoy their development experience....
Curated Video
Learning CSS (Video 31)
As a modern day web designer, it is very critical for you to prepare for the CSS3 world we live in. A major challenge that designers face in their day-to-day life is making their designs stand out from the rest and ensuring they...
Curated Video
Web Development with Node.JS and MongoDB (Video 13)
Web development technology moves at a very fast pace with new tools and techniques being released daily. It is impossible to learn them all, but choosing similar technologies allows you to step up your game while developing web...
Curated Video
Learning CSS (Video 23)
As a modern day web designer, it is very critical for you to prepare for the CSS3 world we live in. A major challenge that designers face in their day-to-day life is making their designs stand out from the rest and ensuring they...
Curated Video
Mastering MEAN Web Development Expert Full Stack JavaScript (Video 15)
Web development is moving fast and to keep up to mark, you need a technology stack that is . The MEAN stack includes MongoDb, Express, Angular, and Node.js. These tools provide a rich environment to build advanced web...
Packt
Advanced Computer Vision Projects 1.5: Retraining the Model
In this video, we cover retraining the captioning data on user provided images. • Load the model and initialize the TensorFlow session • Apply the model to sample images • Visualize the results
Curated Video
Mastering Tableau 2018.1, Second Edition 7.5: Understanding Window Table Calculations
In this video, we’ll cover window functions.<br/>
• Understand windo<br/>w functions
• Impl<br/>ement window functions
• Understand windo<br/>w functions
• Impl<br/>ement window functions
Curated Video
TypeScript for Beginners - Array Interfaces
This video demonstrates how to work with array interfaces.<br/<br/>>
This clip is from the chapter "Interfaces" of the series "TypeScript for Beginners".This section introduces you to interfaces and explains how to use them.
This clip is from the chapter "Interfaces" of the series "TypeScript for Beginners".This section introduces you to interfaces and explains how to use them.
Curated Video
TypeScript for Beginners - String Indexed Array Interfaces
This video demonstrates how to work with string indexed array interfaces.
r/>
This clip is from the chapter "Interfaces" of the series "TypeScript for Beginners".This section introduces you to interfaces and explains how to use...
r/>
This clip is from the chapter "Interfaces" of the series "TypeScript for Beginners".This section introduces you to interfaces and explains how to use...
Curated Video
TypeScript for Beginners - Passing Parameters
This video demonstrates how to pass parameters.<br/<br/>>
This clip is from the chapter "Arrow Functions" of the series "TypeScript for Beginners".This video introduces you to the arrow functions and explains how to use them.
This clip is from the chapter "Arrow Functions" of the series "TypeScript for Beginners".This video introduces you to the arrow functions and explains how to use them.
Curated Video
TypeScript for Beginners - Using Static Properties
This video demonstrates how to use static properties.
r/>
This clip is from the chapter "Access Modifiers, Encapsulation, and Static" of the series "TypeScript for Beginners".This section introduces you to access modifiers,...
r/>
This clip is from the chapter "Access Modifiers, Encapsulation, and Static" of the series "TypeScript for Beginners".This section introduces you to access modifiers,...
Curated Video
Learn and Master C Programming - Section Overview - Preprocessor Directives
Quick introduction and overview.
r/>
This clip is from the chapter "Preprocessor Directives" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into #define directive and its uses to...
r/>
This clip is from the chapter "Preprocessor Directives" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into #define directive and its uses to...
Curated Video
The Full Stack Web Development - Controllers and Basic Routes - Project Rails App
Backend Programming with Ruby On Rails: Controllers and Basic Routes - Project Rails App
r/>
This clip is from the chapter "Backend Programming with Ruby On Rails" of the series "The Full Stack Web Development".In this section,...
r/>
This clip is from the chapter "Backend Programming with Ruby On Rails" of the series "The Full Stack Web Development".In this section,...
Curated Video
CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Shadows
Advanced CSS: Shadows<br/<br/>>
This clip is from the chapter "Advanced CSS" of the series "CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox)".In this section, you will learn about Advanced CSS.
This clip is from the chapter "Advanced CSS" of the series "CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox)".In this section, you will learn about Advanced CSS.
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Amazon Web Services (AWS) Batch
This video focuses on AWS batch that automatically runs the slick scripts created in the AWS environment.
r/>
This clip is from the chapter "Solutions Architect Chapter 6 - Compute Services Management" of the series "AWS...
r/>
This clip is from the chapter "Solutions Architect Chapter 6 - Compute Services Management" of the series "AWS...
Curated Video
Complete Modern C++ - Static Class Members
This video explains how to use the static keyword to create static member variables and functions.
r/>
This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives an overview of...
r/>
This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives an overview of...
Curated Video
C++ Standard Template Library in Practice - Defining an Allocator
The user would like to know how to implement their own allocator.
• Talk about what is expected of an allo
cator
• Define a minimal
allocator
• Reinforce the lesson
wi
th an example
This clip is from the...
• Talk about what is expected of an allo
cator
• Define a minimal
allocator
• Reinforce the lesson
wi
th an example
This clip is from the...
Curated Video
C++ Standard Template Library in Practice - Sequence Algorithms - equals
The listener is new to algorithms and does not know about the equals sequence algorithm.
• Introduce the listener to the equals algo
rithm
• Show how it works and explain the different versions
available
• Reinforce...
• Introduce the listener to the equals algo
rithm
• Show how it works and explain the different versions
available
• Reinforce...
Curated Video
C++ 20 (2a) New Features - Defining Own Concepts
Implement mySort wrapper to std::sort function. Use the function incorrectly.
• Consider compiler error diagno
stics
• Constrain function using RandomAccessIterator and LessThanComparabl
e concepts
• Consider...
• Consider compiler error diagno
stics
• Constrain function using RandomAccessIterator and LessThanComparabl
e concepts
• Consider...
Brian McLogan
Evaluate for sine cosine and tangent using reference angles
👉 Learn how to find the reference angle of a given angle. The reference angle is the acute angle formed by the terminal side of an angle and the x-axis. To find the reference angle, we determine the quadrant on which the given angle lies...