All Livestreams.

Browse all our Livestreams
Team / User Management
Let's Build A Changelog App #5.0
・
Jan 15, 23

Team / User Management

In this stream, we'll add the ability for admins to invite others to their team. They'll be able to either invite them as a member or another admin.

Default Team
Let's Build A Changelog App #4.0
・
Jan 07, 23

Creating Teams & Setting Default Team

In this stream, we'll be adding the ability to create new teams, set the default team for a user when they switch between teams, and auto-forward users to their default team after login.

Let's Build A Changelog App #3.0
・
Dec 17, 22

Project CRUD

In this stream, we'll be defining our starting projects table schema, model, and setting up create, read, update, and delete (CRUD) operations for it.

Creating A Default Team After Sign Up
Let's Build A Changelog App #2.0
・
Dec 15, 22

Creating A Default Team After Sign Up

In this stream, we'll create a default team for users after signing up for our changelog application. After signing up, we'll take the user to a screen where they can update details on their default team.

Changelog #1 - Setup & Auth
Let's Build A Changelog App #1.0
・
Dec 02, 22

Creating Our AdonisJS Project & Getting Setup

In this stream, we'll start building a changelog application with AdonisJS

Recreating YouTube Chapters
Let's Build with AdonisJS #1.11
・
Nov 05, 22

Recreating YouTube's Chapters Functionality

In this stream, we'll be working to recreate YouTube's chapter functionality on Adocasts.

Altering Lesson 404 Behavior
Let's Build with AdonisJS #1.10
・
Oct 29, 22

Altering Adocasts' Lesson 404 Page Behavior

In this stream, we'll alter our soon-to-be-published lessons to display a "Coming Soon" notice when visited instead of the current 404 page.

Let's Build with AdonisJS #1.9
・
May 20, 22

Comment Likes & Unlikes

In this stream, we'll be adding the ability to like and unlike a comment on the new upcoming Jagr.Co site, built with AdonisJS.

Let's Build with AdonisJS #1.8
・
May 17, 22

Working A Bit with AdonisJS Social Auth

In this stream, we worked on fixing an issue I have on the new, not yet released, Jagr site where I didn't account for changing emails within my social auth.

Let's Build with AdonisJS #1.7
・
Apr 10, 22

Building An XML Sitemap

In this stream, we'll be going over how to build a sitemap of all our site's pages for search engines using XML to help bolster SEO.

Let's Build with AdonisJS #1.6
・
Jan 29, 22

Building A Comment System

In this stream, we focused on building a comment system that allowed infinitely nestable responses. It's all done server-side too, so it's SEO friendly!

Let's Build with AdonisJS #1.5
・
Nov 27, 21

Rebuilding Jagr.Co, Adding Posts & SubCollections to Collections

In this stream, we focus on adding the ability to add posts and subcollections to a collection.

Let's Build with AdonisJS #1.4
・
Nov 26, 21

Rebuilding Jagr.Co, Post, Collection, & Taxonomy Models

In this stream, we focus on setting up the models and migrations for the Collection and Taxonomy models and tables. We set up their relationships and get the Collection CRUD operations setup

Let's Build with AdonisJS #1.3
・
Nov 20, 21

Rebuilding Jagr.Co, Social Auth & Image Management

In this stream, we work on finishing up social authentication using AdonisJS Ally. Then, we'll add project and permission settings and image uploading to Digital Ocean Spaces.

Let's Build with AdonisJS #1.2
・
Nov 16, 21

Rebuilding Jagr.Co, Password Reset & Account Locking

In this livestream, we'll add a system to lock users' accounts after so many bad login attempts and we'll also add in the password reset flow.

Let's Build with AdonisJS #1.1
・
Nov 06, 21

Rebuilding Jagr.Co, Username Sign In & Post CRUD

In this livestream we cover adding the ability to sign in using either a username or email address. We also dig into setting up the ability to create, read, update, and delete our posts.

Let's Build with AdonisJS #1.0
・
Oct 30, 21

Rebuilding Jagr.Co, Start & Auth

In this livestream we create a new project, install and configure the Lucid and Auth packages. Define our migrations and model schema. And hammer down basic authentication.