An open API service indexing awesome lists of open source software.

https://github.com/vantamnguyen/java-backend

Things I learn to become a Java backend engineer
https://github.com/vantamnguyen/java-backend

database https java-backend restful-api security servlet spring testing

Last synced: about 2 months ago
JSON representation

Things I learn to become a Java backend engineer

Awesome Lists containing this project

README

        

# Java backend
Things I learn to become a Java backend engineer

### [Servlet](servlet.md)

### [JPA with Hibernate](hibernate.md)

### [RESTful resources](rest.md)

### [Security](security.md)

### [Frameworks](https://en.wikipedia.org/wiki/Spring_Framework)
* [Spring](spring.md)
* [Spring Boot](spring_boot.md)

### [Unit and Integration Test](test.md)

### [Maven](maven.md)

### [Logging](logging.md)