Curated Video
Career Growth Opportunities Through Diversity and Training
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...
Curated Video
The Importance of Teamwork and Support in Leadership
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....
Curated Video
Career Services: Building a Strong Resume
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...
Curated Video
Empowering Support for Student Success
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...
Curated Video
Maximizing Career Opportunities Through Internships and Networking
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...
Curated Video
Embracing Diversity and Growth in the Workplace
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...
Curated Video
A Program Manager's Responsibilities
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...
Science Buddies
Obstacle Detecting Glasses with Arduino
Design glasses with a built-in distance sensor and buzzer to warn blind people of an approaching obstacle.
Science Buddies
Automatic Dog (or cat) Treat Dispenser with Arduino
Build an automatic pet treat dispenser using an Arduino in this fun engineering project.
Curated Video
Machine Learning: Random Forest with Python from Scratch - Better Coding Practice, Completing the Game
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Decision Making (if, else, elif)
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...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - Proof that Using Jupyter Notebook Is the Same as Not Using It
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Datatypes in Rust
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.
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Hello World Example in Rust
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - First React App
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Using the useNavigate() Hook
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - How to Use the Cargo Tool in Rust
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
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Error Handling in Rust
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
Curated Video
Concurrent and Parallel Programming in Python - Introduction to Writing Asynchronous Programs
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.
Curated Video
Concurrent and Parallel Programming in Python - Yaml File Introduction
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.
Curated Video
Concurrent and Parallel Programming in Python - Threading in Python
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.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Find the Longest Word in a String
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Time Travel Program - If Else and Equality Operators
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Global Versus Local Scope in Functions with JavaScript
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...