Developer toolbox
As an API developer, you must improve your awareness and master your skills on using a variety of tools that will aid in implementing, testing, and even debugging and troubleshooting production issues. In this section, we have provided references to a few commonly used tools while developing applications for the Azure cloud:
- Visual Studio Code: Visual Studio Code is a free code editor from Microsoft that allows you to quickly develop, build, deploy, and test your modern cloud applications. It can be used on Windows, Linux, and macOS. It has built-in support for a wide range of programming languages. It also has a community of widgets and plugins that will immensely improve your productivity.
If you are a developer, you must try out Visual Studio Code. Visit this link to find out more: https://code.visualstudio.com/.
- Swagger.io: This is another very useful productivity tool that aims to simplify your API development process. You can quickly design your...