Skip to content

Instantly share code, notes, and snippets.

@rponte
Last active April 12, 2022 23:40
Show Gist options
  • Save rponte/3b3fc1a2c48092f213390ea1d39dbce5 to your computer and use it in GitHub Desktop.
Save rponte/3b3fc1a2c48092f213390ea1d39dbce5 to your computer and use it in GitHub Desktop.
Zup Edu: Material de estudos sobre troubleshooting

Material de estudos sobre troubleshooting

Conteúdo sobre troubleshooting em geral

Conteúdo sobre trobleshooting em JVM, gerenciamento de memória e GC

Conteúdo sobre trobleshooting em camada de persistência

Conteúdo sobre ferramentas de testes de estresse e carga

Conteúdo sobre trobleshooting em problemas de concorrência

Conteúdo sobre trobleshooting em sistemas distribuídos

@rponte
Copy link
Author

rponte commented Aug 3, 2021

Possiveis exercicios para modulo de JVM

  • upload e processamento de arquivo XML: JAXB vs SAX
  • cache de objetos: HashMap vs Guava (or Spring Cache)
  • bug de memory leak em alguma lib opensource (ver changelogs)
  • usar alguma app longe da nossa realidade: Minecraft

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment