Building Microservices in TypeScript
GOTO Copenhagen 2025Building Microservices in TypeScript - reusing your skills (and code) in backend and frontend.
In this Masterclass we will get our hands dirty with the wonderful TypeScript runtime from Deno and the accompanying tool stack (https://deno.com/) - but most of what we will do also applies to other TypeScript stacks.
-
First, a whirlwind tour of the TypeScript language, and see how it sets itself apart from JavaScript and from other 'typed' languages.
-
We will have a closer look at async TypeScript and how the underlying event loop works.
-
We will look at the joy of testing TypeScript code.
-
How clients can talk to our MicroService
-
How our MicroService can talk to other MicroServices
-
We will look at how we can deploy our MicroServices - both in the public cloud and in a private cloud.