#TypeScript 3.0 is here. Awesome job by the team. An impressive release cadence they got going on! Can't wait to try out the new project references.
Looks like I can do that next week as I'll be giving 3 day #TypeScript course @infosupportkc . Life's good! 🥳
Wow! #TypeScript's conditional types just became a lot more powerful (for ignorant me). You can apparently _infer generic types_. Exactly what I was looking for!
stackoverflow.com/questions/…
Thanks @NodeSummit, I had a great time. Tons of new ideas and tools to try out. Made some new friends. And I have an up-to-date knowledge of where we're heading with #nodejs. The future is bright. #NodeSummit
Anybody at #nodesummit like beer and want to talk about mutation testing? @_nicojs and I (and hopefully @DiegoRBaquero) are going to meet at Cellarmaker Brewing at 7:30 tonight. Join us!
It turns out that #Java isn't ideal for all use cases of microservices. Good to know the tools and best practices for running #nodejs in the cloud. Thanks to #CloudNativeJS . Great session #NodeSummit
Takeaways from @jayphelps talk about #WebAssembly
* Compiling #JS down to wasm is not what you want to do
* There are languages, like TurboScript, that compile down to wasm
* s-expressions can convert wasm to an AST
* No direct host access yet
@JohnGorter is happy! #NodeSummit
"#npm and #nodejs didn't win because smart people came together and decided. Everyone tried out everything at once (8+ server js platforms, 8+ package managers) and decided node and npm sucked the least. We need that again!" (paraphrasing). Awesome talk @seldo#NodeSummit
Takeaways from the #nodesummit panel discussion on security in the #NodeJS ecosystem:
* Make the secure way the easy way
* #stackoverflow is an insecure code marketplace
* Communicate security practices
I went memory leak hunting with @mdlavin today on the unit tests of #StrykerMutator. Turns out that #sinonjs v5 comes with it's build-in sandbox. So doing `sinon.stub()` without doing `sinon.restore()` is a memory leak.