Seven Dimensions
Transforming Cities for a Sustainable Future
In this video, the speaker discusses the importance of implementing innovative ideas in their city. They highlight the need for a dedicated busway and a bike path to improve transportation options. The speaker emphasizes the value of...
IDG TECHtalk
Using channels to communicate between goroutines | Smart Go
The channel datatype in Go lets you send messages easily between goroutines, or concurrent operations. Learn how to get started with them in this quick introduction.
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Resilient Design
This video explores the concepts and practical implementation methods available to architect a resilient Amazon Web Services (AWS) solution. This clip is from the chapter "Solutions Architect Chapter 15 - Operational Excellence with...
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Scalability Solutions in Amazon Web Services (AWS)
This video explains the different scalability solutions available in AWS, which will help the architect in selecting the best option. This clip is from the chapter "Solutions Architect Chapter 12 - Amazon Web Services (AWS) Database...
Curated Video
Complete Java SE 8 Developer Bootcamp - Queues
A queue is a FIFO collection (first in, first out). Items are added to the tail and removed from the head. This clip is from the chapter "Collections" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to...
Curated Video
Complete Java SE 8 Developer Bootcamp - Deques
Learn about double-ended queues that allow objects to be added and removed either from head or tail. This clip is from the chapter "Collections" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to...
TMW Media
ChangeMakers Ralph Chami – IMF & The Carbon Capacity of Marine Mammals
ChangeMakers Ralph Chami – IMF & The Carbon Capacity of Marine Mammals
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Benefits of Cloud Computing
This video provides an overview of the benefits of cloud computing. You can save money, time, and headaches while moving to the Cloud. This clip is from the chapter "Solutions Architect Chapter 1 - Amazon Web Services (AWS) Cloud...
Curated Video
Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Index Alias Rotation
This video explains how to rotate index alias. This clip is from the chapter "Elasticsearch Operations" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains the concept of Elasticsearch...
Curated Video
CompTIA A+ Certification 220-1001: The Total Course - RAM Capacity
Individual sticks of DRAM will have very different capacities. It’s important to understand RAM capacities and how sticks work together to provide the total memory for a system. This clip is from the chapter "RAM" of the series "CompTIA...
Curated Video
Robotic Process Automation - UiPath RPA Developer Masterclass - RPA - Pros (Benefits)
In this video, you will learn the pros of RPA technology. The video also includes an example to see the benefits of applying RPA to a simple—but relevant—process. This clip is from the chapter "Introduction to RPA and Its Working...
Curated Video
REST APIs with Flask and Python - Class Inheritance
This video focuses on class inheritance. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh your Python knowledge.
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Applications of PySpark
Let's explore the in-demand applications of Spark in this session. This clip is from the chapter "Introduction" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".Welcome to the course. This section introduces you to...
Professor Dave Explains
Practice Problem: Oxidizing Agents
For this one we need to know the ability of different oxidizing agents to react with various functional groups, and what functional groups will result.
Curated Video
Agile Scrum Master Certification Exam Prep (CSM) - Follow Proper Sprint Process
In the continuation of the sprint planning process from the previous lecture, you will learn to estimate the amount of work done by a Scrum team and create a Scrum goal. This clip is from the chapter "Scrum Events" of the series "Agile...
Curated Video
Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - How Elasticsearch Scales?
This video explains how Elasticsearch scales. This clip is from the chapter "Installing and Understanding Elasticsearch" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains how to install...
Professor Dave Explains
Practice Problem: Drawing Substitution and Elimination Products (SN1/SN2/E1/E2)
I know you guys are dying for more practice choosing between SN1/SN2/E1/E2 mechanisms, so hopefully this one helps a little. Make sure to look at all the factors we talked about in my tutorial on this topic!
Curated Video
AWS Cloud Development Kit - From Beginner to Professional - Containerized Micro Service Architecture with ECS
This video explains containerized micro service architecture with ECS. This clip is from the chapter "Build Advanced Use Cases with CDK" of the series "AWS Cloud Development Kit - From Beginner to Professional".In this section, you will...
Curated Video
Understanding SWOT Analysis: Leveraging Strengths, Addressing Weaknesses, and Identifying Opportunities and Threats
The video discusses the concept of SWAT analysis for businesses, which stands for strengths, weaknesses, opportunities, and threats. They emphasize the importance of identifying weak components within the company and working on them to...
Makematic
Global Icons: Amelia Earhart
A short animation about the life of Global Icon Amelia Earhart and how she represents Flexibility
TLDR News
Is Recycling Plastic a Scam? Johnson Angers the Recycling Industry - TLDR News
Is Recycling Plastic a Scam? Johnson Angers the Recycling Industry - TLDR News
Curated Video
AWS Certified Data Analytics Specialty 2021 - Hands-On! - Amazon Machine Learning Service
This video focuses on Amazon's machine learning service. This clip is from the chapter "Appendix-Machine Learning Topics for the Amazon Web Services (AWS) Certified Big Data Exam" of the series "AWS Certified Data Analytics Specialty...
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - Replay Memory Implementation
This video demonstrates the implementation of replay memory. This clip is from the chapter "Deep RL DQN" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on deep RL DQN.