01 All
-
BW
Build a Pet Clinic website with Spring Data and YugabyteDB Managed
In this Builder Workshop, you will learn about how to use the Spring Data YugabyteDB YSQL module for building Java applications with the Spring Framework. Check out our calendar for our next event.
-
BW
Build a Real-time Polling App with Hasura GraphQL and YugabyteDB Managed
In this Builder Workshop, you will learn about how to use the Hasura GraphQL and YugabyteDB Managed to build a real-time polling application. Check out our calendar for our next event.
-
UCF100
Introduction to Distributed SQL
Learn about Distributed SQL and why modern, cloud-native applications require a distributed SQL database.
-
UCF101
Introduction to YugabyteDB
In this introductory course, you will learn about the unique architecture of YugabyteDB as well as the various key features that make YugabyteDB an amazing distributed SQL database.
-
YSQLE04
YSQL Exercises: Aggregation queries
An aggregation query is often more than a count or summation. In this mini course, you'll tackle a series of exercises that cover built-in functions, including grouping data and ranking dating with window functions.
-
YSQLE05
YSQL Exercises: Dates and timestamps
Working with dates and timestamps in YSQL can be complex. The exercises in this mini course reveal how fantastically powerful YSQL can be to work with dates and timestamps.
-
YSQLE02
YSQL Exercises: Joins and subqueries
This mini course covers various basic commands such as INNER JOIN, LEFT OUTER JOIN, UNION, as well as subqueries.
-
YSQLE03
YSQL Exercises: Modifying Data
Querying data important, but soon you will want to add, modify, and remove data! This mini-course showcases the various Data Manipulation Language (DML) commands available to YSQL: INSERT, UPDATE, and DELETE.
-
YSQLE07
YSQL Exercises: Recursive queries
Learn how to write a recursive query with YSQL and a Common Table Expression (CTE) in this mini-course.