Stack Development Technologies
Knowing what tools and apps to use can speed up your development process significantly. That is why we need to prepare our development environment first before typing lines of code. The development environment should make you feel comfortable and help you throughout the process of learning and writing your microservices.
It is like building a house. Choosing the right tools can speed up the process and save you time. Of course, having the right tools doesn’t mean you will succeed, but it is better to fail with the right ones than to have the cause of failure be the choice of tools.
This chapter focuses on installing the required tools. The programming language and frameworks are also tools for us to build microservices. In one form or another, everything we use while writing software is a tool for us. It makes no sense to install all the tools we plan to use at this point, but at least understanding how to install most of them will help us...