Category: Development
-
HTTP Accept header support for Surge cache and ActivityPub
Extend the WordPress caching plugin Surge to support different representations of the same URI.
-
PHP 8: Stop switch’ing, start match’ing
As of PHP 8.0 a new expression named match is available which fixes many quirks of the old switch.
-
iOS 16.3 allows access to all back cameras via MediaDevices API
How to use MediaDevices.enumerateDevices() to get access to all camera lenses on the back with iOS 16.3.
-
Self-hosting web fonts from Google Fonts – A new helper
How to use Local Google Fonts to download web fonts and CSS for local hosting.