What is life without plantain chips?
This is an article I originally wrote for the Learning Dollars blog. Read it below. https://blog.learningdollars.com/2020/03/09/how-to-set-up-an-email-service-with-rabbitmq-aws-ses-and-pm2-on-nodejs/
Here's an article I wrote for the Learning dollars blog. Follow the link below to read. https://blog.learningdollars.com/2020/05/26/how-to-sync-your-mongodb-databases-using-kafka-and-mongodb-kafka-connector/
Continuous Integration with Node.js, Heroku and GitLab CI/CD -Part 2. In the last part, we able to set up our git repository on GitLab set up our Node app with Express and write one unit test. In this part, we’ll cover the following: Setup of the ap...
Continuous Integration with Node.js, Heroku and GitLab CI/CD -Part 1. CI/CD can be a mess at times, especially for newbies. The stress of having to use products you aren’t familiar with. But with GitLab’s integrated CI/CD feature it takes most of t...
HTTP Web Services and the Deep World of APIs-Concepts of Request-Response Cycle. Have you ever thought about what happens behind the scenes when you browse the web? Or what happens when you click the go button after typing your URL? All these are mad...