See What I’ve Written Lately
🥟 Bun gives me faster build times and smaller docker image size comapred to NodeJS
I have been working on a small side project where I have gone full CI/CD with GitHub Container Registry. I write the code in JavaScript and then push the code to my repo, and a GitHub Action will create a Docker container and then publish it to the Container Registry. From the registry, I am able to pull and deploy it in the VPS of my cloud provider. ...