Charting Browser Interoperability
blog.chromium.org/2018/08/ch…
I see people complaining a lot that @googlechrome is the new IE and is constantly shipping special new features. They actually have the lowest level of single browser shipped APIs.
After 5+ years at @bendyworks this is my last week. Sad to be leaving all these amazing people but excited about the next adventure! (Announcement coming soon.)
I've been testing loading polyfills when needed on pwa.ng. Check out using #Webpack dynamic imports to load polyfills then @Web_Components after.
custom element: 3.js
intersection observer: 2.js
node-package: 1.js
img-2: 0.js
Full commit github.com/abraham/pwa-ng/co…
Join me in an experiment.
On Saturday at 11 am (central US) I'm going to convert a @polymer 3 component to a LitElement with Jest tests live!
The component will be from the open source @GDG #DevFest conference website template, Hoverboard.
piped.video/l-m7owhGAAA
I'm taking over maintaining Hoverboard, the conference website used by many @gdg DevFests. Thanks @ozasadnyy and @sofiya_huts for all the work you've put in over the years.
github.com/gdg-x/hoverboard
PSA: you don't *have* to rewrite your app in a new framework just bc somebody ~*famous*~ tweeted about it!
Also PSA: if you have enough time for feature-free rewrites, perhaps its time for a new job😀
Most people: I need to get more done so I'm going to find and learn a task management system instead of getting things done.
Me: I need to get more done so I'm to build my own task management system instead of getting things done.
Do you train junior devs on how to review code? If not you're doing them a disservice. Train them in how to provide feedback, validate feature implantation, code style, and quality. Checklists should include security, privacy, and performance.
I've been running Ubuntu for about 6 months and it would not recommend it. It's so much work than Mac. I want to spend my time writing web components, not trying to get graphics drivers to work.
This is a new Android API that lets you claim websites in your Android app. You can just not ship anything in your Android app and it's like a hybrid app without needing Cordova. The Play Store still doesn't natively support PWAs.