Hi, what do you want to do?
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Testing the Counter Component
This video explains the way a bUnit package is added to a Blazor test project created with xUnit test framework and shows how to write a unit test to test the built-in counter component.
<
br/>
This clip is from the chapter "Testing...
<
br/>
This clip is from the chapter "Testing...
Curated Video
Learn Midjourney For Your Future 6 Figure Career - 5 Money-Making Examples with Midjourney
In this video, we will encourage our entrepreneurial spirit using Midjourney and learn to make some money from it. We will explore some of the examples of possibilities of making money from Midjourney in the form of coloring books...
Curated Video
Can We Eat All Insects? A Culinary Experiment
Agathe and David explore the edibility of various insects, guided by entomologist Michel Colin. They examine which insects are safe to eat, learn about their nutritional benefits, and even sample some unusual snacks. Discover which...
R Programming 101
The str_to_upper() Function in R. Convert Text to Uppercase with stringr Package
We're diving into the str_to_upper() function from the stringr package, a crucial tool for anyone working in data science, text manipulation, and R programming. The stringr package in R is designed to make string operations...
R Programming 101
Text Manipulation in R with str_c()
Welcome to our R Programming series, where we dive deep into the power of the Tidyverse! In this video, we'll explore the str_c() function from the stringr package, a crucial tool for text manipulation in R. Whether you're a data...
R Programming 101
str_replace_all() Function in R | Text Replacement with stringr Package
In this video, we'll explore the versatile str_replace_all() function from the stringr package, an essential tool for anyone working with text or strings in R programming. The stringr package in R is your go-to resource for handling and...
R Programming 101
Manipulation Text in R: Using str_locate() with the stringr Package
Unlock the power of text manipulation in R with the str_locate() function from the popular stringr package, part of the Tidyverse ecosystem! In this beginner-friendly tutorial, we'll walk you through how to precisely locate substrings...
R Programming 101
Manipulate text with the str_split() function in from the stringr package in R programming
The stringr package in R is a comprehensive suite of tools designed to simplify string operations, whether you're parsing text, cleaning data, or preparing strings for analysis. It's a must-have for data scientists, analysts, and anyone...
R Programming 101
Detecting Patterns in Text with str_detect()
In this R Programming tutorial, we explore the str_detect() function from the stringr package, a key tool in the Tidyverse for pattern detection within text data. Learn how to efficiently identify and work with specific patterns in your...
Curated Video
All About Deno 2.0
Take a first look at Deno 2.0 - a JavaScript runtime with first-class TypeScript support, and now full compatibility with Node.js Topics Covered: Deno 2.0 new features Deno vs Node.js Deno vs Bun.js
Curated Video
Nix in 100 Seconds
Nix is a purely functional package manager and config tool. It also takes form as a fully-fledged Linux distro called NixOS. Topics Covered: What is NixOS? Why use Nix? Nix basics tutorial What is the best Linux distro? Advanced Linux...
Maddie Moate
How to install a package of honey bees! | Maddie Moate
In June 2022 I had my first package of bees arrive in my own back garden! I've helped my mum look after bees for years (some of you have seen lots of our videos already) but this was the FIRST time I have ever had bees of my own. When I...
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Adding Lights
In this video, you will learn how to add lighting to our game to create a more immersive experience.
Curated Video
Machine Learning: Random Forest with Python from Scratch - Using NumPy for Random Forest
In this lesson, you will learn about the NumPy tool available in the Python library and look at the advantages of using NumPy.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random...
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Mongoose Connect and Dotenv
In this video, we will use the Mongoose library to connect to our MongoDB database. We will also use the dotenv library to manage our environment variables, such as the database connection string.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Get Elements by Tag - jsdom
In this video, we will write a unit test for a function that gets all elements with a particular tag name in a web page. We will use jsdom, a JavaScript implementation of the DOM, to simulate a web page and test our function.
<
br/>...
<
br/>...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Building a Restful API in React.JS - Part 2
Continuing from the previous video, we dive deeper into building a RESTful API in React.JS. You will learn about handling API responses, error handling, and implementing pagination for large datasets, and the process of structuring code...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - React-Router-DOM
In this video, we will examine React-Router-DOM, a popular routing library for React applications. You will learn to set up routes and navigation in React apps using React Router DOM, topics such as defining routes, rendering components...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - ORMs
This video explains ORM or Object Relational Mappers, which is a library that allows you to programmatically change data in a database using the programming language rather than the query language.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Microframework Modules
This video explains microframework modules and packages as they tend to be as small as possible by design. Packages are common solutions that are bundled up and made available to other developers.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Introduction to Dockers
This video provides an introduction to Dockers.
<
br/>
This clip is from the chapter "Cloud Run - Serverless and Containerized Applications" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this section,...
<
br/>
This clip is from the chapter "Cloud Run - Serverless and Containerized Applications" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this section,...
Curated Video
Linux Crash Course for Beginners - 2023 - System Updates and Repositories
In this video, you will learn about the commands used for system updates and repositories, that is, rpm and yum.
Curated Video
Building Microservices API in Go - Refactoring and Go Modules
In this video, we will focus on refactoring and structuring our application. We will introduce Go modules as a way to manage dependencies and improve code organization, including cleaning up our code and giving structure to our...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 07 - Java Modularization - 04 - a Quick Review
In this video, Let's look at some important points to remember about modularization.