Week 25 - 2019
The weeknote for 6/17 - 6/23.
OSS
denoland/deno
🦕 Deno is a new JavaScript and TypeScript runtime.
- Contributions
- https://github.com/denoland/deno/pull/2563
- This PR made response.body of fetch async iterable. Apparently this PR looks very easy one, but I first explored into a very wrong path and consumed several hours trying to create entire ReadableStream for response.body 😇
- https://github.com/denoland/deno/pull/2563
Event
TS meetup #1
- The 1st TypeScript meetup in Tokyo was held in the office of Microsoft in Shinagawa. @leko talked about the puzzle of types, @jessidhia talked about the efforts of modernizing pixiv's huge codebase, and @Quramy talked about tsserver. Every presentation was great and I talked with people about many topics at the party. It was very nicely organized meetup.
- By the way, 2 days after the event, they started selling the tickets for the next event, and they were sold out in 40 seconds. What a popular meetup.
bokuweb.nes #3
bokuweb.nes is the training camp of software engineers.
- The 3rd of bokuweb.nes happened on the weekend. This time we went to
Karuizawa, Nagano. We stayed 3 days (2 nights) in a house which we borrowed
with airbnb. The house was really good and clean. It was big enough for 6
people and the price was very reasonable compared to the hotels around there.
@bokuweb tried to emulate gameboy in golang. @tsuyoshiwada created TD4
emulator in rust language, compiled it into WebAssembly, and tried to run it
in browser. @ovrmrw mastered ruby from the ground up during the camp. @kuy
contributed to Tablecloth about
floating point handlings. @rchaser53 contributed to
rustfmt
. I created TD4 emulator in deno, did an issue in deno (see above), and played with vlang.