Intermediate terms
Automatically adding or removing compute instances based on load metrics — ensuring capacity matches demand without over-provisioning or under-provisioning.
6mo ago
Cloud intermediate
Showing relevant suggestions as the user types — requiring fast prefix search, debouncing, and careful UX to be helpful rather than distracting.
6mo ago
Search intermediate
The core AWS services a PHP developer encounters — EC2, RDS, S3, SQS, ElastiCache, and IAM — and how they map to common application components.
6mo ago
Cloud intermediate
Asymmetric Visibility (PHP 8.4)
PHP 8.4+
PHP 8.4 asymmetric visibility lets you set different access levels for reading and writing a property — public(get) protected(set) — without getter/setter methods.
PHP intermediate