5 min read
The future of communications apps is on the web
It might be a hard sell, but there are number of advantages to using the web.
I've been thinking alot about how AI impacts the web
I'm trialing a newsletter. Join for monthly insights into web dev, Chrome, and the open web.
rake deploy. The new process leverages GitHub WebHooks and a modified version of Github-Auto-Deploy to automatically pull, build, and deploy changes upon pushing to the GitHub repository, simplifying the deployment process and eliminating the need for terminal access and SSH keys.
window.getMatchedCSS(). This tool helps identify unnecessary CSS, integrate into build processes for optimization, and potentially generate page-specific CSS files for improved performance. It currently has limitations, working only in WebKit/Blink, ignoring media queries, and not handling pseudo-elements.