N
N
Nikita072021-04-05 15:22:30
C++ / C#
Nikita07, 2021-04-05 15:22:30

What books would you recommend for a backend developer?

Hello everyone, tell me what books / articles can I read for a better understanding of backend development (preferably on the NET platform)?
Something about RestFul Api, REST, etc.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
cicatrix, 2021-04-05
@Nikita07

To understand what REST is, you need to spend 15 minutes reading any article on this topic. It's just a concept that many modern developers understand as SQL over Http.
The main idea is that the server does not care about the state of the client, the server must receive all the necessary information to complete the request in one request.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question