Ryan
@n2zb
Strasbourg, FRANCE
- Member Since
- Apr 29, 2024
- Lessons Completed
- 47
- Comments Contributed
- 4
- Hours Watched
- 7.01
Recent Activity
Here's what @n2zb has been up to this past year
-
Completed lesson Understanding our Database Schema
-
Commented on post Configuring Lucid and our Database Connection
Hi Tom,
I usually work with SQLite or Postgres, but I was wondering if there was a way to work with a NoSQL solution (like Firebase) on Adonis since Lucid seems to be a SQL-only builder? -
Completed lesson Creating A New AdonisJS 6 Project
-
Completed lesson What We'll Need Before We Begin
-
Completed lesson Introducing AdonisJS
-
Completed lesson Configuring Lucid and our Database Connection
-
Completed lesson Easy SVG Icons with Edge Iconify
-
Commented on post HTTP Method Spoofing HTML Forms
Is this really the only clean way to tell Edge to pass this request with a parameter to specify the method? I mean: add an empty object, then an object containing a property
qs
which is itself an object containing the method name... It's a bit verbose... or is it intentional?In a shorter way :
action="{{ route('redis.flush') }}?_method=DELETE"
Copied!But it might be nicer for DX to have a helper to do something like :
action="{{ route('redis.flush').method('DELETE') }}"
Copied!What do you think about this ?
-
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 HTML Attribute and Class Utilities
-
Upvoted comment Hi n2zb! Imports using the @ character, like @adonisjs/core ...
-
Upvoted comment Hi n2zb! We started our CacheService without using Redis, but...
-
Commented on post Easy Imports with NodeJS Subpath Imports
Hello Tom, what's the difference between imports using subpath starting with
#
and another starting with@
? -
Completed lesson Easy Imports with NodeJS Subpath Imports
-
Completed lesson Quick Start Apps with Custom Starter Kits
-
Completed lesson Deleting Items and Flushing our Redis Cache
-
Commented on post Improved Caching with Redis
Hi Tom, why do you define an overlay on redis with the CacheService class? I don't understand why you don't use the methods provided by redis directly. Is it an abstraction layer that preserves the name of the methods independently of the service used? A bit like what you explained with the aliases for routes?
-
Completed lesson Improved Caching with Redis
-
Completed lesson Environment Variables and their Validation
-
Completed lesson Singleton Services and the Idea of Caching
-
Upvoted comment Hi Luiz! Though they look similar and are traditionally both...
-
Completed lesson Extracting Reusable Code with Services
-
Completed lesson Setting Up Tailwind CSS
-
Completed lesson EdgeJS Templating Basics
-
Completed lesson Making A Reusable Movie Card Component
-
Completed lesson Querying Our Movies with the Query Builder
-
Completed lesson Cascading and Deleting Model Relationships
-
Completed lesson Tapping into Model Factory States
-
Completed lesson The Flow of Migrations
-
Completed lesson Reusable Query Statements with Model Query Scopes
-
Completed lesson Querying Relationships and Eager Vs Lazy Loading
-
Completed lesson Model Factory Relationships
-
Completed lesson Creating A Movie List Page
-
Completed lesson Protecting Routes with Auth, Guest, and Admin Middleware
-
Completed lesson Generating A Unique Movie Slug With Model Hooks
-
Completed lesson Querying Recently Released and Coming Soon Movies
-
Completed lesson HTTP Method Spoofing HTML Forms
-
Completed lesson Listing Movies from their Markdown Files
-
Completed lesson Reading and Supporting Markdown Content
-
Completed lesson Defining A Structure for our Movie using Models
-
Completed lesson Cleaning Up Routes with Controllers
-
Completed lesson Validating Route Parameters
-
Completed lesson Vite and Our Assets
-
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
-
Account created Welcome to Adocasts, @n2zb!