PHP
Live coding new Ray features
In this stream, I live coded a neat little feature for Ray. We’re going to create a proxy class to record calls and perform them later.
In this stream, I live coded a neat little feature for Ray. We’re going to create a proxy class to record calls and perform them later.
When a site is down, Oh Dear sends a notification every hour. Since last year, our notifications can be snoozed for a fixed amount of time (5 minutes, 1 hour, 4 hours, one day). In Read more…
How to use PHP-doc tags for better autocompletion in Blade views. Read More
Testing emails can be a pain. Luckily, there are plenty of tools out there that can make the process a lot easier. Let me show you how to setup MailHog, a local development tool for Read more…
What is the TrustProxies middleware and how can it help you generate secure HTTPS URLs, even when running Laravel behind a proxy? Read More
Blog post with some practical tips on how to deal with failing and failed jobs. Read More
Mikhail Shilkov explains what cold starts are and discusses some interesting benchmarks. This article describes AWS Lambdaâthe dynamically scaled and billed-per-execution compute service. Instances of Lambdas are added and removed dynamically. When a new instance Read more…
This is how Seb decides when or when not to explicitly add types in TypeScript. Read More
When you use software that is open source, you’ll sometimes run into issues or small bugs that have already been fixed by the community in a PR or an issue, but have yet to be Read more…
MeiliSearch is a simple self-hosted full-text search solution that’s easy to integrate into a Laravel applicationâtheir team even maintains a Laravel Scout driver! Read More