Postman is a great tool to quickly create a request and run it against your API. This is a flexible tool created to make your work simpler. You can save you requests, define variables for different environments and share it with your team. Today I’ll show you the most useful and practical features of Postman.… Continue reading Postman the right way
Tag: tools
Analyze code with NDepend
Recently I got my hands on NDepend, a static code analysis tool for .Net framework. Because it can work as a plugin for Visual Studio, it offers great integration with code and rapid results. So what it can do? Let’s see! Getting started To start working with NDepend you need to download it and install… Continue reading Analyze code with NDepend