Connecting Node.js server to AWS Aurora Serverless
Learn how to properly configure AWS Aurora and VPC, connect it to a Node server, and automatically invoke integration and E2E tests with Buddy CI/CD.
Node.js
Learn how to properly configure AWS Aurora and VPC, connect it to a Node server, and automatically invoke integration and E2E tests with Buddy CI/CD.
Let’s demystify, and also verify the implementation of user password authentication in a Mongoose model by adding tests using Jest.
Confidently build production-ready backend apps with Node and MongoDB, by writing tests for Mongoose with Jest, and integrating CI/CD to the development flow.
Secure your Docker image by signing and verifying the image with Docker Content Trust, and scanning the image for vulnerabilities with Anchore Engine.
Learn to build a GraphQL server for a food ordering system using NodeJS and Express.
Continue optimizing your Node.js Docker container by using Alpine Linux, removing intermediate images, using labels, and linting the Dockerfile.
Unit Testing a Node js server-side application has never been simpler using Mocha, a testing framework with an environment where the test is written with Chai.
Learn how to set up a Continuous Delivery pipeline for a Golang application.
React apps need a way to manage their state. Redux and MobX are good but here's a leaner and simpler solution which just works as well as those libraries.
Learn to optimize your Node.js Docker container by using the build cache, handling UNIX signals, and following other best practices for the Dockerfile.