{"id":24409018,"url":"https://github.com/codesandtags/back-end-documentation","last_synced_at":"2026-02-10T06:30:56.146Z","repository":{"id":86981580,"uuid":"93469962","full_name":"codesandtags/back-end-documentation","owner":"codesandtags","description":"This is a compilation of information about all topics related with the Back End Development","archived":false,"fork":false,"pushed_at":"2019-07-09T16:46:00.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-18T19:36:01.646Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codesandtags.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-06T03:04:03.000Z","updated_at":"2019-07-09T16:46:02.000Z","dependencies_parsed_at":"2023-04-12T11:23:53.488Z","dependency_job_id":null,"html_url":"https://github.com/codesandtags/back-end-documentation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codesandtags/back-end-documentation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesandtags%2Fback-end-documentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesandtags%2Fback-end-documentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesandtags%2Fback-end-documentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesandtags%2Fback-end-documentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codesandtags","download_url":"https://codeload.github.com/codesandtags/back-end-documentation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesandtags%2Fback-end-documentation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29292081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T03:42:42.660Z","status":"ssl_error","status_checked_at":"2026-02-10T03:42:41.897Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-20T05:53:46.580Z","updated_at":"2026-02-10T06:30:56.109Z","avatar_url":"https://github.com/codesandtags.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Back End Documentation 2018\n\u003e This is a compilation of information about all topics related with the Back End development.\n\n\n## Java\n\n| Description   | URL           | \n| ------------- |:-------------:| \n| Tool for managing parallel versions of multiple Software Development Kits| http://sdkman.io/ |\n| Online tool to write Java Code | https://www.jdoodle.com/online-java-compiler |\n\n\n## OAuth 2\n\n| Description   | URL           | \n| ------------- |:-------------:| \n| Overview OAuth 2| https://www.digitalocean.com/community/tutorials/una-introduccion-a-oauth-2-es |\n| OAuth 2 Oficial documentation | https://oauth.net/2/ |\n\n\n\n## Spring Boot\n\n| Description   | URL           | \n| ------------- |:-------------:| \n| SpringBoot latest documentation| https://projects.spring.io/spring-boot/ |\n| Spring Initializr tool| http://start.spring.io/ |\n| Spring Boot and Kotlin | http://www.baeldung.com/spring-boot-kotlin |\n\n## Spring Security\n\n| Description   | URL           | \n| ------------- |:-------------:| \n| Added Http basic with Spring Security | https://memorynotfound.com/spring-security-basic-authentication-configuration-example/ |\n| Security with JWT | https://www.toptal.com/java/rest-security-with-jwt-spring-security-and-java |\n| Added Basic Authentication with Spring | https://memorynotfound.com/spring-security-basic-authentication-configuration-example/ |\n\n## Distribuited systems and load balance\n\n| Description   | URL           | \n| ------------- |:-------------:| \n| Zuul Gateway - Netflix| https://github.com/Netflix/zuul |\n| Hystrix for latency and fault tolerance  - Netflix| https://github.com/Netflix/Hystrix |\n| Ribbon for Load balancing | https://github.com/Netflix/ribbon/ |\n\n\n## Tutorials\n| Description   | URL           | \n| ------------- |:-------------:| \n| How to configure Facebook App for Login | https://help.vtex.com/es/tutorial/registrar-client-id-y-client-secret-para-login-con-facebook |\n| Master IntelliJ and learn some tricks | https://javaspecialists.teachable.com/p/intellij-wizardry/ |\n\n## Mocks / Testing / Tools\n| Description   | URL           | \n| ------------- |:-------------:| \n| Great tool to mock services REST/SOAP | http://wiremock.org/ |\n| Mockto Official Site and Documentation | http://site.mockito.org/ |\n| Transform Json to Schemas | http://www.jsonschema2pojo.org/ |\n| Cron Maker | http://www.cronmaker.com/ |\n\n## Articles / Principles\n| Description   | URL           | \n| ------------- |:-------------:| \n| Microservices Implementation | https://koukia.ca/a-microservices-implementation-journey-part-1-9f6471fe917 |\n| Scaling Microservices | https://dev.otto.de/2014/07/29/scaling-with-microservices-and-vertical-decomposition/ |\n| Spring boot with Eureka and Spring Cloud | https://dzone.com/articles/quick-guide-to-microservices-with-spring-boot-20-e |\n| Hexagonal Architecture principles | http://www.javiervelezreyes.com/ni-nueva-ni-arquitectura-ni-hexagonal/ |\n\n\n## Design Patterns\n| Description   | URL           | \n| ------------- |:-------------:| \n| Architecture Cloud Design Patterns | https://docs.microsoft.com/en-us/azure/architecture/patterns/backends-for-frontends |\n| Back-End For Front-End BFF | https://samnewman.io/patterns/architectural/bff/ |\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodesandtags%2Fback-end-documentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodesandtags%2Fback-end-documentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodesandtags%2Fback-end-documentation/lists"}