Is it a DTO or a Value Object?
Link – – matthiasnoback.nl
Matthias Noback explains the difference.
Read more [matthiasnoback.nl]
Oh Dear is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more. You'll get a notifications for us when something's wrong. All that paired with a developer friendly API and kick-ass documentation. O, and you'll also be able to create a public status page under a minute. Start monitoring using our free trial now.
Link – – matthiasnoback.nl
Matthias Noback explains the difference.
Read more [matthiasnoback.nl]
Here's a nice video from Povilas in which he explores our spatie/laravel-stubs package.
Stay up to date with all things Laravel, PHP, and JavaScript.
You can follow me on these platforms:
On all these platforms, regularly share programming tips, and what I myself have learned in ongoing projects.
Every month I send out a newsletter containing lots of interesting stuff for the modern PHP developer.
Expect quick tips & tricks, interesting tutorials, opinions and packages. Because I work with Laravel every day there is an emphasis on that framework.
Rest assured that I will only use your email address to send you the newsletter and will not use it for any other purposes.
Here's my talk on our popular Laravel Data package, which I gave at Laracon Online earlier this week.
Link – – dev.to
Ben Ramsey explains how can start working on PHP's source code using JetBrains' C IDE.
Read more [dev.to]
Link – – sebastiandedeyne.com
My colleage Sebastian digs named arguments in PHP. As do I!
Read more [sebastiandedeyne.com]
Link – – ralphjsmit.com - submitted by Ralph J. Smit
In this tutorial I'll show you how to use event listeners to stop outgoing emails just before they're sent.
Read more [ralphjsmit.com]
Link – – sebastiandedeyne.com
As a system evolves, abstractions should arise from current needs, not future possibilities.
Read more [sebastiandedeyne.com]
Link – – verraes.net
Why feeling that you understand a new idea, is a sign that you didn't.
Read more [verraes.net]
Link – – codefol.io
A brilliant post by Noah Gibbs with some good insights in what it means to be a developer and the things you should focus on.
Read more [codefol.io]
Link – – matthiasnoback.nl
A cool new tool by Matthias Noback.
Read more [matthiasnoback.nl]
Link – – flareapp.io
According to the React maintainers, React developers reach for the useEffect hook too quickly. It is far from the only hook with many naive usages. Why won't we go through my favorite example of an incorrect usage for useRef?
Read more [flareapp.io]
Link – – fly.io
Chris Fidao makes sure that an app feels fast no matter from where you visit it. Fascinating stuff!
Read more [fly.io]
Link – – blog.1password.com
A great way to go about signing git commits.
Read more [blog.1password.com]
Link – – dyrynda.com.au
How to swap Laravel's URL signing key is not documented, but luckily Michael wrote a good post on it!
Read more [dyrynda.com.au]
One of the joys of using packages in the Laravel ecosystem is how easy they are to install. Packages can be pulled in using Composer, and Laravel will automatically discover them.
In this post, you'll learn how to easily add an install
command, making it even easier for package users to start using a package.
Link – – jasonmccreary.me
Earlier this week Jason McCreary deployed a feature which automatically spawns new worker servers for Shift based on the job queue workload. This reduced server costs by 97% and wait times by 80%.
Read more [jasonmccreary.me]
I'm proud to announce that our team has released a new small package: spatie/laravel-model-info. Let's take a look at what this package can do.
Link – – php.watch
Let's take a look at the different ways to generate a random number in PHP.
Read more [php.watch]
Link – – sqlfordevs.com
Pretty cool that you can achieve this by executing a query, and without application logic.
Read more [sqlfordevs.com]
Link – – laracasts.com
Good tips by Jeffrey Way
Read more [laracasts.com]