Setting Up HTTPS on Node for Free with Let’s Encrypt

Given how vitally important running your site in HTTPS is, it’s disappointing how high the barrier to entry is. Some services like Heroku do make it easy to set up, but you will have to pay for that simplicity.

Similar

Node v8.5.0

Windows 32-bit Installer: https://nodejs.org/dist/v8.5.0/node-v8.5.0-x86.msi Windows 64-bit Installer: https://nodejs.org/dist/v8.5.0/node-v8.5.0-x64.msi Windows 32-bit Binary: https://nodejs.org/dist/v8.5.0/win-x86/node.exe Windows 64-bit Binary: https:/... (more…)

Read more »

How to Reduce Node Docker Image Size by 10x

Dockerizing an application is simple, effective, but optimizing the size of Docker Image is the tricky part. Docker is easy to use but once the application starts scaling, the image size inflates exponentially. In general, the node docker image size of th... (more…)

Read more »