I'm being genuinely curious, not dissing on anyone.
If you are at the company, or just resigned because of this unreasonable policy change, I highly suggest you use your local bar association's referral service (or some other means) to schedule an inexpensive consult with a labor attorney.
Why not have just text in paragraphs with hyperlinks? It'd force you to write good copy, sure, but also it's more likely it'll get read.
A complex layout often detracts from your message. Especially now with web-based clients implementing 'dark mode' and darkening your layouts, meaning you have less control over what the end-user sees.
(Apologies if this is off-topic. I don't mean to denigrate the work designers do, I just feel it's more appropriate on the actual web rather than in email.)
Our understanding for this has been that people are not very email savvy, and for them the visual imagery works more like story telling.
reading OTP from SMS: to a layman, that's a rather small feature: and why doesn't Amazon do it by themselves ?
The Apple ecosystem has done this for years. Do Windows and Android not have similar features?
Yeah, docker compose is great for running distributed apps locally when everything “just works”. The problem is that it also impedes development when the compose setup isn’t fully optimized.
I work on dockerized rails apps, and whenever a new dependency is added, it can take 15 minutes to rebuild the image, which completely breaks my flow. Docker also creates a ton of data bloat locally, requiring me to run docker system prune pretty regularly. Setting up a dependency cache isn’t completely straightforward either.
I still think docker compose is worth it, but it’s a deceptively complex beast to get right, and most companies I’ve worked for don’t take the time to get it absolutely right. There’s definitely a cost to using it that people tend to overlook.