Saturday, February 1, 2020
The Scroll subscription service is an ingenious web technology hack - This new service sounds pretty cool, but I don't get how it's implemented because according to the article it sets a cookie that websites you visit can see and then not display ads, but as far as I know cookies are not cross domain for security reasons, example1.com cannot read cookies set by example2.com, I don't get it maybe they are magic cookies theverge.com #
My Second Year as a Solo Developer - Pretty good writeup of an ex-googler’s solo dev journey for the past few years mtlynch.io #
California Attorney General delays .org sale domainnamewire.com #
Cypress in a Nutshell - I've been following the cyprus project for a while now on Github, I watched this demo video yesterday, the feature set is really impressive, easy to understand way of defining tests all in javascript, screenshots taken of each step when the tests are run, ability to open dev tools console at any step and see debugging info, looks like a really good tool for frontend testing youtube.com #
TypeScript’s quirks - How inconsistencies make the language more complex blog.asana.com #