@thomas-de-groof
- Member Since
- Oct 24, 2024
- Lessons Completed
- 47
- Comments Contributed
- 3
- Hours Watched
- 3.38
Recent Activity
Here's what @thomas-de-groof has been up to this past year
-
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.json
file.
As such, AdonisJS has now removed these definitions from thetsconfig.json
file by default and you only need to define them inside yourpackage.json
file. -
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
-
Completed lesson Configuring Lucid and our Database Connection
-
Completed lesson Easy SVG Icons with Edge Iconify
-
Completed lesson HTTP Method Spoofing HTML Forms
-
Completed lesson Form Basics and CSRF Protection
-
Completed lesson Share vs Global Data Flow
-
Completed lesson State vs Share Data Flow
-
Completed lesson Extracting A Layout Component
-
Completed lesson Use Slots To Make A Button Component
-
Completed lesson Component Tags, State, and Props
-
Completed lesson Making A Reusable Movie Card Component
-
Completed lesson HTML Attribute and Class Utilities
-
Completed lesson EdgeJS Templating Basics
-
Completed lesson Easy Imports with NodeJS Subpath Imports
-
Completed lesson Deleting Items and Flushing our Redis Cache
-
Completed lesson Improved Caching with Redis
-
Completed lesson Environment Variables and their Validation
-
Completed lesson Singleton Services and the Idea of Caching
-
Completed lesson Defining A Structure for our Movie using Models
-
Completed lesson Cleaning Up Routes with Controllers
-
Completed lesson Extracting Reusable Code with Services
-
Completed lesson Listing Movies from their Markdown Files
-
Completed lesson Reading and Supporting Markdown Content
-
Completed lesson Setting Up Tailwind CSS
-
Completed lesson Vite and Our Assets
-
Completed lesson Validating Route Parameters
-
Completed lesson Loading A Movie Using Route Parameters
-
Completed lesson Linking Between Routes
-
Completed lesson Rendering a View for a Route
-
Completed lesson Routes and How To Create Them
-
Completed lesson VS Code Extensions and Configuration
-
Completed lesson Project Structure
-
Completed lesson Creating A New AdonisJS 6 Project
-
Completed lesson What We'll Need Before We Begin
-
Completed lesson Introducing AdonisJS
-
Completed lesson Quick Start Apps with Custom Starter Kits
-
Replied to @tomgobich first, thank you for the well explained, thorough...
Console output of running
npm install
manually: https://www.dropbox.com/scl/fi/7lp0c6mxqffpe5e2i0od5/Screenshot-2024-10-24-at-23.36.38.png?rlkey=v1oyt11enigq57et95lfthaiz&dl=0Bumping the
vine
dependency inpackage.json
seems to solve it:"@vinejs/vine": "^2.1.0"
-
Commented on post Quick Start Apps with Custom Starter Kits
@tomgobich first, thank you for the well explained, thorough course - learning a lot!
So far all lessons in this course worked exactly like your explanation in the videos.
Unfortunately here I'm facing an error when running the commandnpm init adonisjs@latest -- -K="github:adocasts/lets-learn-adonisjs-6"
.Console output: https://www.dropbox.com/scl/fi/7q9rrrymypef26twm2jn3/Screenshot-2024-10-24-at-23.33.30.png?rlkey=1k8h9bxu38ncfd5gofawssmo3&dl=0
-
Account created Welcome to Adocasts, @thomas-de-groof!