In response to my previous post, here is a summary of web development/programming horrors we have found so far:
-
In response to my previous post, here is a summary of web development/programming horrors we have found so far:
* CSPs;
* Regexes;
* Timezones;
* Naming things;
* Cache invalidation;
* CORS;
* Certain browser support (the variety);
* DNS. -
@mahryekuh DNS
-
@mijndert How could I forget?
-
Sander van Kasteelreplied to Marijke Luttekes last edited by
@[email protected] Safari is the new IE. change my mind.
-
Marijke Luttekesreplied to Sander van Kasteel last edited by
@me Nah, I wonβt try to change your mind; Iβve been saying that for years.
-
@mijndert @mahryekuh wanted to share that as well, but then saw "naming things" and "cache invalidation", so that pretty well covers DNS
-
@mboelen @mahryekuh but DNS can offer up so many more... interesting issues!
-
@mijndert @mahryekuh Then I'm blessed that the DNS gods spared me those
-
-
@mahryekuh @mboelen here's a nifty tool to check whether it's DNS https://isitdns.com/
-
-
@mahryekuh @mboelen most recent one is probably about running an online retail startup on kubernetes, completely overwhelming CoreDNS during black friday because we didn't have node-local-dns implemented yet (we do now!). Hint: CoreDNS not being available is a fucking nightmare.