Your weekly celebration of JavaScript and the web. This show records LIVE on Thursdays at 1pm US/Eastern time. Panelists include Jerod Santo, Feross Aboukhadijeh, Kevin Ball, Amelia Wattenberger, Nick Nisi, Divya Sasidharan, Mikeal Rogers, Chris Hiller, and Amal Hussein. Topics discussed include the web platform (Chrome, Safari, Edge, Firefox, Brave, etc), front-end frameworks (React, Ember, Angular, Vue, etc), Node.js, web animation, SVG, robotics, IoT, and much more. If JavaScript and/or the web touch your life, this show’s for you. Some people search for JSParty and can’t find the show, so now the string JSParty is in our description too.
Experimenting with some new ideas 🔬
Jerod, Nick, KBall, and Chris pre-party for JSConf by testing out some brand new segment ideas: Story of the Week, What the WHAT… WG, and Protip Time. What do you think of these segments? Like ’em? Love ’em? Not sure why we even? Please let us know!
Join Changelog++ to support our work, get closer to the metal, and make the ads disappear!
Sponsors
- Rollbar – We catch our errors before our users do because of Rollbar. Resolve errors in minutes, and deploy your code with confidence. Learn more at rollbar.com/changelog.
- Algolia – Our search partner. Algolia’s full suite search APIs enable teams to develop unique search and discovery experiences across all platforms and devices. We’re using Algolia to power our site search here at Changelog.com. Get started for free and learn more at algolia.com.
- Indeed – Indeed is the world’s #1 job site with a mission to help people get jobs. They need talented, passionate people working together to make this happen. Learn more and take the first step to working at Indeed at indeed.jobs/changelog
- Fastly – Our bandwidth partner. Fastly powers fast, secure, and scalable digital experiences. Move beyond your content delivery network to their powerful edge cloud platform. Learn more at fastly.com.
Featuring
- Jerod Santo – Twitter, GitHub
- Nick Nisi – Twitter, GitHub, Website
- Kevin Ball – Twitter, GitHub, LinkedIn, Website
- Christopher Hiller – Twitter, GitHub, Website
Notes and Links
Story of the Week
- ndb
- Babel 7.0 RC 1
- The Cost of JavaScript in 2018
- Securing Web Sites Made Them Less Accessible
- Vue CLI 3.0
What the WHAT… WG
- HTML or HTML5? Who Controls HTML?
- Standards WHATWG works on
- Lazy loading images and iframes
- Add autocapitalize attribute (merged and deployed) (added to MDN)
Protip Time
paste {
pbpaste > ${1}
}
copy {
cat ${1} | pbcopy
}