MartinDev
mdcaamano.bsky.social
MartinDev
@mdcaamano.bsky.social
Full-stack dev | PHP/Laravel & Vue/Nuxt.js specialist | https://mimixai.com ✨ | Coming soon
Why they matter and how to use them effectively for unique session identification, especially in API contexts.

It's a unique hash generated based on the current request's key attributes: domain, URI, HTTP method, and client IP address.
#Laravel #PHP #WebSecurity
April 24, 2025 at 9:18 AM
Staging data processing in Laravel? Don't let your controllers get messy with nested logic.

Consider using the Pipeline pattern! It helps chain processing steps cleanly and readably.

The pipeline orchestrates the flow. ✨
April 23, 2025 at 6:19 AM