PHP

Cold Starts in AWS Lambda

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…

By , ago
PHP

Using composer patches

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…

By , ago
PHP

What's new in PHP 8.1

PHP 8.1 is currently in active development and will probably be released somewhere around the end of November 2021. We already know some features, changes and deprecations, so let’s go through them one by one. Read more…

By , ago