#typescript
Read more stories on Hashnode
Articles with this tag
So you want to run a piece of code on a server. You want to deploy it without any hassle, and you want it to 'just work', even if you get some heavy...
Writing near-native applications for the browser usually requires deep knowledge of JavaScript and its frameworks. This may be fine if you’re coming...
As codebases have grown in complexity, the dynamic typing nature of JavaScript has become arguably suboptimal. TypeScript was introduced by Microsoft...
In part 1 of this series, we looked at taking some TypeScript code, compiling it with the subo CLI and AssemblyScript toolchain to create a...
WebAssembly has the potential to be a major shift in how we build software for the web, the cloud, IOT, and more. Its portable and secure nature opens...
Last week, official support for AssemblyScript was added to our various OSS projects including Subo, Reactr, and Atmo. You can now compile and run...