Hi, what do you want to do?
Curated Video
Basics of Chatbots with Machine Learning & Python - Self-Learning Chatbots
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.
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 6) - Repository Pattern Detailed Flow
In this video, we will cover the repository pattern detailed flow.
Curated Video
How to Send a Query Letter
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.
Curated Video
How to Get Published
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.
Curated Video
What Are Vector Databases
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...
Curated Video
PostgreSQL in 100 Seconds
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...
Curated Video
TimescaleDB in 100 Seconds
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:...
Get Me Coding
How To Create a MySQL Database Schema on Windows
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Search Functionality
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...
<
br/>
This clip is from the chapter...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Create Database
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.
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.
Curated Video
Modern JavaScript from the Beginning - Second Edition - url and querystring Modules
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...
Curated Video
Concurrent and Parallel Programming in Python - Creating a Postgres Worker
In this lesson, we will create our instruction worker using a Postgres database.
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 - Example of a Relational Database - PostgreSQL
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...
<
br/>
This clip is from the chapter "Databases" of the series "Web...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab – Use Case Deployment - Part-2
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...
<
br/>
This clip is from the chapter "Cloud Functions - Serverless and Event-Driven Applications" of...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Assignment Implement Caching
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"...
<
br/>
This clip is from the chapter "Google App Engine - For Serverless Applications"...
Curated Video
Vue.js 3 and Firebase for Beginners - Fetching Orders
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...
<
br/>
This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for Beginners".This...
Curated Video
Building Microservices API in Go - Sqlx
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...
<
br/>
This clip is from the chapter...
Curated Video
Building Microservices API in Go - Assignment Solution: Enhance GetAllCustomers API
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...
<
br/>
This clip is from the chapter "Application...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 03 - JDBC to Spring JDBC to JPA to Spring Data JPA – 10,000 Feet Overview
In this video, let's take a look at JDBC, Spring JDBC, JPA, and Spring data JPA.
Curated Video
Fundamentals of Secure Software - OWASP WebGoat Demo
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.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Making Recommendations with Collaborative Filtering
In this lesson, you will learn to implement recommendations with collaborative filtering.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Making the Model and Query Tower
After testing and training the recommendations, we will develop the model by loading the Tensor board extension.