free-programming-books-pt_BR.md 10.6 KB
Newer Older
1 2
### Índice

3
* [C](#c)
L
Leonardo Rifeli 已提交
4 5
* [C#](#c-sharp)
* [C++](#c-1)
6
* [Engenharia de software](#engenharia-de-software)
V
Victor Felder 已提交
7
  * [Metodologias de Desenvolvimento de Software](#metodologias-de-desenvolvimento-de-software)
8
  * [Outros](#outros)
9
* [Git](#git)
10
* [Go](#go)
11
* [Haskell](#haskell)
12
* [HTML / CSS](#html--css)
13
* [Java](#java)
14
* [JavaScript](#javascript)
R
Renan Martins 已提交
15
  * [Angular](#angular)
16 17 18 19 20 21 22 23 24 25 26 27
  * [Angular.js](#angularjs)
  * [Backbone.js](#backbonejs)
  * [Ember.js](emberjs)
  * [Express.js](#expressjs)
  * [Grunt](#grunt)
  * [Gulp](#gulp)
  * [jQuery](#jquery)
  * [Knockout.js](#knockoutjs)
  * [Meteor](#meteor)
  * [Node.js](#nodejs)
  * [React](#react)
  * [Vue.js](#vuejs)
28
* [LaTeX](#latex)
29
* [LISP](#lisp)
L
Leonam Dias 已提交
30 31
* [Lua](#lua)
* [PHP](#php)
32
* [Python](#python)
33
  * [Django](#django)
D
Diego Garcia 已提交
34
* [RegEx](#regex)
35
* [Ruby](#ruby)
36
* [Shell Script](#shell)
D
Diego Garcia 已提交
37
* [Vim](#vim)
38

V
Victor Felder 已提交
39

C
Christoph Uschkrat 已提交
40
### C
41

R
rickytaki 已提交
42
* [Apostila Linguagem C](http://www.ime.usp.br/~slago/slago-C.pdf) - Silvio Lago (PDF)
43
* [Curso de Programação em C - UFMG](http://www2.dcc.ufmg.br/disciplinas/pc/source/introducao_c_renatocm_deeufmg.pdf) - Renato Cardoso Mesquita (PDF)
C
Craig Davison 已提交
44
* [Introdução a Programação](https://github.com/ufpb-computacao/introducao-a-programacao-livro/releases) - livro adotado na UFPB.
45
* [Introdução em Computação - C](http://www.ime.usp.br/~elo/IntroducaoComputacao/).
R
rickytaki 已提交
46
* [O Fantástico Mundo da Linguagem C](https://fiorix.files.wordpress.com/2014/04/o-fantc3a1stico-mundo-da-linguagem-c.pdf) (PDF)
47
* [Projeto de Algoritmos em C](http://www.ime.usp.br/~pf/algoritmos/)
48

L
Leonardo Rifeli 已提交
49

L
Leonardo Rifeli 已提交
50
### C Sharp
51

L
Leonardo Rifeli 已提交
52
* [C# e Orientação a Objetos](https://www.caelum.com.br/apostila-csharp-orientacao-objetos/) - Caelum
53

54

L
Leonardo Rifeli 已提交
55
### C++
56

L
Leonardo Rifeli 已提交
57
* [Apostila Linguagem C++](http://www.ime.usp.br/~slago/slago-C++.pdf) - Silvio Lago (PDF)
58
* [Estrutura de Dados](http://calhau.dca.fee.unicamp.br/wiki/images/0/01/EstruturasDados.pdf) (PDF)
V
victor felder 已提交
59
* [Programação Orientada a Objetos em C++](http://webserver2.tecgraf.puc-rio.br/~manuel/Download/Programacao%20Orientada%20a%20Objetos%20em%20C++.pdf) (PDF)
60 61


C
Christoph Uschkrat 已提交
62
### Engenharia de Software
63

C
Christoph Uschkrat 已提交
64
#### Metodologias de Desenvolvimento de Software
65

L
Leonardo Rifeli 已提交
66 67 68
* [Kanban e Scrum - obtendo o melhor de ambos](http://www.infoq.com/br/minibooks/kanban-scrum-minibook) *(account required)*
* [Kanban em 10 Passos](http://www.infoq.com/br/minibooks/priming-kanban-jesper-boeg) *(account required)*
* [Scrum e XP direto das Trincheiras](http://www.infoq.com/br/minibooks/scrum-xp-from-the-trenches) *(account required)*
69

V
Victor Felder 已提交
70

71 72
#### Outros

73
* [CI - Integração Contínua Sem Desculpa](https://ci.mrprompt.com.br)
74
* [Primeiros passos com Padrões de Projeto](https://leanpub.com/primeiros-passos-com-padroes-de-projeto/)
75

76

C
Christoph Uschkrat 已提交
77
### Git
78

V
Victor Felder 已提交
79
* [Git - guia prático](http://rogerdudler.github.io/git-guide/index.pt_BR.html)
80
* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/pt_br/)
L
Leonardo Rifeli 已提交
81 82
* [Minicurso - Controle de Versão usando o Git](https://github.com/ltiaunesp/Git-Minicurso) - LTIA UNESP
* [Pro Git](http://git-scm.com/book/pt-br/)
83

84

85 86 87 88 89
### GO

* [Go - hands on](https://github.com/go-br/estudos)


C
Christoph Uschkrat 已提交
90
### Haskell
91

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

94

C
Christoph Uschkrat 已提交
95
### HTML / CSS
96

97
* [Apostila de HTML](https://www.telecom.uff.br/pet/petws/downloads/apostilas/HTML.pdf) - Robertha Pereira Pedroso (PDF)
L
Leonardo Rifeli 已提交
98
* [Desenvolvimento Web com HTML, CSS e JavaScript](https://www.caelum.com.br/apostila-html-css-javascript/) - Caelum
V
Victor Felder 已提交
99 100
* [Dive Into HTML5](http://diveintohtml5.com.br)
* [Estruturando o HTML com CSS](http://pt-br.learnlayout.com)
101 102


C
Christoph Uschkrat 已提交
103
### Java
104

L
Leonardo Rifeli 已提交
105
* [Algoritmos e Estruturas de Dados com Java](http://www.caelum.com.br/apostila-java-estrutura-dados/) - Caelum
106
* [Desenvolvimento Distribuído com JavaEE](https://www.gitbook.com/book/rafaelsakurai/desenvolvimento-distribuido) - Rafael Guimarães Sakurai
107
* [Introdução a Ciência da Computação com Java](http://ccsl.ime.usp.br/files/publications/files/2008/intro-java-cc.pdf) (PDF)
L
Leonardo Rifeli 已提交
108 109 110 111
* [Java e Orientação a Objetos](http://www.caelum.com.br/apostila-java-orientacao-objetos/) - Caelum
* [Java para Desenvolvimento Web](http://www.caelum.com.br/apostila-java-web/) - Caelum
* [Lab. Java com Testes, JSF e Design Patterns](https://www.caelum.com.br/apostila-java-testes-jsf-web-services-design-patterns/) - Caelum
* [Web ágil com VRaptor, Hibernate e AJAX](http://www.caelum.com.br/apostila-vraptor-hibernate/) - Caelum
112

113

C
Christoph Uschkrat 已提交
114
### JavaScript
115

P
Pedro Henrique Prado Oliveira 已提交
116
* [Eloquente Javascript](https://github.com/braziljs/eloquente-javascript)
117
* [EXPERT JS Stack](http://stack.desenvolvedor.expert)
R
Renan Martins 已提交
118
* [Guia JavaScript](https://developer.mozilla.org/pt-BR/docs/Web/JavaScript/Guide)
119
* [Guia Rápido de Desenvolvimento para Firefox OS](https://leanpub.com/guiarapidofirefoxos)
N
Nikolas Silva 已提交
120
* [JS: A forma certa](http://jstherightway.org/pt-br/)
121

122

123 124 125 126 127
#### Angular

* [Implemente um aplicativo de página única com o Angular 2](https://www.ibm.com/developerworks/br/library/implemente-aplicativo-pagina-unica-angular-2/index.html)


128 129 130 131 132 133 134 135 136 137 138 139 140 141 142
#### Angular.js

* [Criando uma aplicação simples com AngularJS](http://tableless.com.br/criando-uma-aplicacao-simples-com-angularjs/)
* [Criando uma aplicação Single Page com AngularJS](http://tableless.com.br/criando-uma-aplicacao-single-page-com-angularjs/)
* [Entendendo as diretivas e fazendo abas com AngularJS](http://tableless.com.br/diretivas-angularjs-abas/)


#### Backbone.js

* [Série Backbone.js (blog.fernandomantoan.com)](http://blog.fernandomantoan.com/serie-backbone-js-parte-1-introducao/)
* [Série Backbone.js (devfuria.com.br)](http://www.devfuria.com.br/javascript/backbone/)


#### Ember.js

143
* [Conceitos basicos do Ember.js](http://fabriciotav.org/blog/2013/02/20/conceitos-basicos-do-emberjs.html)
144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187
* [Handlebars Helpers com Ember.js](http://fabriciotav.org/blog/2013/02/20/handlebars-helpers-com-emberjs.html)


#### Express.js

* [Primeiros passos com Express em Node.js](http://nodebr.com/primeiros-passos-com-express-em-node-js/)


#### Grunt

* [Grunt - Voce deveria estar usando](http://tableless.com.br/grunt-voce-deveria-estar-usando/)
* [Grunt | Automatizando tarefas](http://woliveiras.com.br/posts/grunt-automatizando-tarefas/)


#### Gulp

* [Gulp - O novo automatizador](http://tableless.com.br/gulp-o-novo-automatizador/)


#### jQuery

* [Artigos sobre jQuery](https://tableless.com.br/categories/jquery/)


#### Knockout.js

* [Documentação](https://github.com/alexhiroshi/knockoutjs-brasil)


#### Meteor

* [Tudo sobre Meteor](http://udgwebdev.com/meteor/)


#### Node.js

* [Node.js para Leigos](http://udgwebdev.com/nodejs/)
* [Primeiros passos com Node.js](http://tableless.com.br/o-que-nodejs-primeiros-passos-com-node-js/)
* [Raspagem de dados com Node.js](http://tableless.com.br/raspagem-de-dados-com-node-js/)


#### React

* [React: JavaScript reativo](http://tableless.com.br/react-javascript-reativo/)
188
* [The Road to Learn React](https://leanpub.com/the-road-to-learn-react-portuguese) *(necessário conta no Leanpub ou e-mail válido)*
189 190 191 192


#### Vue.js

193
* [Adicionar Bootstrap e Font-awesome no projeto criado com o Vue Cli](https://web.archive.org/web/20180613054310/http://www.vedovelli.com.br/frontend/adicionar-bootstrap-e-font-awesome-no-projeto-criado-com-o-vue-cli/)
194 195 196 197 198
* [Documentação pt-BR](https://br.vuejs.org/v2/guide/)
* [Vue.js Brasil - Artigos em Português sobre Vue.js](http://www.vuejs-brasil.com.br)
* [VueJS: Filtro para criar URL’s amigáveis](http://web.archive.org/web/20160331162636/http://carlosgartner.com.br/vuejs-filtro-para-criar-urls-amigaveis/)


C
Christoph Uschkrat 已提交
199
### LaTeX
200

Y
yssmcl 已提交
201
* [Breve Introdução ao LaTeX2e](http://www.if.ufrj.br/~sandra/MetComp/doc/latex.pdf) - Lenimar Nunes de Andrade (PDF)
202 203
* [Introdução ao LaTeX 2 - Ou LaTeX 2 em 105 minutos](http://ctan.org/pkg/lshort-portuguese-br)

204

205 206 207 208 209
### LISP

* [Introdução a linguagem LISP](http://www.dca.fee.unicamp.br/courses/EA072/lisp9596/Lisp9596.html) (HTML)


L
Leonam Dias 已提交
210
### Lua
211

L
Leonam Dias 已提交
212 213 214
* [Manual de Referência de Lua 5.2](http://www.lua.org/manual/5.2/pt/)


G
Gabriel Gomes 已提交
215 216 217
### PHP

* [A semana PHP](http://asemanaphp.com.br)
V
Victor Felder 已提交
218
* [Api REST Com Silex no GAE](http://bit.ly/ebook-silex) - Nanderson Castro (PDF, EPUB, MOBI)
219
* [CakePHP](http://book.cakephp.org/2.0/pt/index.html)
220
* [Curso Linguagem PHP 2000](http://www.etelg.com.br/paginaete/downloads/informatica/php.pdf) (PDF)
V
Victor Felder 已提交
221
* [PHP Do jeito certo](http://br.phptherightway.com)
222
* [PHPUnit](https://phpunit.de/manual/current/pt_br/index.html) (PDF, EPUB, MOBI)
L
Leonam Dias 已提交
223 224


C
Christoph Uschkrat 已提交
225
### Python
226

G
Gutierri Barboza 已提交
227
* [Aprenda computação com Python](https://aprendendo-computacao-com-python.readthedocs.org/en/latest/index.html)
228
* [Aprenda Python Básico - Rápido e Fácil de entender](http://felipegalvao.com.br/livros) (PDF / Epub)
C
Cristian Henrique 已提交
229
* [Curso de Python e Django](https://osantana.me/curso-de-python-e-django)
D
Douglas Gusson 已提交
230
* [Django 101 - Introdução ao Django](http://turing.com.br/material/acpython/mod3/django/index.html)
231
* [Introdução a Visão Computacional com Python e OpenCV](http://professor.luzerna.ifc.edu.br/ricardo-antonello/wp-content/uploads/sites/8/2017/02/Livro-Introdu%C3%A7%C3%A3o-a-Vis%C3%A3o-Computacional-com-Python-e-OpenCV-3.pdf) (PDF)
L
Leonam Dias 已提交
232
* [O tutorial de Python](http://turing.com.br/pydoc/2.7/tutorial/)
233
* [Pense em Python](https://penseallen.github.io/PensePython2e)
D
Devinsuit 已提交
234
* [Python Orientado a Objetos](https://docs.google.com/viewer?a=v&pid=sites&srcid=ZGVmYXVsdGRvbWFpbnxyYWZhZWx1ZnR8Z3g6NTJlM2UzYzY1ZTgzMDEwMw) (PDF)
L
Leonardo Rifeli 已提交
235
* [Python para Desenvolvedores](https://ark4n.files.wordpress.com/2010/01/python_para_desenvolvedores_2ed.pdf) (PDF)
236
* [Tutorial Django Girls](http://tutorial.djangogirls.org/pt/)
237

238

239 240
#### Django

241
* [Tutorial Django Girls](https://tutorial.djangogirls.org/pt/)
242 243


D
Diego Garcia 已提交
244
### RegEx
245

D
Diego Garcia 已提交
246 247 248
* [Expressões Regulares - Guia de Consulta Rápida](http://aurelio.net/regex/guia/)


C
Christoph Uschkrat 已提交
249
### Ruby
250

L
Leonardo Rifeli 已提交
251
* [Aprenda a Programar](http://www.jmonteiro.com/aprendaaprogramar/)
L
Leonam Dias 已提交
252
* [Conhecendo Ruby](http://howtocode.com.br/ebooks/ruby)
253
* [Conhecendo Ruby - Eustaquio Rangel](https://leanpub.com/conhecendo-ruby/read)
V
Victor Felder 已提交
254
* [O (comovente) guia de Ruby do Why](http://why.carlosbrando.com)
L
Leonardo Rifeli 已提交
255
* [Ruby on Rails - Desenv. Ágil para Web com Ruby on Rails](http://www.caelum.com.br/apostila-ruby-on-rails/) - Caelum
256

257

C
Christoph Uschkrat 已提交
258
### Shell
259

L
Leonardo Rifeli 已提交
260
* [Introdução ao Shell Script](http://aurelio.net/shell/apostila-introducao-shell.pdf) - Aurelio Marinho Jargas (PDF)
261
* [Pequena introdução ao linux e ao Shell Script](https://www.telecom.uff.br/pet/petws/downloads/apostilas/LINUX.pdf) (PDF)
262
* [Shell Script do Zero](http://metamorphoselinux.net/Shell_Script_do_Zero.pdf) (PDF)
V
viniciusmo 已提交
263

264 265

### Vim
266

L
Leonardo Rifeli 已提交
267
* [Editor VI - Guia de Referência](http://aurelio.net/curso/material/vim-ref.html) - Aurelio Marinho Jargas
Y
yssmcl 已提交
268
* [O Editor de Texto Vim](https://code.google.com/p/vimbook) - Sérgio Luiz Araújo Silva et al.
L
Leonardo Rifeli 已提交
269 270 271
* [Vim Avançado](http://aurelio.net/vim/vim-avancado.txt) - Aurelio Marinho Jargas
* [Vim Básico](http://aurelio.net/vim/vim-basico.txt) - Aurelio Marinho Jargas
* [Vim Médio](http://aurelio.net/vim/vim-medio.txt) - Aurelio Marinho Jargas
272
* [Vim para Noobs](http://woliveiras.com.br/vimparanoobs/) - William Oliveira Souza