Recent Activity
Here's what @diego-sepulveda has been up to this past year
-
Completed lesson Overview of our Database Schema
-
Completed lesson Getting Familiar with our Web Project
-
Completed lesson Getting the Web Project Up & Running
-
Completed lesson Goal of this Series
-
Completed lesson The Flow of Middleware
-
Completed lesson Validating Route Parameters
-
Completed lesson Logging In Users & Displaying Exceptions
-
Completed lesson Model vs Database Query Builder
-
Completed lesson Static, Non-Static, & Singleton Services
-
Completed lesson Service Providers & The IoC Container
-
Commented on post Three Approaches for Organizing your AdonisJS Business Logic Operations
Hey thanks for the tips. One question though, what would be your approach to avoid over-fetching data from DB, since the queries are hardcoded (inside services and actions). For example one view or endpoint could only require one field from DB, and another could require more. Would you accept params in the action to modify the query or would create more specific actions to adapt the query?
-
Completed lesson Model Query Builder Macros in AdonisJS 6
-
Completed lesson Updating A Course's Difficulty, Status, or Access Level
-
Completed lesson Getting A Course's Details, Modules, & Lessons
-
Completed lesson Singleton Services and the Idea of Caching
-
Anniversary Thanks for being an Acocasts member for 1 year
-
Completed lesson Sharing Data from AdonisJS to Vue via Inertia
-
Completed lesson Setting Up Our REST Client
-
Completed lesson Our First API Endpoint to Get Our Organization's Details
-
Completed lesson Creating A Lucid Model Mixin for our Organization Relationship
-
Completed lesson The Flow of Pages and Page Props
-
Completed lesson Setting Up TailwindCSS, Shadcn-Vue, and Automatic Component Imports
-
Completed lesson Server-Side Rendering (SSR) vs Client-Side Rendering (CSR)
-
Completed lesson Simple API Versioning
-
Completed lesson Setting & Loading the User's Active Organization
-
Completed lesson Creating Our AdonisJS App With InertiaJS
-
Completed lesson What We'll Be Building
-
Completed lesson What Is InertiaJS?
-
Completed lesson Logging Out Users
-
Completed lesson Splitting Our Routes Between Auth & Web
-
Completed lesson Typing Lucid Models in Inertia with DTOs
-
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 The useForm Helper
-
Completed lesson Form Validation & Displaying Errors
-
Completed lesson Inertia Form Basics
-
Completed lesson Defining Access Token Abilities & DTO
-
Completed lesson Separation of API & Web Auth Guard Concerns
-
Completed lesson Introducing, Installing, & Configuring Bouncer
-
Completed lesson Uploading and Displaying User Avatars
-
Completed lesson Saving All Or Nothing with Database Transactions
-
Completed lesson Managed Transactions and Syncing Movie Cast Members
-
Completed lesson AdonisJS 6 Access Token Authentication in 20 Minutes