Latest Laravel/PHP Articles

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


I'm not a security expert, but as a software engineer I feel like it's part of my job to do everything in my power to protect our customer's data. So I make it...
While reading through https://bref.sh's source code and working with AWS Lambda, I found it to be important for me to get as much understanding of the process a...
One of the best talks I've attended in my life was given at Schiphol Airport during the AmsterdamPHP Meetup by Jeroen van der Gulik. But his talk was about a mu...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
I've been working with AWS for about 3 years now. I ended up leading most of this migration and now, 3 years later, we're about 95% migrated. What AWS...
Working with Laravel it's only natural to need artisan for a few tasks. Let it be custom commands tailored to your application or default commands like php arti...
AWS Lambda@Edge has the ability to run your Lambda closer to the source of the request. This makes it specially easier to deal with regulations such as GDPR by...
When talking about APIs on Lambda Function, Api Gateway is the most common subject. Lambda functions can be invoked by a handful of services such as SQS, SNS, A...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
If you read my https://blog.deleu.dev/introduction, you know I'm a cheap person. A few months ago I worked on a project that had about 10 microservices.

blog.deleu.dev

Welcome to my blog
Hi, my name is Marco and I finally have a blog. First and foremost, I want to thank https://domains.google/#/ for a cheap and nice domain, https://www.netlify.c...
After procrastinating for over 1 year I finally decided to setup my own blog. Special thanks to https://daveceddia.com/start-blog-gatsby-netlify/. I was always...
For the past month I've been working on a project that will help replace some of the legacy codebase. The goal is to use Aurora MySQL triggers to invoke a Lambd...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
403 - Forbidden | Access to this page is forbidden.
https://world.hey.com/tonysm Maintaining an open-source package requires a lot of effort. One problem I see in maintaining https://github.com/hotwired-laravel/t...
https://world.hey.com/dhh By all accounts, TypeScript has been a big success for Microsoft. I've seen loads of people sparkle with joy from dousing JavaScript w...
Webhooks are an essential communication mechanism for modern web applications because they allow asynchronous communication between two systems. A common exampl...