nodevibe.substack.com/p/using-typ...
nodevibe.substack.com/p/using-typ...
It might require a mindset shift if you're coming from the bundlers' world, where everything is handled for you
It might require a mindset shift if you're coming from the bundlers' world, where everything is handled for you
1. types stripping
2. types transformation
One important thing to keep in mind is that you have to write ESM-compliant code to be able to use it.
1. types stripping
2. types transformation
One important thing to keep in mind is that you have to write ESM-compliant code to be able to use it.
Just a few cool things about the tool:
- Written on top of `node`
- Respects `paths` and some other config options
- Uses esbuild under the hood
Just a few cool things about the tool:
- Written on top of `node`
- Respects `paths` and some other config options
- Uses esbuild under the hood
Despite that, it has 31,000,000 weekly downloads. Just to put it into perspective, the TypeScript package itself has 93,000,000 weekly downloads
Roughly speaking, every 3rd TypeScript project uses ts-node
Despite that, it has 31,000,000 weekly downloads. Just to put it into perspective, the TypeScript package itself has 93,000,000 weekly downloads
Roughly speaking, every 3rd TypeScript project uses ts-node
nodevibe.substack.com/p/udp-in-no...
nodevibe.substack.com/p/udp-in-no...
From start to finish, there could be up to 4 copies of the same data, which obviously affects the speed of request processing
From start to finish, there could be up to 4 copies of the same data, which obviously affects the speed of request processing
When data comes from a network, it comes through the layers of abstractions to finally be available in the application.
This path is different in different languages and platforms, but for Node.js, it is pretty long
When data comes from a network, it comes through the layers of abstractions to finally be available in the application.
This path is different in different languages and platforms, but for Node.js, it is pretty long
- Serverless Node.js apps on AWS lambdas
- Design of complex database relations and queries using libraries like Prisma or Drizzle
- Building a testing pipeline with disposable databases
- CI/CD pipelines for Node.js app
- Etc.
- Serverless Node.js apps on AWS lambdas
- Design of complex database relations and queries using libraries like Prisma or Drizzle
- Building a testing pipeline with disposable databases
- CI/CD pipelines for Node.js app
- Etc.