Posts By : Miha

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
Learning to learn

Do you know how to learn more effectively? Do you use highlighter or re-reading material to learn new stuff? If you do, well, there is some good evidence you need to change that if you want to learn more effectively. Bottom line is: Learning should be effortful and productive activity! It’s hard, but in a…

read more
A love-hate relationship with Samsung Knox Manage

Lately I’ve been busy with setting up a fleet of Samsung mobile phones for a customer that run custom mobile application, let’s call it Tripko. The partner company who supplied the phones also provided us with a license for Samsung Knox Manage, which is a “Mobile device Management” a.k.a. MDM solution. We hit a few…

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