From the course: Node.js: Extend and Maintain Applications

Unlock this course with a free trial

Join today to access over 22,400 courses taught by industry experts.

What we have and what we want to achieve

What we have and what we want to achieve

From the course: Node.js: Extend and Maintain Applications

What we have and what we want to achieve

- [Instructor] After my course, building a slack bot with node.js Microservices was done, I knew that the final result was very complete and served its purpose. However, I also knew that they had to make a few compromises to not overload the content. But that's not so bad, right? This also happens in real projects. You know that what you created is good to demo to a client but still not perfect. It's still in development stage and there are a few things to accomplish before going into production. It's just not quite ready to release it to a broader audience. Now imagine this. Our client agreed that he likes our bot so far and that he wants to go live with it as soon as possible. That means we have some work to do. During this course we will first add version control through Git and we will add a few a few iterations in Vox through our code to find things that could be done better. At the same time, we will create tests and make sure that we don't break things while improving our code.…

Contents