Late night coding thoughts preparing for @SunOfStockholm:
• Temporal cannot come quickly enough to JavaScript. https://tc39.es/proposal-temporal/docs/index.html
• Tried to resuscitate a 2 year old, incomplete TypeScript Node.js project. Failed after half hour of trying. Got it working in under 5 minutes with Deno. Deno really is the best modern TypeScript development environment.
@jeremiahlee oh wow Temporal looks great. Thanks for sharing!