In our newest article, @guetteman explores how using powerful AI tools, like @cursor_ai and @GeminiApp, can supercharge @laravelphp development!
https://t.co/4rEeBeNgdv
We all want clean, robust code, and we put in a lot of effort to write tests. How sure are we that our tests are actually catching everything? @guetteman breaks down how to increase the quality of your tests with mutation testing. Link in thread 👇
Long-lived tokens in AWS are a significant security risk, but AWS provides robust alternatives with IAM Identity Center and OIDC. @luisdalmolin gives a wonderful breakdown of how to significantly reduce risk and maintain compliance with security standards. Link in thread 👇
Has it been a while since you've set up a @laravelphp project from scratch? @guetteman takes you through a step-by-step guide on how set up your Laravel project using @inertiajs , @reactjs, and @typescript. Link in thread!
CSS frameworks have become crucial tools for developers. With several options available, choosing the right framework can be challenging. @ItsMalikJones breaks down the difference between Tailwind CSS and Bootstrap! Article below 👇
Congrats to @thelarrybarker on winning the grand prize in our @laraconUS coding challenge! We've had insane participation in the game, but there are still longhorns left to claim! Stop by our booth to start your challenge and and collect your prize!
It's no secret that we're huge @filamentphp fans. In this new article, @derekgoetzit goes into full detail on why we love having Filament in our toolkit. Link below 👇
While Vue is certainly able to stand on its own as a formidable frontend technology, it can also integrate seamlessly with @laravelphp for a comprehensive solution for building dynamic full-stack web applications.
Erin Hastings explains why we love @vuejs below👇
Our DevOps approach combines adaptability, automation, and a commitment to industry best practices to ensure your application is always running smoothly!
@luisdalmolin details our approach to DevOps below👇
"Custom web applications allow businesses to fine-tune their customer journey and provide unique experiences around their products." Link to Strategic advantages of dynamic software by @belisar below 👇
Kirschbaum 🤝@filamentphp
If you’ve used Filament, you know how great of a tool it is for accelerating Laravel development. That’s why we’re thrilled to sponsor @danjharrin and his Filament work at Kirschbaum! More in thread.
Leveraging pipelines in your #Laravel project improves the scalability and maintainability of your code. Learn how to build and execute pipelines with @guetteman ! https://t.co/BfskN6KaYL
If you've read our recent article, you'll know #PHP 8.1 gained native support for enums. @erikdenner has a quick tip to leverage built-in functionality in #Laravel for using them when validating requests
With the release of 8.1, PHP has gained native support for enums. @therobfonz explains what enums are and how to use attributes to extend their functionality in our latest Insights article: https://t.co/5UvNGhFeEJ
@NoDumbQs Y'all should check out "siegfriedandjoy" on tiktok. They so succinctly grok your same ideas from the anatomy of a good prank and apply it to street magic. (the smiles on the faces of the people watching when they are "in on the joke" is just 🤌)
If you are using Valet 3.1, try using this alias for Artisan that works on both isolated and non-isolated sites: A tip from @brandonferens. #PHP#Valet#Valet3
The #Laravel firstWhere() method on the Collection object performs a case sensitive search. A custom macro can help if you need case insensitive search and want to keep the clean API the method provides. A tip from @therobfonz. #PHP#developer