#web-development
Read more stories on Hashnode
Articles with this tag
This post is a summary of our livestream where Flaki took me on a tour of the WebAssembly ecosystem. Thank you, Flaki! WebAssembly (or Wasm for...
As codebases have grown in complexity, the dynamic typing nature of JavaScript has become arguably suboptimal. TypeScript was introduced by Microsoft...
AssemblyScript is a TypeScript-like language, designed by Daniel Wirtz and Max Graey in 2017, that compiles to WebAssembly. In a nutshell, it’s a...