free-programming-books-pt_BR.md 2.7 KB
Newer Older
1
##Índice
2
* [C](#c)
3 4
* [Engenharia de software](#engenharia-de-software)
    * [Metodologias de Desenvolvimento de Software](#metodologias-de-desenvolvimento-de-software)
5
* [Git](#git)
6
* [Haskell](#haskell)
7
* [HTML / CSS](#html--css)
8
* [Java](#java)
9
* [JavaScript](#javascript)
10
* [LaTeX](#latex)
11
* [Python](#python)
12
* [Ruby](#ruby)
13
* [Shell Script](#shell)
14

15

16 17 18
###C
* [Introdução a Programação](https://github.com/edusantana/introducao-a-programacao-livro/releases) - livro adotado na UFPB.

19

20
###Engenharia de Software
21 22
####Metodologias de Desenvolvimento de Software
* [Scrum e XP direto das Trincheiras](http://www.infoq.com/br/minibooks/scrum-xp-from-the-trenches)
23

24

25
###Git
26
* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/pt_br/)
27 28
* [Pro Git](http://git-scm.com/book/pt-br)

29

30 31 32
###Haskell
* [Aprender o Haskell será um grande bem para você(tradução em andamento)](https://github.com/taylorrf/learnhaskell)

33

34 35
###HTML / CSS
* [Estruturando o HTML com CSS](http://pt-br.learnlayout.com/)
J
jgpacker 已提交
36
* [Dive Into HTML5](http://diveintohtml5.com.br/)
37

38

39
###Java
40
* [Algoritmos e Estruturas de Dados com Java](http://www.caelum.com.br/apostila-java-estrutura-dados/)
41 42 43 44
* [Java e Orientação a Objetos](http://www.caelum.com.br/apostila-java-orientacao-objetos/)
* [Java para Desenvolvimento Web](http://www.caelum.com.br/apostila-java-web/)
* [Web ágil com VRaptor, Hibernate e AJAX](http://www.caelum.com.br/apostila-vraptor-hibernate/)

45

46
###JavaScript
47
* [Aprendendo Padrões de Projeto JavaScript PT-BR](https://leanpub.com/aprendendo-padroes-de-projeto-javascript)
48 49 50
* [Eloquent Javascript PT-BR](https://leanpub.com/eloquentejavascript)
* [Fundamentos de jQuery](http://herberthamaral.com/posts/2013-02-25-sobre-o-jquery-fundamentals.html)
* [Guia Rápido de Desenvolvimento para Firefox OS: Criando apps com HTML5 para o Firefox OS](https://leanpub.com/guiarapidofirefoxos)
51

52 53 54
###LaTeX
* [Introdução ao LaTeX 2 - Ou LaTeX 2 em 105 minutos](http://ctan.org/pkg/lshort-portuguese-br)

55

56 57 58 59
###Python
* [A Byte of Python](http://rodrigoamaral.net/a-byte-of-python/)
* [Python para Desenvolvedores](http://ark4n.files.wordpress.com/2010/01/python_para_desenvolvedores_2ed.pdf)

60

61
###Ruby
62
* [Aprenda a Programar](http://aprendaaprogramar.rubyonrails.com.br)
63
* [O (comovente) guia de Ruby do Why](http://why.carlosbrando.com/)
64
* [Pequeno Livro do Ruby](http://www.sismicro.com.br/ruby/Pequeno-Livro-do-Ruby.php)
65
* [Ruby on Rails - Desenv. Ágil para Web com Ruby on Rails](http://www.caelum.com.br/apostila-ruby-on-rails/)
66
* [Tutorial de Ruby](http://dl.dropbox.com/u/1482800/eustaquiorangel.com/tutorialruby.pdf)
67

68

69
###Shell
70
* [Introdução ao Shell Script](http://aurelio.net/shell/apostila-introducao-shell.pdf)