Instructional Video5:11
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 02 - Integrating Spring Boot with Data JPA and In-Memory Database H2

Higher Ed
In this lesson, we will integrate Spring Boot framework with Data JPA and an in-memory database called H2. This clip is from the chapter "Simple REST API with Spring Boot and Spring Data JPA" of the series "Java Programming for Complete...
Instructional Video9:09
Curated Video

Practical Cyber Hacking Skills for Beginners - Understanding Databases and SQL

Higher Ed
In this lesson, we will look at databases and structured query language (SQL) and how they can be used to manipulate and retrieve data.
Instructional Video8:33
Curated Video

15 Futuristic Databases

12th - Higher Ed
Let's take a look at the top 15 new databases that could disrupt software development in the future. Many new serverless databases leverage tools like Postgres and MySQL, while others attempt build entirely new systems from scratch.
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 Video5:26
Curated Video

Master SQL for Data Analysis - Creating - Database and Schema

Higher Ed
This lesson will teach us how to create a database and schema using the PostgreSQL software. This clip is from the chapter "SQL - Creating Databases, Schemas, and Tables" of the series "Master SQL for Data Analysis".This section delves...
Instructional Video4:16
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Creating Database in RDS

Higher Ed
In this lesson, you will learn how to create a database in RDS. This clip is from the chapter "Project" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section primarily focuses on building a project on Scala Spark.
Instructional Video4:07
Curated Video

Azure Data Factory for Beginners - Build Data Ingestion - Create Linked Service for Metadata Database and Email Dataset

Higher Ed
This video demonstrates creating a linked service for metadata database and email dataset. This clip is from the chapter "Metadata-Driven Ingestion" of the series "Azure Data Factory for Beginners - Build Data Ingestion".Introduction to...
Instructional Video4:27
Curated Video

Master SQL for Data Analysis - Partitions

Higher Ed
In this lesson, we will explore partitions, a popular strategy to handle growing amounts of data, and break tables into smaller parts called partitions. This clip is from the chapter "Databases - Terminology" of the series "Master SQL...
Instructional Video5:03
Packt

Microsoft SQL Server Development for Everyone - Download and Install SQL Server Express 2017

Higher Ed
This video demonstrates how to download and install SQL Server Express 2017 • Step 1: Install Microsoft® SQL Server® 2017 Express • Microsoft® SQL Server® 2017 Express is a powerful and reliable free data management system that delivers...
Instructional Video3:48
Curated Video

What We Know About Next.js So Far

12th - Higher Ed
Vercel just introduced 4 new storage products, including a serverless Postgres database, a durable Redis store, and file uploads with CloudFlare R2. They also leaked some details about a new server actions feature for Next.js
Instructional Video7:39
Get Me Coding

SQL Lesson #3: SQL SELECT Statement with an IMPLICIT JOIN

9th - 11th
In SQL Lesson #3 I demonstrate how to write a SELECT statement with an IMPLICIT JOIN that pulls data from two or more database tables using a Star Wars database. Also begin to show you how to debug a SQL statement. More on that in a...
Instructional Video7:25
Get Me Coding

SQL Lesson #2: Simple SELECT Statement with a WHERE clause and CONCATENTATION

9th - 11th
In SQL Lesson #2 I demonstrate how to write a SELECT statement with a WHERE clause to filter your data using a Star Wars database. Also covered is how to use CONCATENATION operators to interconnect your output. You can download a...
Instructional Video7:40
Get Me Coding

SQL Lesson #1: How to write a SQL SELECT statement

9th - 11th
In this SQL intro I demonstrate how to write an SQL simple select statement using Microsoft SQL Server Management Studio. The exercise is the first in a series of tutorials that teach you how to write SQL. The data used for this example...
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. Learn basics of TimescaleDB in this quick tutorial. Topics Covered: What is TimescaleDB? TimescaleDB basics...
Instructional Video5:38
Brainwaves Video Anthology

Akash Patel - Global Citizenship

Higher Ed
Akash Patel began his teaching career in very small rural communities in Oklahoma where people had never seen or met “a brown Indian guy who spoke five languages and had traveled to over 50 countries”. He used his travel experiences to...
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 Video16:28
Curated Video

Practical Cyber Hacking Skills for Beginners - Web Attack - SQL Injection

Higher Ed
In this lesson, we will look at the top 3 web attacks. Here, we will look at malicious code or applications performed in action by third parties, mainly targeting databases.
Instructional Video4:25
Curated Video

SQLite and “libSQL”

12th - Higher Ed
Take a first look at a SQLite fork growing in popularity called libSQL, which makes it possible to launch one database per user. Let's dive into the history of SQLite and examine the tradeoffs of database scaling techniques. Topics...
Instructional Video6:56
Curated Video

Master SQL for Data Analysis - Virtual Tables (Views)

Higher Ed
In this lesson, we will look at creating virtual tables to look at tables in a different way than their existing database structures. This clip is from the chapter "SQL – Simplify Queries (Views, CTEs)" of the series "Master SQL for Data...
Instructional Video2:30
Curated Video

PostgreSQL in 100 Seconds

12th - Higher Ed
Try Postgres with Neon https://bit.ly/neon-fireship 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 datatypes and design patterns. Learn the...
Instructional Video8:11
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 13 - OPTIONAL HANDS ON - Using Docker to Launch MySQL

Higher Ed
In this lesson, we will launch MySQL with Docker in this session. This clip is from the chapter "Simple REST API with Spring Boot and Spring Data JPA" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Instructional Video3:03
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 10 - Building REST API to Delete a Course – DELETE

Higher Ed
In this lesson, we will build REST API to delete a course. This clip is from the chapter "Simple REST API with Spring Boot and Spring Data JPA" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Instructional Video2:50
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Load data (Creating RDS-II)

Higher Ed
Let's continue loading data (creating RDS) from the previous lesson. This clip is from the chapter "ETL Pipeline" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section covers Extract Transform Load (ETL)...
Instructional Video9:03
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Fetch API - Get Product By ID

Higher Ed
This lesson will teach us how to fetch and get product information by ID. This code uses the fetch() function to call the Web API Product controller class.

Other popular searches