Or: Lessons from building a Node+Typescript application for production, Part 3 This is one post that is part of a series of posts about what I learned building and running an application with Node.js and Typescript. The application consists of two separated codebases. One for the frontend and one for the backend. There are more […]
Category Archives: TypeScript
Lessons from building a Node/Typescript application (part 1)
This is one post that is part of a series of posts about what I learned building and running an application with Node.js and Typescript. To be exact the application consists of two separated codebases. One for the frontend and one for the backend. In this post I’m going to focus on the things I […]