All Questions
7 questions
0
votes
1
answer
223
views
Spring Boot Account API with React Frontend and Identicon Integration
I have recently been exploring React and Spring Boot, and I would greatly appreciate your feedback on a practice application that I have developed. The application consists of a Spring Boot backend ...
3
votes
1
answer
99
views
A controller for a Game Service
I have a Spring MVC controller but I'm not sure that it is a good or bad design. As far as I know, api versioning is missing but apart from that I implemented Swagger for documentation and added ...
2
votes
2
answers
2k
views
Get all data from an external and paginated Swagger API using Java / Feign / Spring
I have written the following method that allows me to import from another API all the items stored there using Feign.
The only issue is that the external API provides a size limit of 2000 and ...
2
votes
1
answer
754
views
Reviewing the file download controller in spring rest
In my project, so this controller is working perfectly, my objective is to read the log file from the server which is created on daily basis, so I have to read the log file which is heavier in size ...
2
votes
1
answer
98
views
Spring RESTful API handling errors
I made a Spring RESTful api as backend for a website. I would like to get feedback on coverage of errors and the response I return accordingly, am I using the status codes correctly? Basically ...
2
votes
2
answers
3k
views
Toy Robot coding puzzle with Java
The following code is my solution to a code challenge I submitted a few days ago. I got rejected straight away with no feedback and I've wondered why.
Here is the full code repo.
Requirements
...
1
vote
1
answer
368
views
Java API code with Spring
Model:
...