Monthly Archives : April 2019

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
Advanced load testing with Websurge

Load testing your web applications and services is an essential part of modern web development. There are many tools that can help you with that, for example Azure DevOps or Apache JMeter. I am about to show you another tool, that you can run from your Windows PC. The tool is calledWebsurge and it’s build…

read more