Publish Typescript files generated from protobuf to npm. Use Github Action to publish and Changesets to update the verions.
Blogs
Create NodeJS microservices with gRPC, and TypeScript. Use ts-proto to generate TypeScript files from protobuf. Test gRPC endpoint with grpcurl
Learn how to dockerize React single page application. Create development image with auto-reload and lightweight & optimized production image with Nginx setup.
Learn how to setup Jest in Express and TypeScript server to test code. Add unit tests for the REST APIs controller and mock database to test repositories. Setup Github Actions to run tests.
Learn how to connect PostgreSQL database from Express and TypeScript REST API server using TypeORM. Create TypeORM models and repositories.
Learn how to dockerize REST API server built with Express and TypeScript. Create a development image with auto restart on code changes and a lean production image with multi-staged build
How to build REST API server with Express & TypeScript, and auto-generate OpenAPI documentation with Swagger