Let's Build an API Together - Part 33

Last Update: 16.02.2018. By Jens in API Series | APIs | Newsletter

In the last recap session, we take a look at doing validations.


Let's Build an API Together - Part 32

Last Update: 15.02.2018. By Jens in API Series | APIs | Newsletter

One way of handling errors in Spring MVC is by declaring a responsible class using the @ControllerAdvice annotation.


Let's Build an API Together - Part 31

Last Update: 14.02.2018. By Jens in API Series | APIs | Newsletter

Swagger is a tool for documenting APIs, primarily driven from a coding side and a universal docs client.


Let's Build an API Together - Part 30 - CORS

Last Update: 13.02.2018. By Jens in API Series | APIs | Newsletter

When our API is used by anything running in a browser and it this thing running in the browser was not loaded from the same domain our API is running, we will encounter a concept called CORS.


Let's Build an API Together - Part 29 - kanbanbackend.com

Last Update: 12.02.2018. By Jens in API Series | APIs | Newsletter

I’ve been working on the Kanban tutorial app to make it a better tutorial application. This week, I am going to talk about changes and why and how I implemented them.


Let's Build an API Together - Part 28

Last Update: 05.02.2018. By Jens in API Series | APIs | Newsletter

Our API works now. We can register a new user, log in via the API, authenticate via token in a header and can work with the kanban board. So, we are done for now.


Let's Build an API Together - Part 27

Last Update: 02.02.2018. By Jens in API Series | APIs | Newsletter

Now that we can register a new user and login, it is time for assigning boards to the logged in user.


Let's Build an API Together - Part 26

Last Update: 01.02.2018. By Jens in API Series | APIs | Newsletter

We will be using Spring Session with a JDBC storage and use the same database as for the rest of the application.


Let's Build an API Together - Part 25

Last Update: 31.01.2018. By Jens in API Series | APIs | Newsletter

The API will expose endpoints for login and register new users.


Let's Build an API Together - Part 24

Last Update: 30.01.2018. By Jens in API Series | APIs | Newsletter

Now, we are ready to set up the user and configure Spring Security to protect our API.