Instructional Video0:40
Curated Video

Career Growth Opportunities Through Diversity and Training

9th - Higher Ed
The video, Hilda expresses enthusiasm for their job, citing the valuable career growth opportunities provided by New York City Health Hospital through various trainings and interaction with diverse colleagues. They emphasize the...
Instructional Video0:38
Curated Video

The Importance of Teamwork and Support in Leadership

9th - Higher Ed
As a Program Manager, Hildra believes in going above and beyond for her staff, emphasizing teamwork and mutual support. She sees herself as part of the team, learning from her staff while also providing guidance and help when needed....
Instructional Video1:02
Curated Video

Career Services: Building a Strong Resume

9th - Higher Ed
Now a Program Manager for New York City Health Hospital, Hilda received valuable support from the career services department of her college in building her resume. She emphasizes the importance of including key skills, such as being...
Instructional Video0:34
Curated Video

Empowering Support for Student Success

9th - Higher Ed
This video highlights the impactful support provided by the ASAP program and its advisors. Their encouragement and assistance empowered Hilda to overcome challenges, fostering a sense of determination and resilience to persist in her...
Instructional Video2:11
Curated Video

Maximizing Career Opportunities Through Internships and Networking

9th - Higher Ed
In this video Hilda shares how her experience in office technology and medical management proved helpful in her career, highlighting the importance of internships for gaining practical work experience and understanding the work...
Instructional Video1:11
Curated Video

Embracing Diversity and Growth in the Workplace

9th - Higher Ed
Hilda values the opportunity for career growth and learning through various training opportunities she has access to as Program Manager with New York City Health & Hospitals. She appreciates the chance to work with a diverse group of...
Instructional Video2:27
Curated Video

A Program Manager's Responsibilities

9th - Higher Ed
As the program manager for the asthma program at New York City Health and Hospitals in the Bronx, Hilda oversees a team of community health workers who provide outreach, education, and support to patients with asthma. She ensures...
Instructional Video5:07
Science Buddies

Obstacle Detecting Glasses with Arduino

K - 5th
Design glasses with a built-in distance sensor and buzzer to warn blind people of an approaching obstacle.
Instructional Video12:26
Science Buddies

Automatic Dog (or cat) Treat Dispenser with Arduino

K - 5th
Build an automatic pet treat dispenser using an Arduino in this fun engineering project.
Instructional Video6:07
Curated Video

Machine Learning: Random Forest with Python from Scratch - Better Coding Practice, Completing the Game

Higher Ed
In this lecture, we will complete the game we left in the previous lesson. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section focuses on the...
Instructional Video9:49
Curated Video

Machine Learning: Random Forest with Python from Scratch - Decision Making (if, else, elif)

Higher Ed
Let's understand the fundamental element of any programming language: decision-making. We will look at the if, else, and elif statements. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random...
Instructional Video12:28
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Proof that Using Jupyter Notebook Is the Same as Not Using It

Higher Ed
In this video, explore the advantages and disadvantages of using Jupyter Notebook. This video will provide evidence and examples illustrating the similarities and differences between Jupyter Notebook and other coding environments. This...
Instructional Video2:32
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Datatypes in Rust

Higher Ed
This video explains the datatypes in Rust. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner lessons in Rust.
Instructional Video8:35
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Hello World Example in Rust

Higher Ed
In this video, you will write a Hello World example in Rust. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner...
Instructional Video10:10
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - First React App

Higher Ed
In this video, you will learn to create our first React application, be guided through the process of setting up a basic React project and understanding the structure of a React application. You will learn to create and render React...
Instructional Video2:05
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Using the useNavigate() Hook

Higher Ed
In this video, we will explore the useNavigate() hook and learn to use it to perform navigation actions in response to user interactions or other events. The video covers scenarios such as redirecting after form submission and...
Instructional Video7:29
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - How to Use the Cargo Tool in Rust

Higher Ed
This video explains how to use the Cargo tool in Rust. This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null
Instructional Video7:23
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Error Handling in Rust

Higher Ed
This video helps with error handling in Rust. This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null
Instructional Video12:11
Curated Video

Concurrent and Parallel Programming in Python - Introduction to Writing Asynchronous Programs

Higher Ed
In this video, we will understand what asynchronous programming is and the fundamental differences between synchronous and asynchronous programming. We will also write our first asynchronous program.
Instructional Video18:30
Curated Video

Concurrent and Parallel Programming in Python - Yaml File Introduction

Higher Ed
After creating a working program, you will learn how to clean up the appearance and make it nicer to have an overview and be able to expand its features in the future.
Instructional Video18:52
Curated Video

Concurrent and Parallel Programming in Python - Threading in Python

Higher Ed
This lecture demonstrates how to write our first concurrent program. The author also explains the benefits of choosing the Python coding portal instead of the other code-writing portals.
Instructional Video2:24
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Find the Longest Word in a String

Higher Ed
In this video, you will learn how to find the longest word in a given string using JavaScript. The video covers the step-by-step process of solving this problem, including how to split the string into an array of words, looping through...
Instructional Video5:02
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Time Travel Program - If Else and Equality Operators

Higher Ed
This is an exercise video where you work on time travel program using if else and equality operators. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series "JavaScript...
Instructional Video7:41
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Global Versus Local Scope in Functions with JavaScript

Higher Ed
In this video, you will learn about the concept of scope in JavaScript functions. You will explore how variables declared inside a function have local scope, meaning they can only be accessed within that function, while variables...