Whether it is JSON or XML, what I particularly like about both approaches is that both are fundamentally HATEOAS (https://en.wikipedia.org/wiki/HATEOAS)
I totally agree, the benefit of NoJS comes from not needing to write custom code in order to implement a feature. Thanks for the link to that list of other NoJS libraries. If you have any questions about Intercooler, please leave a comment on the post.
I can't edit, but I was hoping the backticks would create a code block, so please ignore those backticks. Also, more details can be found on their documentation [0].
I love sqlite3 for the ease of setting up, and the ability to use in any device or environment immediately, but I'll go to a more featured database like postgres or mysql for larger projects, or for speed. This projects seems to benefit with using mysql to be able to secure the database with a password, as well as the ability to have a timestamp type (but the project saves timestamps with a string rather than a datatime except for user login timestamps so ¯\_(ツ)_/¯)
Hey thanks for that info - I will check that subreddit. I will stick to mysql. I agree that it would be more portable but I dont really intend to take it with me anywhere.
Brave in Tor with YouTube seems to track you and show you recommended videos across sessions. Probably some browser fingerprinting. But always found that weird considering it portrays itself as privacy-focused.
Point is well taken. I have not tried cloudflare workers yet. It seemed like at least the architecture was the same. But I guess you would not have access to the full browser API. It seems like you can still play around with request / response side of things though.
Cloudflare Workers is so-named because it uses the same API as Service Workers, which are one kind of Web Worker. That said, Cloudflare Workers currently implements only a subset of the APIs that are normally available in the browser, though missing APIs are being added all the time.
Yes @dassurma. But web workers are not everything.
Your own blog post does not score 100 : https://developers.google.com/speed/pagespeed/insights/?url=...
And those issues are not necessarily addressed with web workers. Good basic static design matters too.
I never claimed that Web Workers are the silver bullet that will absolve us from all our problems. On the contrary, I don’t think such a silver bullet will ever exist.
I am saying that we should be using web workers to keep the main thread free. That is completely orthogonal to good static design, proper bundling, right caching headers, code splitting, asset hashing etc etc.
A lot of people expected search engine. I did too. But I also expected something about privacy. I presume that would be the main impetus for a lot of people to switch. Make sure you get the privacy / encryption done right (as in even Bloom would not be able to access your documents in the clear). Better privacy is what made search engine alternatives grow in popularity (duckduckgo, startpage, or qwant in france). It would not be any different for G Suite.