free-programming-books-pt_BR.md 3.6 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)
W
William Becher 已提交
6
* [Grunt](#grunt)
7
* [Haskell](#haskell)
8
* [HTML / CSS](#html--css)
9
* [Java](#java)
10
* [JavaScript](#javascript)
11
* [LaTeX](#latex)
12
* [Python](#python)
13
* [Ruby](#ruby)
14
* [Shell Script](#shell)
15

16

17 18
###C
* [Introdução a Programação](https://github.com/edusantana/introducao-a-programacao-livro/releases) - livro adotado na UFPB.
V
viniciusmo 已提交
19
* [Projeto de Algoritmos em C](http://www.ime.usp.br/~pf/algoritmos/).
V
viniciusmo 已提交
20
* [Introdução ao Curso de C ](http://www.ic.unicamp.br/~mc102/introducao-ao-curso-de-c.html).
21
* [O Fantástico Mundo da Linguagem C] (https://fiorix.wordpress.com/2014/04/12/livro-sobre-c-e-linux/)
22

23
###Engenharia de Software
24
####Metodologias de Desenvolvimento de Software
25 26
* [Kanban e Scrum - obtendo o melhor de ambos](http://www.infoq.com/br/minibooks/kanban-scrum-minibook)
* [Kanban em 10 Passos](http://www.infoq.com/br/minibooks/priming-kanban-jesper-boeg)
27
* [Scrum e XP direto das Trincheiras](http://www.infoq.com/br/minibooks/scrum-xp-from-the-trenches)
28

29

30
###Git
31
* [Aprendendo Git](http://www.slideshare.net/bismarckjunior/aprendendo-git)
32
* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/pt_br/)
33 34
* [Pro Git](http://git-scm.com/book/pt-br)

35

W
William Becher 已提交
36 37
###Grunt
* [Grunt - Voce deveria estar usando](http://tableless.com.br/grunt-voce-deveria-estar-usando/)
38

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

42

43 44
###HTML / CSS
* [Estruturando o HTML com CSS](http://pt-br.learnlayout.com/)
J
jgpacker 已提交
45
* [Dive Into HTML5](http://diveintohtml5.com.br/)
46
* [Desenvolvendo para browsers antigos](http://tableless.com.br/browsers-antigos-guerra-contra-o-terror/)
47
* [Curso de HTML5 em vídeo do Guanabara](http://www.youtube.com/playlist?list=PLHz_AreHm4dlAnJ_jJtV29RFxnPHDuk9o)
48

49

50
###Java
51
* [Algoritmos e Estruturas de Dados com Java](http://www.caelum.com.br/apostila-java-estrutura-dados/)
52 53 54 55
* [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/)

56

57
###JavaScript
58 59 60
* [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)
61 62
* [Node.js para Leigos](http://udgwebdev.com/nodejs)
* [Tudo sobre Meteor](http://udgwebdev.com/meteor)
63

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

67

68 69 70
###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)
71
* [O tutorial de Python](http://turing.com.br/pydoc/2.7/tutorial/)
72

73

74
###Ruby
75
* [Aprenda a Programar](http://aprendaaprogramar.rubyonrails.com.br)
76
* [O (comovente) guia de Ruby do Why](http://why.carlosbrando.com/)
77
* [Pequeno Livro do Ruby](http://www.sismicro.com.br/ruby/Pequeno-Livro-do-Ruby.php)
78
* [Ruby on Rails - Desenv. Ágil para Web com Ruby on Rails](http://www.caelum.com.br/apostila-ruby-on-rails/)
79
* [Tutorial de Ruby](http://dl.dropbox.com/u/1482800/eustaquiorangel.com/tutorialruby.pdf)
80

81

82

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