Tag: nodejs

  • Docker Containers for React Deployment

    Docker Containers for React Deployment

    Docker is an awesome tool for isolation and stateless deployments. Web applications are a great way to learn how to deploy using containers. In this post, I’ll use Docker containers for React deployments. This post will use multi-stage builds in Docker that allow building an application and only using what is needed in the container.…

  • Are the Nodejs bcrypt packages on the path to fail?

    Are the Nodejs bcrypt packages on the path to fail?

    Before you read this post, I have to give credit to the class I’ve taken at RIT called Humanitarian and Free Open Source Software. Open-source work done at RIT can be found here. Analyzing packages on npm is very hard. Not just npm but every open source project has to be assessed before implementing it…