https://github.com/codesandtags/back-end-documentation
This is a compilation of information about all topics related with the Back End Development
https://github.com/codesandtags/back-end-documentation
Last synced: 4 months ago
JSON representation
This is a compilation of information about all topics related with the Back End Development
- Host: GitHub
- URL: https://github.com/codesandtags/back-end-documentation
- Owner: codesandtags
- Created: 2017-06-06T03:04:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-09T16:46:00.000Z (almost 7 years ago)
- Last Synced: 2025-08-18T19:36:01.646Z (10 months ago)
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Back End Documentation 2018
> This is a compilation of information about all topics related with the Back End development.
## Java
| Description | URL |
| ------------- |:-------------:|
| Tool for managing parallel versions of multiple Software Development Kits| http://sdkman.io/ |
| Online tool to write Java Code | https://www.jdoodle.com/online-java-compiler |
## OAuth 2
| Description | URL |
| ------------- |:-------------:|
| Overview OAuth 2| https://www.digitalocean.com/community/tutorials/una-introduccion-a-oauth-2-es |
| OAuth 2 Oficial documentation | https://oauth.net/2/ |
## Spring Boot
| Description | URL |
| ------------- |:-------------:|
| SpringBoot latest documentation| https://projects.spring.io/spring-boot/ |
| Spring Initializr tool| http://start.spring.io/ |
| Spring Boot and Kotlin | http://www.baeldung.com/spring-boot-kotlin |
## Spring Security
| Description | URL |
| ------------- |:-------------:|
| Added Http basic with Spring Security | https://memorynotfound.com/spring-security-basic-authentication-configuration-example/ |
| Security with JWT | https://www.toptal.com/java/rest-security-with-jwt-spring-security-and-java |
| Added Basic Authentication with Spring | https://memorynotfound.com/spring-security-basic-authentication-configuration-example/ |
## Distribuited systems and load balance
| Description | URL |
| ------------- |:-------------:|
| Zuul Gateway - Netflix| https://github.com/Netflix/zuul |
| Hystrix for latency and fault tolerance - Netflix| https://github.com/Netflix/Hystrix |
| Ribbon for Load balancing | https://github.com/Netflix/ribbon/ |
## Tutorials
| Description | URL |
| ------------- |:-------------:|
| How to configure Facebook App for Login | https://help.vtex.com/es/tutorial/registrar-client-id-y-client-secret-para-login-con-facebook |
| Master IntelliJ and learn some tricks | https://javaspecialists.teachable.com/p/intellij-wizardry/ |
## Mocks / Testing / Tools
| Description | URL |
| ------------- |:-------------:|
| Great tool to mock services REST/SOAP | http://wiremock.org/ |
| Mockto Official Site and Documentation | http://site.mockito.org/ |
| Transform Json to Schemas | http://www.jsonschema2pojo.org/ |
| Cron Maker | http://www.cronmaker.com/ |
## Articles / Principles
| Description | URL |
| ------------- |:-------------:|
| Microservices Implementation | https://koukia.ca/a-microservices-implementation-journey-part-1-9f6471fe917 |
| Scaling Microservices | https://dev.otto.de/2014/07/29/scaling-with-microservices-and-vertical-decomposition/ |
| Spring boot with Eureka and Spring Cloud | https://dzone.com/articles/quick-guide-to-microservices-with-spring-boot-20-e |
| Hexagonal Architecture principles | http://www.javiervelezreyes.com/ni-nueva-ni-arquitectura-ni-hexagonal/ |
## Design Patterns
| Description | URL |
| ------------- |:-------------:|
| Architecture Cloud Design Patterns | https://docs.microsoft.com/en-us/azure/architecture/patterns/backends-for-frontends |
| Back-End For Front-End BFF | https://samnewman.io/patterns/architectural/bff/ |