Software development

This is a software development related category.

HTTP testing with Postman

Developing, testing and upgrading your Web APIs can be a challenge. Luckily for us, there are many tools we can use to make our development more productive, our deployments safer and feeling better as custodians of our apps. In this short post I would like to introduce you to the testing with Postman. Postman is…

read more
Generate UML sequence diagrams with Javascript

Sequence diagram is a very useful tool for representing a sequence of interactions between objects, modules or processes. I am using it mostly to represent HTTP interactions between REST APIs or Web Services. It’s very easy to understand within your team and with your stakeholders. There are many good books about Unified modeling language UML,…

read more