DateTime – Reset all of the remaining time units
You can insert an exclamation into the DateTime::createFromFormat method to reset all of the remaining time units
Shorthand for Position Distances
This: Can be shortened to this:
Add Vertical Text
You can easily change the vertical alignment of the text using writing-mode CSS property. It’s supported in all modern browsers. https://twitter.com/vponamariov/status/1471748945286250500?s=21
Reduce Font File Size for Html
You can specify a `text=` value in your font request URL to reduce the size of the font file by up to 90%. Source: https://twitter.com/denicmarko/status/1361656749686726659
Remove Duplicates from an Array
Using Set to get unique elements: Shortened version: