Archives
Browse the linkblog archives.

Sunday 19th July, 2020 #

  • Fast Vue SSR experiment with QuickJS and Rust - Interesting experiment to create a nodejs-like request/response server in rust
  • JavaScript’s with statement and why it’s deprecated - “It’s because one cannot predict whether arg will refer to a real variable or to a property inside the with argument”
  • Lesser-Known JavaScript Tricks - there isn’t anything earth shattering in this article but I kind of like the ‘with’ example even if it’s not recommended, there is something quite neat about being able to change the environment just for one statement, though there is probably good reason (not mentioned here) it is not recommended
  • Yaml for Web Developers - I’ve used yml files a lot but I did not know about the anchors functionality, used to inject data into a configuration object, which makes configuring deploy environments easier