This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget -r --no-parent http://example.com/configs/.vim/ | |
--no-check-certificate | |
# Log in to the server. This can be done only once. | |
wget --save-cookies cookies.txt \ | |
--keep-session-cookies \ | |
--post-data 'user=foo&password=bar' \ | |
--delete-after \ | |
http://server.com/auth.php |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0. Introdução | |
https://golang.org/ | |
https://pt.wikipedia.org/wiki/Go_(linguagem_de_programa%C3%A7%C3%A3o) | |
https://en.wikipedia.org/wiki/Go_(programming_language) | |
1. Linguagem | |
1.1 Orientada a Objetos? | |
1.2 Metaprogramação | |
2. Bibliotecas |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CDI Weld | |
2.0 3.0.0.Final | |
1.2 2.4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bean Validation Hibernate Validator | |
JSR 303 1.0 4.x | |
JSR 349 1.1 5.x | |
JSR 380 2.0 6.x |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javassist vs cglib vs asm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://en.wikipedia.org/wiki/Schema_migration | |
http://blog.getsandbox.com/2014/07/20/how-to-manage-database-change/ | |
http://www.javaworld.com/article/2077886/data-storage/custom-schema-generation-with-hibernate-annotations.html | |
https://stackoverflow.com/questions/4574785/update-database-schema-with-hibernate | |
Tools: | |
http://divinespear.github.io/jpa-schema-maven-plugin/ | |
Hibernate Generate database* (SchemaUpdate,SchemaExport) | |
https://stackoverflow.com/questions/8980449/hibernate-schemaexport-command-line | |
https://docs.jboss.org/hibernate/orm/3.3/reference/en/html/toolsetguide.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Engana-se quem acha que no Brasil ainda não acontecem os assassinatos em massa tão | |
característicos dos regimes de esquerda. Com cinqüenta mil mortes por ano decorrentes do crime | |
não combatido, o Brasil é hoje um dos países mais violentos do mundo. Só para efeito de | |
comparação, o conflito entre Israel e os palestinos ocasionou a morte de menos de dez mil | |
pessoas em quinze anos, e a guerra do Iraque teve um total estimado de cento e dez mil mortos em | |
cinco anos. É fácil perceber que morrer assassinado no Brasil é muito mais provável do que | |
morrer numa guerra no Oriente Médio. | |
A impunidade e o tratamento leniente que o Estado brasileiro dá ao criminoso são frutos de leis | |
frouxas que beneficiam os bandidos e permitem incontáveis apelações e recursos judiciais, de |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rest | |
uder jar / fat jar | |
microservices | |
serverless | |
microprofile | |
netflix oss / stack | |
http://www.gajotres.net/best-available-java-restful-micro-frameworks | |
https://martinfowler.com/articles/serverless.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://membros.brasilparalelo.com.br/videos/1 OK | |
http://membros.brasilparalelo.com.br/videos/3 | |
http://membros.brasilparalelo.com.br/videos/6 | |
http://membros.brasilparalelo.com.br/videos/7 | |
http://membros.brasilparalelo.com.br/videos/8 | |
http://membros.brasilparalelo.com.br/videos/9 | |
http://membros.brasilparalelo.com.br/videos/10 | |
http://membros.brasilparalelo.com.br/videos/11 | |
http://membros.brasilparalelo.com.br/videos/12 | |
http://membros.brasilparalelo.com.br/videos/13 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb && sudo dpkg -i erlang-solutions_1.0_all.deb | |
sudo apt-get update | |
sudo apt-get install esl-erlang | |
https://gustavosantos.gitbooks.io/erlang-basico | |
http://erlang.org/doc/ | |
https://cassiomarques.wordpress.com/2008/08/17/um-pouco-de-erlang-programacao-funcional-e-recursividade/ | |
https://www.concretesolutions.com.br/2012/09/28/para-aprender-erlang/ | |
https://tryerlang.org |