Web Platform Podcast (@thewebplatform) 's Twitter Profile
Web Platform Podcast

@thewebplatform

A weekly show that dives deep into all things web from the developers building the platform today. @eisaksen @dee_bloo @revillweb @justinribeiro @nomadtechie

ID: 2563922852

linkhttp://thewebplatformpodcast.com/ calendar_today12-06-2014 19:08:20

1,1K Tweet

1,1K Takipçi

176 Takip Edilen

Eric Simons (@ericsimons) 's Twitter Profile Photo

ESM has landed in WebContainer! 🎉 Thank you Dominic Elm for the massive amount of work you did to make this happen 🤗🙏 More to come...

Paul Kinlan (@paul_kinlan) 's Twitter Profile Photo

I've got a new role (remote friendly) for a senior lead on our DevRel team. The team will build a new strategy for Chrome Dev Summit, our presence at IO, dev feedback and how we launch stable guidance that's not just launching feature after feature. careers.google.com/jobs/results/8… 🤙

Axel Rauschmayer (INACTIVE) (@rauschma) 's Twitter Profile Photo

Occasionally trips me up in TypeScript. Should the return type of .at() be changed? Alas, I see pros and cons. function f(arr: Array<T>) { arr[arr.length-1]; // T arr .at(-1); // T | undefined }