@juan_miqueo Pero ahora también los clientes van a querer pagar menos también 👀 entendiendo que ahora el trabajo se hace más “rápido” la competencia va estar en el precio, por lo tanto no se si acompaña el tema salarial
¿Cuántos devs deben andar con un poquito de ansiedad por todas las herramientas de AI (salen cinco por día más o menos) y con todos los artículos/posts de acá en tono: “TE VAS A QUEDAR SIN TRABAJO VAMOS A MORIR TODOS”?
Hemos entrado en un círculo vicioso:
- Hay avalancha de candidatos por oferta. La gran mayoría no hacen fit
- Las empresas se frustran y aplican filtros rápidos pero injustos para los candidatos
- Los candidatos se frustran y aplican a más ofertas para las que no hacen fit
💡 If you have a database index, it's important to note that MySQL cannot use it with functions.
The most common situation is date columns and date functions such as 'year' or 'month'.
So instead of using 'year(paid_at)', use 'where between':
last night, I was skimming TanStack Query docs and went down a rabbit hole on its server-side usage with Next.js. What I found is a total gamechanger for performance. @tan_stack 🤯
>it's a pattern that combines server-side prefetching with client-side hydration to practically eliminate initial page load spinners. When you pair it with Server Actions for mutations, your app feels insanely fast.
here's how it works, a Thread 🧵
Hey Laravel artisans, @laravel_idea is now FREE for all PhpStorm users! 🔥
Starting July 30, you can install and use the Laravel Idea plugin in PhpStorm at no extra cost. Enjoy the most productive #Laravel experience with PhpStorm!
https://t.co/meJdUtGpKl
Laravel devs,
Are you still using Str::random() for passwords or building your own generator? 😅
There’s a better way — Str::password() 💪
Secure, customizable, and built right into the framework.
Try it. You’ll love it. 🔐✨
The State Of Laravel 2025 survey has started!
You can now participate to identify how the ecosystem changed over the past 12 months!
Please RT for reach ❤️
https://t.co/jaoq6tjI3r
Laravel tip.
Use `exists()` and `doesntExist()` instead of `count()` for better performance!
When you only need to check if records exist, these methods stop at the first match instead of counting all records.
Link to the docs: https://t.co/bdd6jFcD7W
#practicalLaravelDocs
🧠 @phpstorm users: You can customize the AI Commit Message action! I added Conventional Commits - now every commit starts with feat:, core:, etc.
Cleaner history, zero effort. 💪
🔐 New guide: Laravel Sanctum Cookie Authentication
Everything you need to implement secure SPA auth with Laravel Sanctum - from setup to production deployment, plus troubleshooting common issues.
No more token management headaches! 🚀
https://t.co/kbr2TkKYvC
Laravel devs, did you know? 👀
You can use Event::fakeFor() to scope event fakes to just part of your test.
No more struggling with faked events killing real listeners. 🧪
Keep tests clean and fully reactive where it matters.
There's a new package called Laravel Zap. It's an event scheduler and is perfect for:
- Events, appointments
- Recurring tasks
- Availability management
- Conflict detections
It's very promising.
Este plan de aprendizaje de AWS te guía en CI/CD, control de versiones e IaC.
¡Ideal para preparar la certif AWS DevOps Engineer!
👉 https://t.co/B5M34sGOSw
#DevOps#AWS#Certificación#CICD#IaC