jeremychone

↗ HN profile [ 113 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. GCC Gets a New Front End for Rust (developers.slashdot.org)
  2. 1) Start with `strict: true` from the get-go. Looseness should be the exception, strong null checking is one of the great TS value. 2) Be function first, OO as needed. Don't try to mimic Java Class-for-everything coding…

  3. We just finished porting one of our Cloud Web Backend (video collaboration platform for Machine Learning) from Java 8/Jetty to NodeJS / TypeScript. 1) 40% less code. Size does matter, simple scales better. 2) Cleaner…

  4. (data file 16Mb to 20Mb) - JSON: stringify 161ms; parsing 155ms - JS-YAML: stringify 13599ms; parsing 813ms - YAMLJS: stringify 1009ms; parsing 4714ms https://gist.github.com/jeremychone/700b6ed721565e2488a2cff60b5ad749…