
@tigerwolf974
- Member Since
- Nov 27, 2023
- Lessons Completed
- 35
- Comments Contributed
- 6
- Hours Watched
- 5.94
Recent Activity
Here's what @tigerwolf974 has been up to this past year
-
Completed lesson Model Query Builder Macros in AdonisJS 6
-
Completed lesson Understanding JavaScript Promises in ForEach, Map, and Reduce Loops
-
Replied to Hi Tigerwolf!Lucid cascades the transaction to relationship ...
Thank you, I had missed that information in the documentation. My English level is not very high, so there is some information that I sometimes overlook.
Thank you very much for this detailed and illustrated response. -
Upvoted comment Hi Tigerwolf!Lucid cascades the transaction to relationship ...
-
Commented on post Onboarding Newly Registered Users
Hello,
In this video, you are using a transaction withdb.transaction
.
You apply the transaction to theawait Organization.create()
.
However, forthis.#assignAdmin
andthis.#createDefaults
, you are not directly using it. Yet, these two calls are included in the callback function.
If an issue occurs inassignAdmin
orcreateDefaults
, will the transaction still perform a rollback? Or will these two functions not trigger a rollback? -
Completed lesson Listing the User's Organizations
-
Completed lesson Setting & Loading the User's Active Organization
-
Replied to Hello, tigerwolf!Sorry about the inconvenience!! Thankfully,...
Unbelievable !!! :-O
I wanted to sincerely thank you for your incredibly fast response to my comment. It’s amazing how quickly you managed to address the issue! I truly appreciate the effort and responsiveness.Thank you again for your work and dedication!
-
Upvoted comment Hello, tigerwolf!Sorry about the inconvenience!! Thankfully,...
-
Completed lesson Forgot Password & Password Reset
-
Commented on post Adding the Remember Me Token
Hello,
First of all, thank you for the high-quality content you provide.
However, I would like to ask if it would be possible to improve the video player when subtitles are enabled. Let me explain my issue: I am French, and I watch your videos with subtitles, but I often find myself pausing when the sequence moves too quickly. At that point, the progress bar appears over the subtitles, which makes it quite frustrating to read them.
For a 5-minute video, it’s manageable, but when watching a lot of videos back-to-back, such as in this section, it becomes very tiresome. Perhaps it would be a good idea to make the subtitles move upward alongside the progress bar when the video is paused.
I apologize if this is not the right place for this type of feedback.
Thank you for taking the time to read my message. -
Completed lesson Adding the Remember Me Token
-
Completed lesson Logging In Users & Displaying Exceptions
-
Completed lesson Onboarding Newly Registered Users
-
Completed lesson Logging Out Users
-
Commented on post Splitting Our Routes Between Auth & Web
Hi, thank you for this content.
Unfortunately , subtitles are wrong and correspond to the previous video. -
Completed lesson Splitting Our Routes Between Auth & Web
-
Completed lesson User Registration with InertiaJS
-
Completed lesson Creating A Toast Message Manager
-
Anniversary Thanks for being an Acocasts member for 1 year
-
Completed lesson Completing Our AppLayout & Navigation Bar
-
Completed lesson Typing Lucid Models in Inertia with DTOs
-
Completed lesson Seeding Our Initial Database Data
-
Completed lesson Creating A Lucid Model Mixin for our Organization Relationship
-
Completed lesson Defining Our Lucid Models & Relationships
-
Completed lesson Defining Our Migrations & Foreign Keys
-
Completed lesson Understanding Our Database Schema
-
Completed lesson What Are Some of Inertia's Limitations
-
Completed lesson Cross-Site Request Forgery (CSRF) Protection in InertiaJS
-
Completed lesson Creating A FormInput Vue Component
-
Completed lesson Common useForm Methods & Options
-
Completed lesson Form Validation & Displaying Errors
-
Upvoted comment cheers!
-
Upvoted comment Hi Carlos! Though I haven't worked with React since its class...
-
Upvoted comment Hi Tom - how to do the same setup with react
-
Completed lesson Global Components and Hydration Mismatch in Action
-
Completed lesson The Link Component and Programmatic Linking
-
Completed lesson Linking Between Pages & Page State Flow
-
Completed lesson Sharing Data from AdonisJS to Vue via Inertia
-
Completed lesson Server-Side Rendering (SSR) vs Client-Side Rendering (CSR)
-
Commented on post Creating Our AdonisJS App With InertiaJS
Hello , There's a problem with the subtitles. It doesn't match what you're saying.
-
Completed lesson Uploading and Displaying User Avatars
-
Completed lesson What We'll Be Building
-
Completed lesson What Is InertiaJS?
-
Completed lesson Creating A New AdonisJS 6 Project
-
Completed lesson What We'll Need Before We Begin
-
Completed lesson Introducing AdonisJS