|
Caching the entire response of a Laravel app
When a request comes in your app will return a response. We created a package that can vastly improve the performance of the app by caching that response.
A rule to validate delimited data
laravel-validation-rules is a package that contains handy custom validation rules. We recently added a cool Delimited rule.
React for Vue developers
In a new blogpost, Sebastian De Deyne compares Vue syntax with React syntax.
Live refactor: contributing to open source
In this video Jason McCreary creates a PR that adds a null driver to our laravel-newsletter package.
Exceptional Exceptions
At the Clarabridge Developers blog, Toon Daelman wrote a good post on how to improve your exceptions.
Calculating totals in Laravel using conditional aggregates
Jonathan Reinink wrote another awesome post on how to handle a complicated query.
Parallel PHP: The Next Chapter
Joe Watkins, core contributor and pthreads author, released a new threading API for PHP called parallel.
Open source beyond the market
Here's a video of the keynote DHH gave at RailsConf 2019. You can also read the entire piece here.
Functional architecture: the pits of success
This talk by Mark Seeman explains the differences between object oriented and functional programming.
Bash/Shell Autocompletion for Composer
Bram Van Damme explains how you can get autocompletion for most composer commands.
|