Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


Laravel performance issues often stem from inefficient database queries, unoptimized middleware, and lack of caching. These problems can lead to slow load times...
Slow SQL queries can cripple your Spring Boot application. Monitoring SQL performance is essential to keep your app running smoothly, and tools like Spring Boot...
Symfony applications often face slow load times and high server strain due to issues like inefficient database queries, poor caching, and unoptimized settings....
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
I've recently been using the new #[RouteParameter] attribute in Laravel, and I've been really enjoying it. It solves an issue I've had with my form requests for...
When producing a high-quality application, user experience (UX) and interface (UI) styles play a fundamental role. A UX design focuses on the user’s experience,...
In the last few months I worked heavily to renovate the monitoring experience for Symfony developers. The Symfony monitoring library is the second most popular...
The php podcast streams the recording of this podcast live, typically every Thursday at 3PM PT. Come and join us, and subscribe to our Youtube Channel. Copyrigh...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
The terrible thing about deleting data from a database is that it’s gone forever. We can’t even look at the data to see if we need it because it’s gone.
Compressing HTTP responses can significantly improve the performance of your PHP and Symfony applications. But you must still navigate the jungle of standards a...
Podcast Archive › Community Corner: Concurrency With Florian Engelhardt Community Corner: Concurrency With Florian Engelhardt In this episode, Scott talks to Fl...

chasingcode.dev

I made a game
I thought you - I - should make a game. So I made one. It's a Trading Card Game in the browser, built with Svelte 5. It's silly. The gameplay is shallow, it cop...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
I’ve been working professionally for the better part of a decade on web apps and, in that time, I’ve had to learn how to use a lot of different systems and tool...
Published: Dec 1, 2024 by C.S. Rhymes I recently had to write a test for a React component that opened a new browser window. To open the new window I made use o...
As developers, there’s constantly some new and exciting tool, technique, or package that we **should** be learning.
Usually, when working with things that require configuration, such as databases, caches, and mailers, you have to define them in their respective configuration...