Thomas Steiner (@tomayac)

Now at @tomayac@toot.cafe

The below is an off-site archive of all tweets posted by @tomayac ever

November 9th, 2016

Great collection of PaymentRequest API examples: https://t.co/slrpLLCLyH 💶💳 See the full Payment Request API spec: https://t.co/AflgZfDRQX

via Echofon

Tips from the App Engine team on avoiding self-inflicted DDoS attacks: https://t.co/Xmd3dp81pm. Exponential back-off, jitter, retry marks.

via Echofon

🤦‍♀️🤦‍♂️🇺🇸

via Echofon

umaar DevTools Tip: Use console.time() to time your JavaScript. This works nicely with async/await + fetch() & is easy to read. @ChromeDevTools pic.twitter.com/qXf9XCTkVU

via Twitter Web Client (retweeted on 4:00 PM, Nov 9th, 2016 via Echofon)

Building indexable Progressive Web Apps: https://t.co/wMHNSs41nR. A great collection of tips for all kinds of single page apps.

via Echofon

The 🇺🇸 elections are heavily reflected on Wikipedia. https://t.co/xLhTqygiIh https://t.co/e5FKb8rfQv

via Echofon

ejdyksen JS console output from each candidate’s website pic.twitter.com/gohaeDyLgF

via Twitter Web Client (retweeted on 2:37 AM, Nov 9th, 2016 via Echofon)

aemkei Here is the JavaScript code to convert country codes to emoji flags:

“CL”.replace(/./g,x=>String.fromCharCode(55356,56741+x.charCodeAt(0)))

via Twitter for Mac (retweeted on 2:36 AM, Nov 9th, 2016 via Echofon)