The Web Share API Is Here :)
codeburst.io
One of the coolest APIs is available now as of Chrome 61! The Web Share API is a JavaScript API that let’s you implement native sharing…
Recently shared by
More like this
addyosmani.com
JavaScript Loading Priorities in Chrome
addyosmani.com
1 min read · 143 saves · 2019-02-20 · How browsers schedule and execute scripts can impact the performance of web pages. While techniques like <script defer>, <link rel=preload> (and ...
github.com
GitHub - toddmotto/public-apis: A collective list of public JSON APIs for use in web development.
github.com
184 saves · From 2016 · public-apis - A collective list of public JSON APIs for use in web development.
jamstack.org
JavaScript, APIs, and Markup
jamstack.org
1 min read · 105 saves · From 2017 · Why wait for pages to build on the fly when you can generate them at deploy time? When it comes to minimizing the time to first byte, nothing beats pre-built files served over a CDN. With server-side…
evolutionoftheweb.com
The evolution of the web
evolutionoftheweb.com
4166 saves · From 2013 · Interactive infographic about the evolution of browsers and the web. This infographic features major web browsers since 1993 such as Mosaic, Netscape, Opera, Internet Explorer, Safari, Firefox, and Chrome, as well as key developments in web technologies such as HTML, CSS, and JavaScript.
In UX
blog.keras.io
User experience design for APIs
blog.keras.io
7 min read · 186 saves · From 2017 · Tue 21 November 2017 By Francois Chollet In Essays. Writing code is rarely just a private affair between you and your computer. Code is not just meant for machines; it has human users. It is meant to…
codeburst.io
Learn How To Debug JavaScript with Chrome DevTools
codeburst.io
6 min read · 128 saves · From 2017 · Ditch console.log debugging once and for all! Learn how to use breakpoints to debug code within the Chrome Developer Tools
trackchanges.postlight.com
Modern JavaScript for Ancient Web Developers
trackchanges.postlight.com
6 min read · 146 saves · From 2017 · There’s a certain kind of old-school, backend web developer who, a long time ago, mastered things like Perl or Python or PHP or Java Server…
codeburst.io
A Guide to Automating & Scraping the Web with JavaScript (Chrome + Puppeteer + Node JS)
codeburst.io
9 min read · 65 saves · From 2017 · Learn to Automate and Scrape the web with Headless Chrome
franciskim.co
I Don't Need No Stinking API - Web Scraping in 2016 and Beyond
franciskim.co
~15 min read · 84 saves · From 2016 · Social media APIs and their rate limits have not been nice to me recently, especially Instagram. Who needs it anyway? Sites are increasingly getting smarter against scraping / data mining attempts. AngelList even detects PhamtomJS (have not seen other sites do this). But if you are automating your exact actions that happen via a browser, […]