Recent Activity
Here's what @thomas-de-groof has been up to this past year
-
Completed lesson Model Factory Relationships
-
Anniversary Thanks for being an Acocasts member for 1 year
-
Completed lesson Defining One to One Relationships Within Lucid Models
-
Completed lesson Generating A Unique Movie Slug With Model Hooks
-
Completed lesson Querying Recently Released and Coming Soon Movies
-
Upvoted comment Thank you, Thomas!
-
Completed lesson Tapping into Model Factory States
-
Completed lesson Reusable Query Statements with Model Query Scopes
-
Completed lesson SQL Parameters and Injection Protection
-
Completed lesson Adding A Profile Model, Migration, Factory, and Controller
-
Completed lesson Altering Tables with Migrations
-
Completed lesson Unmapped and Computed Model Properties
-
Completed lesson Querying Our Movies with the Query Builder
-
Completed lesson Stubbing Fake Data with Model Factories
-
Commented on post Defining Required Data with Seeders
Copy/pasting your own remark here from lesson 2.17:
As of TypeScript 5.4, TypeScript will read and use subpath imports directly from our
package.json, meaning we no longer need to redefine them inside ourtsconfig.jsonfile.
As such, AdonisJS has now removed these definitions from thetsconfig.jsonfile by default and you only need to define them inside yourpackage.jsonfile. -
Completed lesson Defining Required Data with Seeders
-
Completed lesson The Basics of CRUD
-
Completed lesson Defining Our Models
-
Completed lesson Introducing Lucid Models
-
Completed lesson The Flow of Migrations
-
Completed lesson Introducing and Defining Database Migrations
-
Completed lesson Understanding our Database Schema