Docker

Write an awesome doc for Docker, Docker Compose, and everything else in this domain. You can find invaluable examples and explanations here. I am trying to keep it up to date and relevant too. BTW if you also have a cool idea, or example open a PR/issue/discussion.

View on GitHub

Generate Thumbnail in NodeJS

[!CAUTION]

We have to download the WHOLE freaking file to generate the thumbnail! TBH IDK if there us a more performant way of doing this.

How to Run it Locally

  1. cd docs/gen-thumbnail-in-nodejs-and-minio/.
  2. pnpm i --frozen-lockfile.
  3. Copy a video file named file.mp4 next to index.ts.
  4. Run pnpm test.