Curated Video
Java Programming for Complete Beginners - Java 16 - Step 02 - Integrating Spring Boot with Data JPA and In-Memory Database H2
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...
Curated Video
Practical Cyber Hacking Skills for Beginners - Understanding Databases and SQL
In this lesson, we will look at databases and structured query language (SQL) and how they can be used to manipulate and retrieve data.
Curated Video
15 Futuristic Databases
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.
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
Master SQL for Data Analysis - Creating - Database and Schema
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...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Creating Database in RDS
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.
Curated Video
Azure Data Factory for Beginners - Build Data Ingestion - Create Linked Service for Metadata Database and Email Dataset
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...
Curated Video
Master SQL for Data Analysis - Partitions
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...
Packt
Microsoft SQL Server Development for Everyone - Download and Install SQL Server Express 2017
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...
Curated Video
What We Know About Next.js So Far
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
Get Me Coding
SQL Lesson #3: SQL SELECT Statement with an IMPLICIT JOIN
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...
Get Me Coding
SQL Lesson #2: Simple SELECT Statement with a WHERE clause and CONCATENTATION
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...
Get Me Coding
SQL Lesson #1: How to write a SQL SELECT statement
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...
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. Learn basics of TimescaleDB in this quick tutorial.
Topics Covered:
What is TimescaleDB?
TimescaleDB basics...
Brainwaves Video Anthology
Akash Patel - Global Citizenship
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...
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
Practical Cyber Hacking Skills for Beginners - Web Attack - SQL Injection
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.
Curated Video
SQLite and “libSQL”
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...
Curated Video
Master SQL for Data Analysis - Virtual Tables (Views)
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...
Curated Video
PostgreSQL in 100 Seconds
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 13 - OPTIONAL HANDS ON - Using Docker to Launch MySQL
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 10 - Building REST API to Delete a Course – DELETE
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...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Load data (Creating RDS-II)
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)...
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Fetch API - Get Product By ID
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.