Instructional Video2:37
Curated Video

Basics of Chatbots with Machine Learning & Python - Self-Learning Chatbots

Higher Ed
Here, we will understand self-learning chatbots, which, as suggested, means that the chatbots can learn independently. The chatbot asks a series of queries and stores the responses before deciding on an action based on the responses.
Instructional Video6:31
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 6) - Repository Pattern Detailed Flow

Higher Ed
In this video, we will cover the repository pattern detailed flow.
Instructional Video2:15
Curated Video

How to Send a Query Letter

9th - Higher Ed
Howcast -Struggling to get noticed for your writing talents? Craft a professional calling card that will help you sell that first project to a literary agent or publisher.
Instructional Video2:49
Curated Video

How to Get Published

9th - Higher Ed
Writing is no easy job. The hardest part is exposing yourself to criticism and rejection, but if you keep your goal of publication in sight and continue to work toward your dream, you may end up seeing your name in print.
Instructional Video3:21
Curated Video

What Are Vector Databases

12th - Higher Ed
Vector databases are rapidly growing in popularity as a way to add long-term memory to LLMs like GPT-4, LLaMDA, and LLaMA. Learn how popular vector databases like Pinecone and Weaviate can store ML embeddings to integrate with tools like...
Instructional Video2:30
Curated Video

PostgreSQL in 100 Seconds

12th - Higher Ed
Try Postgres with Neonref='https://bit.ly/neon-fireship' target='_blank' rel='nofollow'>Neon right now. Postgres is one of the most popular open-source SQL databases. It is an object-relational database that supports a wide range of...
Instructional Video2:31
Curated Video

TimescaleDB in 100 Seconds

12th - Higher Ed
Timescale is a mega-fast time-series database built on top of Postgres with full SQL support='https://tsdb.co/ts-fireship.' target='_blank' rel='nofollow'>support Learn basics of TimescaleDB in this quick tutorial. Topics Covered:...
Instructional Video6:48
Get Me Coding

How To Create a MySQL Database Schema on Windows

9th - 11th
Using MySQL Workbench, walk through the steps to create a MySQL database schema using the database samples provided by MySQL. This easy step by step video will show you have to get the sample database files and then understand the...
Instructional Video19:21
Curated Video

Modern JavaScript from the Beginning - Second Edition - Search Functionality

Higher Ed
In this video, we will create a search function that allows users to search for movies and TV shows. We will use JavaScript's Fetch function to query the API and render the results to the UI.
<
br/>
This clip is from the chapter...
Instructional Video5:59
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Create Database

Higher Ed
This video explains how to create a database.<br<br/>/>

This clip is from the chapter "Adding a Database" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to create and add a database.
Instructional Video7:26
Curated Video

Modern JavaScript from the Beginning - Second Edition - url and querystring Modules

Higher Ed
The url and querystring modules provide methods for working with URLs and query strings. In this video, we will explore the different methods available in these modules and how to use them to parse and manipulate URLs and query strings...
Instructional Video21:55
Curated Video

Concurrent and Parallel Programming in Python - Creating a Postgres Worker

Higher Ed
In this lesson, we will create our instruction worker using a Postgres database.
Instructional Video3:29
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - ORMs

Higher Ed
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...
Instructional Video8:40
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Example of a Relational Database - PostgreSQL

Higher Ed
This video explains PostgreSQL, known as Postgres, a free and open-source relational database management system that emphasizes extensibility and SQL compliance.
<
br/>
This clip is from the chapter "Databases" of the series "Web...
Instructional Video5:27
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab – Use Case Deployment - Part-2

Higher Ed
This is the second of the two-part video on deploying a Python application to Google Cloud Platform using a real-world use case.
<
br/>
This clip is from the chapter "Cloud Functions - Serverless and Event-Driven Applications" of...
Instructional Video2:22
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Assignment Implement Caching

Higher Ed
In this lab assignment video, we will be testing your knowledge of caching in Python applications by asking you to implement a caching mechanism.
<
br/>
This clip is from the chapter "Google App Engine - For Serverless Applications"...
Instructional Video7:58
Curated Video

Vue.js 3 and Firebase for Beginners - Fetching Orders

Higher Ed
This video explains how to successfully retrieve the orders from the database to use them in our project.
<
br/>
This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for Beginners".This...
Instructional Video11:36
Curated Video

Building Microservices API in Go - Sqlx

Higher Ed
In this video, we will introduce Sqlx, a popular library for database operations in Go, and demonstrate how to refactor our server-side layer to use Sqlx for improved database interactions.
<
br/>
This clip is from the chapter...
Instructional Video7:33
Curated Video

Building Microservices API in Go - Assignment Solution: Enhance GetAllCustomers API

Higher Ed
In this solution video, we will review the solution for the Enhance GetAllCustomers API assignment and discuss the best practices for implementing the required functionality.
<
br/>
This clip is from the chapter "Application...
Instructional Video4:24
Instructional Video9:02
Curated Video

Fundamentals of Secure Software - Injection

Higher Ed
This video explains Injection.
Instructional Video10:33
Curated Video

Fundamentals of Secure Software - OWASP WebGoat Demo

Higher Ed
WebGoat is a deliberately insecure web application maintained by OWASP designed to teach web application security videos. In this video, we will do a brief demo to get you started on using WebGoat.
Instructional Video12:27
Instructional Video8:18
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Making the Model and Query Tower

Higher Ed
After testing and training the recommendations, we will develop the model by loading the Tensor board extension.