Last Update: 15.12.2017. By Jens in API Series | APIs | Newsletter
We finished with 4 endpoints and the question if we could use REST for the API last time.
Last Update: 14.12.2017. By Jens in API Series | APIs | Newsletter
What we got so far:
Last Update: 13.12.2017. By Jens in API Series | APIs | Newsletter
In the center of Kanban is the so-called Kanban Board; yes, it is an actual board. On it, there are usually 3 columns, called swim lanes. The lanes represent the state of a task and are named Ready, Doing and Done; starting on the left. Each individual todo aka task is written on a post-it note and depending on its state, put in a column. Usually, a task will start on the left in Ready.
Last Update: 24.11.2017. By Jens in APIs
When building APIs in Java, we have some more options than just Spring Boot. No, I am not talking about JEE. We actually have some more options.
Last Update: 21.11.2017. By Jens in APIs | API Business
This is the fourth part of the API documentation series. In the last part we explored RAML as a solution, and in this article, we are covering OpenAPI.
Last Update: 17.11.2017. By Jens in APIs | API Business
This is the third part of the API documentation series. In the last part we explored the first solution using API Blueprint a bit, and in this article, we are covering RAML.
Last Update: 15.11.2017. By Jens in APIs | API Business
This is the second part of the API documentation series. In the first, we covered for whom the documentation is written, what it should contain and the three different types of writing it. Starting with this part, we dive a bit deeper into the latter and explore some standard formats and ways of writing.
Last Update: 10.11.2017. By Jens in APIs | API Business
Documenting your API is extremely important. Without documentation, nobody, not your product owner, devs or your customers know what your API does and how to use it. In this article series, we will take a look at common ways of documenting, their advantages and disadvantages and explore different solutions.
Last Update: 09.11.2017. By Jens in APIs | API Business
APIs have gone a long way from a purely technical thing to now being a core business. Many businesses depend so much on their APIs that they would go out of business when the APIs fail. But whos responsible for building and maintaining?
Last Update: 17.10.2017. By Jens in APIs | Learning
Or when is a REST API a REST API? That is the question. And there is no easy answer. Let’s take a closer look.