Great collection of PaymentRequest API examples: https://t.co/slrpLLCLyH 💶💳 See the full Payment Request API spec: https://t.co/AflgZfDRQX
Tips from the App Engine team on avoiding self-inflicted DDoS attacks: https://t.co/Xmd3dp81pm. Exponential back-off, jitter, retry marks.
🤦â€â™€ï¸ðŸ¤¦â€â™‚ï¸ðŸ‡ºðŸ‡¸
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
Building indexable Progressive Web Apps: https://t.co/wMHNSs41nR. A great collection of tips for all kinds of single page apps.
The 🇺🇸 elections are heavily reflected on Wikipedia. https://t.co/xLhTqygiIh https://t.co/e5FKb8rfQv
ejdyksen JS console output from each candidate’s website #cleanupyourerrors pic.twitter.com/gohaeDyLgF
aemkei Here is the JavaScript code to convert country codes to emoji flags:
“CL”.replace(/./g,x=>String.fromCharCode(55356,56741+x.charCodeAt(0)))