2021-10-29 03:36:54 +00:00
### Índice
2015-11-13 13:25:42 +00:00
2021-06-27 12:33:05 +00:00
* [Agnósticos ](#agnósticos )
2021-09-05 21:28:58 +00:00
* [IDE / Editores ](#ide--editores )
2020-10-25 20:43:17 +00:00
* [Programação ](#programação )
2020-05-30 01:30:50 +00:00
* [Sistemas Operacionais ](#sistemas-operacionais )
2019-10-07 18:29:36 +00:00
* [Android ](#android )
2021-08-02 14:56:16 +00:00
* [Assembly ](#assembly )
2014-01-14 18:31:06 +00:00
* [C ](#c )
2015-12-26 16:34:32 +00:00
* [C# ](#c-sharp )
2021-01-23 21:36:35 +00:00
* [C++ ](#cpp )
2021-10-14 01:12:26 +00:00
* [Dart ](#dart )
2020-10-06 13:45:07 +00:00
* [Docker ](#docker )
2013-12-11 04:10:19 +00:00
* [Engenharia de software ](#engenharia-de-software )
2020-10-10 03:10:48 +00:00
* [Arquitetura de Software ](#arquitetura-de-software )
2015-11-13 11:50:35 +00:00
* [Metodologias de Desenvolvimento de Software ](#metodologias-de-desenvolvimento-de-software )
2016-02-13 20:05:23 +00:00
* [Outros ](#outros )
2020-12-18 01:46:27 +00:00
* [Fundamentos Matemáticos Computacionais ](#fundamentos-matemáticos-computacionais )
2013-11-14 19:50:04 +00:00
* [Git ](#git )
2019-03-24 14:32:37 +00:00
* [Go ](#go )
2013-11-14 21:01:30 +00:00
* [Haskell ](#haskell )
2013-11-14 19:35:05 +00:00
* [HTML / CSS ](#html--css )
2013-11-14 19:50:04 +00:00
* [Java ](#java )
2013-11-14 21:01:30 +00:00
* [JavaScript ](#javascript )
refactor: normalize Angular and Angular.js sections/resources (#5525)
* chore: improve angular / angular.js listings
- Wellnaming section
- fix book title, add format, add creators as is seen in file
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Wellnaming section
- fix book title, add format, add creators as is seen in file
via EbookFoundation#4940
* chore: improve angular / angular.js listings
- Wellnaming sections (typescript>angular, javascript>angularjs)
- Add free resources to complete listing with at least 2 items, mainly from html.it website.
- fix titles, add format, add creators as is seen in linked files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources from Angular.js to TypeScript
- Add more resources to avoid single sections
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Sections (typescript>angular, javascript>angularjs)
- Add free resources to complete listing with at least 2 items.
- fix titles, add format, add creators as is seen in linked files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources to TypeScript
- Well-naming sections
- fix book title, add format, add creators as is seen in files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources from Angular.js to TypeScript
- Add more resources to avoid single sections
- Complete notes, titles, format, authors
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Well-naming section
- Complete notes, titles, format, authors
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Handle both as anchor. angular and angular.js
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Add http://plnkr.co as valid playground for both
- Add https://stackblitz.com as valid playground for both
via EbookFoundation/free-programming-books#4940
* chore: Angular.js > AngularJS and other pitfails
- Use AngularJS as title/name
- Fix some errors with heading levels in Javascript/Typescript section
- Finish to move some resources accoding their content
via EbookFoundation/free-programming-books#4940
* feature: sections crosslinks as blockquotes
* feature: sections crosslinks as blockquotes
Mainly for AngularJS/Angular, Javascript/Typescript,
web, databases listing sections
* chore: revert scoping crosslinks only to Angular
2021-09-14 18:29:51 +00:00
* [AngularJS ](#angularjs )
2018-03-26 17:12:56 +00:00
* [Backbone.js ](#backbonejs )
2020-11-08 22:53:44 +00:00
* [Ember.js ](#emberjs )
2018-03-26 17:12:56 +00:00
* [Express.js ](#expressjs )
* [Grunt ](#grunt )
* [Gulp ](#gulp )
* [jQuery ](#jquery )
* [Knockout.js ](#knockoutjs )
* [Meteor ](#meteor )
* [Node.js ](#nodejs )
* [React ](#react )
* [Vue.js ](#vuejs )
2020-10-17 20:32:27 +00:00
* [Kubernetes ](#kubernetes )
2013-11-14 19:50:04 +00:00
* [LaTeX ](#latex )
2017-06-07 16:03:13 +00:00
* [LISP ](#lisp )
2015-03-20 23:40:43 +00:00
* [Lua ](#lua )
2021-10-30 16:23:46 +00:00
* [Pascal ](#pascal )
2015-03-20 23:40:43 +00:00
* [PHP ](#php )
2020-10-13 01:30:05 +00:00
* [Symfony ](#symfony )
2013-11-14 19:35:05 +00:00
* [Python ](#python )
2017-11-12 21:02:59 +00:00
* [Django ](#django )
2020-11-03 03:10:22 +00:00
* [R ](#r )
2014-11-28 22:49:07 +00:00
* [RegEx ](#regex )
2013-10-18 00:59:25 +00:00
* [Ruby ](#ruby )
2021-10-04 14:31:50 +00:00
* [Shell / Bash Script ](#shell--bash )
refactor: normalize Angular and Angular.js sections/resources (#5525)
* chore: improve angular / angular.js listings
- Wellnaming section
- fix book title, add format, add creators as is seen in file
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Wellnaming section
- fix book title, add format, add creators as is seen in file
via EbookFoundation#4940
* chore: improve angular / angular.js listings
- Wellnaming sections (typescript>angular, javascript>angularjs)
- Add free resources to complete listing with at least 2 items, mainly from html.it website.
- fix titles, add format, add creators as is seen in linked files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources from Angular.js to TypeScript
- Add more resources to avoid single sections
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Sections (typescript>angular, javascript>angularjs)
- Add free resources to complete listing with at least 2 items.
- fix titles, add format, add creators as is seen in linked files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources to TypeScript
- Well-naming sections
- fix book title, add format, add creators as is seen in files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources from Angular.js to TypeScript
- Add more resources to avoid single sections
- Complete notes, titles, format, authors
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Well-naming section
- Complete notes, titles, format, authors
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Handle both as anchor. angular and angular.js
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Add http://plnkr.co as valid playground for both
- Add https://stackblitz.com as valid playground for both
via EbookFoundation/free-programming-books#4940
* chore: Angular.js > AngularJS and other pitfails
- Use AngularJS as title/name
- Fix some errors with heading levels in Javascript/Typescript section
- Finish to move some resources accoding their content
via EbookFoundation/free-programming-books#4940
* feature: sections crosslinks as blockquotes
* feature: sections crosslinks as blockquotes
Mainly for AngularJS/Angular, Javascript/Typescript,
web, databases listing sections
* chore: revert scoping crosslinks only to Angular
2021-09-14 18:29:51 +00:00
* [TypeScript ](#typescript )
* [Angular ](#angular )
2014-01-18 12:28:57 +00:00
2015-10-28 12:14:54 +00:00
2020-05-30 01:30:50 +00:00
### Agnósticos
2021-09-05 21:28:58 +00:00
#### IDE / Editores
* [Visual Studio Code: Produtividade infinita ](https://github.com/bylearn/VS-Code-Produtividade-Infinita ) - Felipe Cabrera Ribeiro dos Santos
#### Vim
* [O Editor de Texto Vim ](https://code.google.com/p/vimbook ) - Sérgio Luiz Araújo Silva et al.
* [Vim para Noobs ](https://woliveiras.com.br/vimparanoobs/ ) - William Oliveira Souza (HTML, PDF, EPUB) (*Necessário criar uma conta (gratuita) no Leanpub para baixar o livro completo*)
2021-10-03 21:39:15 +00:00
* [Vimbook ](https://vimbook.gitbook.io/vimbook ) - Cássio Botaro (gitbook)
2021-09-05 21:28:58 +00:00
2020-10-25 20:43:17 +00:00
#### Programação
2021-10-25 16:50:50 +00:00
* [Algoritmos e Programação ](https://www.ifmg.edu.br/ceadop3/apostilas/algoritmos-e-programacao ) - Adolfo José G. S. Baudson, Francisco César R. de Araújo (PDF)
2020-10-26 22:52:19 +00:00
* [Introdução a Algoritmos e Programação ](http://www.ferrari.pro.br/home/documents/FFerrari-CCechinel-Introducao-a-algoritmos.pdf ) - Fabricio Ferrari e Cristian Cechinel (PDF)
2020-10-25 20:43:17 +00:00
* [Lógica de Programação para iniciantes ](https://dicasdeprogramacao.com.br/download/ebook-logica-de-programacao-para-iniciantes.pdf ) - Gustavo Furtado de Oliveira Alves (PDF)
2020-05-30 01:30:50 +00:00
#### Sistemas Operacionais
2020-10-25 20:43:17 +00:00
* [Guia Foca Linux ](https://www.guiafoca.org/#download ) - Gleydson Maziolli (PDF)
2020-05-30 01:30:50 +00:00
* [Sistemas Operacionais: Conceitos e Mecanismos ](http://wiki.inf.ufpr.br/maziero/lib/exe/fetch.php?media=socm:socm-livro.pdf ) - Carlos A. Maziero (PDF) (:construction: *em contínuo desenvolvimento* )
2019-10-07 18:29:36 +00:00
### Android
* [Google Android: Uma abordagem prática e didática ](https://leanpub.com/google-android ) - Rafael Guimarães Sakurai - (Necessário criar uma conta (gratuita) no Leanpub para baixar o livro completo nos formatos PDF, EPUB, MOBI ou pelo próprio site)
2021-08-02 14:56:16 +00:00
### Assembly
* [Assembly x86 ](https://mentebinaria.gitbook.io/assembly-x86/ ) - Luis Felipe, Mente Binária (gitbook)
2021-10-29 03:36:54 +00:00
* [Execução de Programas: Como funcionam carregadores, ligadores e interpretadores ](https://www.inf.ufpr.br/bmuller/assets/docs/livroSB.pdf ) - Bruno Müller Junior (PDF)
2021-08-02 14:56:16 +00:00
2014-07-27 20:16:50 +00:00
### C
2015-11-13 13:25:42 +00:00
2015-12-14 16:30:19 +00:00
* [Apostila Linguagem C ](http://www.ime.usp.br/~slago/slago-C.pdf ) - Silvio Lago (PDF)
2016-07-07 18:08:12 +00:00
* [Curso de Programação em C - UFMG ](http://www2.dcc.ufmg.br/disciplinas/pc/source/introducao_c_renatocm_deeufmg.pdf ) - Renato Cardoso Mesquita (PDF)
2020-10-31 20:03:14 +00:00
* [Guia Beej's Para Programação em Rede - Usando Internet Sockets ](http://beej.us/guide/bgnet/translations/bgnet_ptbr.html ) - B. Hall, Traduzido por cv8minix3 (HTML)
2015-12-13 17:32:57 +00:00
* [Introdução a Programação ](https://github.com/ufpb-computacao/introducao-a-programacao-livro/releases ) - livro adotado na UFPB.
2015-12-26 15:25:22 +00:00
* [Introdução em Computação - C ](http://www.ime.usp.br/~elo/IntroducaoComputacao/ ).
2021-10-31 18:05:45 +00:00
* [Linguagem C - Notas de Aula ](https://www.inf.ufpr.br/cursos/ci067/Docs/NotasAula/ ) - Carmem Hara, Wagner Zola (HTML, [PDF ](https://www.inf.ufpr.br/cursos/ci067/Docs/NotasAula.pdf ))
2015-12-15 10:16:48 +00:00
* [O Fantástico Mundo da Linguagem C ](https://fiorix.files.wordpress.com/2014/04/o-fantc3a1stico-mundo-da-linguagem-c.pdf ) (PDF)
2015-11-13 13:25:42 +00:00
* [Projeto de Algoritmos em C ](http://www.ime.usp.br/~pf/algoritmos/ )
2014-01-14 18:31:06 +00:00
2015-12-26 16:24:00 +00:00
2015-12-26 16:34:32 +00:00
### C Sharp
2015-11-13 13:25:42 +00:00
2015-12-26 16:34:32 +00:00
* [C# e Orientação a Objetos ](https://www.caelum.com.br/apostila-csharp-orientacao-objetos/ ) - Caelum
2015-06-20 15:44:31 +00:00
2014-01-14 18:31:06 +00:00
2021-01-23 21:36:35 +00:00
< h3 id = "cpp" > C++< / h3 >
2015-06-20 15:44:31 +00:00
2015-12-26 16:34:32 +00:00
* [Apostila Linguagem C++ ](http://www.ime.usp.br/~slago/slago-C++.pdf ) - Silvio Lago (PDF)
2017-10-23 14:23:27 +00:00
* [Estrutura de Dados ](http://calhau.dca.fee.unicamp.br/wiki/images/0/01/EstruturasDados.pdf ) (PDF)
2017-01-15 21:21:48 +00:00
* [Programação Orientada a Objetos em C++ ](http://webserver2.tecgraf.puc-rio.br/~manuel/Download/Programacao%20Orientada%20a%20Objetos%20em%20C++.pdf ) (PDF)
2015-01-09 17:36:15 +00:00
2021-10-14 01:12:26 +00:00
### Dart
* [Dart Documentação ](https://dart.dev/guides ) - dart.dev
* [Flutter para Iniciantes ](https://www.flutterparainiciantes.com.br ) - Rubens de Melo (gitbook)
2020-10-06 13:45:07 +00:00
### Docker
2021-09-09 14:07:02 +00:00
* [Descomplicando o Docker ](https://livro.descomplicandodocker.com.br ) - Jeferson Fernando
2020-10-06 13:45:07 +00:00
* [Docker para desenvolvedores ](https://leanpub.com/dockerparadesenvolvedores ) - Rafael Gomes *(necessário conta no Leanpub ou e-mail válido)*
2014-07-27 20:16:50 +00:00
### Engenharia de Software
2015-11-13 13:25:42 +00:00
2014-07-27 20:16:50 +00:00
#### Metodologias de Desenvolvimento de Software
2015-11-13 13:25:42 +00:00
2015-12-26 16:34:32 +00:00
* [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)*
2013-11-02 17:15:20 +00:00
2016-02-13 22:22:36 +00:00
2020-10-10 03:10:48 +00:00
#### Arquitetura de Software
2020-10-25 20:43:17 +00:00
* [ASP.NET Core architecture ](https://docs.microsoft.com/pt-br/dotnet/architecture/modern-web-apps-azure/ ) (PDF)
* [Microservices architecture ](https://docs.microsoft.com/pt-br/dotnet/architecture/microservices/ ) (PDF)
* [Modernizing existing .NET apps ](https://docs.microsoft.com/pt-br/dotnet/architecture/modernize-with-azure-containers/ ) (PDF)
2020-10-10 03:10:48 +00:00
2016-02-13 20:05:23 +00:00
#### Outros
2017-10-20 15:56:12 +00:00
* [CI - Integração Contínua Sem Desculpa ](https://ci.mrprompt.com.br )
2020-10-25 19:54:00 +00:00
* [Deploy em produção para desenvolvedores ](https://leanpub.com/deployemprodparadevs ) - Rafael Gomes *(necessário conta no Leanpub ou e-mail válido)*
2021-04-28 15:55:11 +00:00
* [Engenharia de Software Moderna ](https://engsoftmoderna.info ) - Marco Tulio Valente (HTML)
2016-02-13 20:05:23 +00:00
* [Primeiros passos com Padrões de Projeto ](https://leanpub.com/primeiros-passos-com-padroes-de-projeto/ )
2013-11-02 17:15:20 +00:00
2014-01-18 12:28:57 +00:00
2020-10-23 15:12:58 +00:00
### Fundamentos Matemáticos Computacionais
2021-10-25 16:31:35 +00:00
* [Computação: Matemática Discreta ](https://educapes.capes.gov.br/bitstream/capes/432209/2/Livro_Matematica%20Discreta.pdf ) - Raquel Montezuma Pinheiro Cabral (PDF)
2020-10-23 15:12:58 +00:00
* [Matemática Fundacional para Computação - Em progresso ](https://www.tsouanas.org/fmcbook/ ) - Thanos Tsouanas (:construction: *in process* )
2014-07-27 20:16:50 +00:00
### Git
2015-11-13 13:25:42 +00:00
2015-10-28 12:14:54 +00:00
* [Git - guia prático ](http://rogerdudler.github.io/git-guide/index.pt_BR.html )
2013-11-14 21:01:30 +00:00
* [Git Magic ](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/pt_br/ )
2015-12-26 16:34:32 +00:00
* [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/ )
2013-11-14 19:50:04 +00:00
2014-01-18 12:28:57 +00:00
2019-03-24 14:32:37 +00:00
### GO
2020-11-13 20:58:38 +00:00
* [Aprenda Go com Testes ](https://larien.gitbook.io/aprenda-go-com-testes ) - Lauren Ferreira
2019-03-24 14:32:37 +00:00
* [Go - hands on ](https://github.com/go-br/estudos )
2021-07-30 15:41:57 +00:00
* [Go por Exemplo ](http://goporexemplo.golangbr.org ) - Mark McGranaghan, Jeremy Ashkenas, golangbr, Daniela Tamy Iwassa (HTML)
2019-03-24 14:32:37 +00:00
2014-07-27 20:16:50 +00:00
### Haskell
2015-11-13 13:25:42 +00:00
2015-07-13 20:35:52 +00:00
* [Aprender o Haskell será um grande bem para você (tradução em andamento) ](https://github.com/taylorrf/learnhaskell )
2013-11-14 21:01:30 +00:00
2014-01-18 12:28:57 +00:00
2014-07-27 20:16:50 +00:00
### HTML / CSS
2015-11-13 13:25:42 +00:00
2019-10-05 23:37:22 +00:00
* [Apostila de HTML ](https://www.telecom.uff.br/pet/petws/downloads/apostilas/HTML.pdf ) - Robertha Pereira Pedroso (PDF)
2015-12-26 16:34:32 +00:00
* [Desenvolvimento Web com HTML, CSS e JavaScript ](https://www.caelum.com.br/apostila-html-css-javascript/ ) - Caelum
2015-11-13 20:52:57 +00:00
* [Dive Into HTML5 ](http://diveintohtml5.com.br )
* [Estruturando o HTML com CSS ](http://pt-br.learnlayout.com )
2020-11-14 22:47:49 +00:00
* [Websites Atendendo a Requisitos de Acessibilidade e Usabilidade ](https://leanpub.com/warau ) - Leonelo Dell Anhol Almeida, Maria Cecília Calani Baranauskas, Vagner Figueredo de Santana (PDF) *(Leanpub account or valid email requested)*
2013-11-14 19:50:04 +00:00
2014-07-27 20:16:50 +00:00
### Java
2015-11-13 13:25:42 +00:00
2017-03-25 12:42:02 +00:00
* [Desenvolvimento Distribuído com JavaEE ](https://www.gitbook.com/book/rafaelsakurai/desenvolvimento-distribuido ) - Rafael Guimarães Sakurai
2020-11-03 23:43:11 +00:00
* [Imergindo na JVM ](https://leanpub.com/imergindo-jvm ) - Otavio Santana *(Leanpub account or valid email requested)*
2019-05-23 14:41:37 +00:00
* [Introdução a Ciência da Computação com Java ](http://ccsl.ime.usp.br/files/publications/files/2008/intro-java-cc.pdf ) (PDF)
2015-12-26 16:34:32 +00:00
* [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
2021-10-17 21:44:12 +00:00
* [Programação Básica em Java ](http://professor.unisinos.br/pjaques/material/java_basico.pdf ) - Patrícia Jaques Maillard (PDF)
2020-10-25 19:49:09 +00:00
* [Programação para iniciantes ](https://s3.amazonaws.com/algaworks-assets/ebooks/algaworks-livro-programacao-para-iniciantes-v1.1.pdf ) (PDF)
2013-10-18 00:59:25 +00:00
2014-01-18 12:28:57 +00:00
2014-07-27 20:16:50 +00:00
### JavaScript
2015-11-13 13:25:42 +00:00
2020-10-20 13:49:41 +00:00
* [Eloquente JavaScript ](https://github.com/braziljs/eloquente-javascript )
2017-04-02 14:51:51 +00:00
* [EXPERT JS Stack ](http://stack.desenvolvedor.expert )
2017-10-04 18:07:59 +00:00
* [Guia JavaScript ](https://developer.mozilla.org/pt-BR/docs/Web/JavaScript/Guide )
2018-03-26 17:12:56 +00:00
* [Guia Rápido de Desenvolvimento para Firefox OS ](https://leanpub.com/guiarapidofirefoxos )
2015-10-29 03:10:34 +00:00
* [JS: A forma certa ](http://jstherightway.org/pt-br/ )
2020-06-01 18:27:55 +00:00
* [You Don't Know JS: Async & Performance ](https://github.com/cezaraugusto/You-Dont-Know-JS/blob/portuguese-translation/async%20&%20performance/README.md )
* [You Don't Know JS: ES6 & Além ](https://github.com/cezaraugusto/You-Dont-Know-JS/blob/portuguese-translation/es6%20&%20beyond/README.md )
* [You Don't Know JS: Escopos & Closures ](https://github.com/cezaraugusto/You-Dont-Know-JS/blob/portuguese-translation/scope%20&%20closures/README.md )
* [You Don't Know JS: Iniciando ](https://github.com/cezaraugusto/You-Dont-Know-JS/blob/portuguese-translation/up%20&%20going/README.md )
* [You Don't Know JS: this & Prototipagem de Objetos ](https://github.com/cezaraugusto/You-Dont-Know-JS/blob/portuguese-translation/this%20&%20object%20prototypes/README.md )
* [You Don't Know JS: Tipos & Gramática ](https://github.com/cezaraugusto/You-Dont-Know-JS/blob/portuguese-translation/types%20&%20grammar/README.md )
2014-01-24 18:34:42 +00:00
2015-10-27 11:50:43 +00:00
refactor: normalize Angular and Angular.js sections/resources (#5525)
* chore: improve angular / angular.js listings
- Wellnaming section
- fix book title, add format, add creators as is seen in file
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Wellnaming section
- fix book title, add format, add creators as is seen in file
via EbookFoundation#4940
* chore: improve angular / angular.js listings
- Wellnaming sections (typescript>angular, javascript>angularjs)
- Add free resources to complete listing with at least 2 items, mainly from html.it website.
- fix titles, add format, add creators as is seen in linked files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources from Angular.js to TypeScript
- Add more resources to avoid single sections
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Sections (typescript>angular, javascript>angularjs)
- Add free resources to complete listing with at least 2 items.
- fix titles, add format, add creators as is seen in linked files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources to TypeScript
- Well-naming sections
- fix book title, add format, add creators as is seen in files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources from Angular.js to TypeScript
- Add more resources to avoid single sections
- Complete notes, titles, format, authors
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Well-naming section
- Complete notes, titles, format, authors
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Handle both as anchor. angular and angular.js
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Add http://plnkr.co as valid playground for both
- Add https://stackblitz.com as valid playground for both
via EbookFoundation/free-programming-books#4940
* chore: Angular.js > AngularJS and other pitfails
- Use AngularJS as title/name
- Fix some errors with heading levels in Javascript/Typescript section
- Finish to move some resources accoding their content
via EbookFoundation/free-programming-books#4940
* feature: sections crosslinks as blockquotes
* feature: sections crosslinks as blockquotes
Mainly for AngularJS/Angular, Javascript/Typescript,
web, databases listing sections
* chore: revert scoping crosslinks only to Angular
2021-09-14 18:29:51 +00:00
#### AngularJS
2018-10-03 17:24:33 +00:00
refactor: normalize Angular and Angular.js sections/resources (#5525)
* chore: improve angular / angular.js listings
- Wellnaming section
- fix book title, add format, add creators as is seen in file
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Wellnaming section
- fix book title, add format, add creators as is seen in file
via EbookFoundation#4940
* chore: improve angular / angular.js listings
- Wellnaming sections (typescript>angular, javascript>angularjs)
- Add free resources to complete listing with at least 2 items, mainly from html.it website.
- fix titles, add format, add creators as is seen in linked files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources from Angular.js to TypeScript
- Add more resources to avoid single sections
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Sections (typescript>angular, javascript>angularjs)
- Add free resources to complete listing with at least 2 items.
- fix titles, add format, add creators as is seen in linked files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources to TypeScript
- Well-naming sections
- fix book title, add format, add creators as is seen in files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources from Angular.js to TypeScript
- Add more resources to avoid single sections
- Complete notes, titles, format, authors
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Well-naming section
- Complete notes, titles, format, authors
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Handle both as anchor. angular and angular.js
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Add http://plnkr.co as valid playground for both
- Add https://stackblitz.com as valid playground for both
via EbookFoundation/free-programming-books#4940
* chore: Angular.js > AngularJS and other pitfails
- Use AngularJS as title/name
- Fix some errors with heading levels in Javascript/Typescript section
- Finish to move some resources accoding their content
via EbookFoundation/free-programming-books#4940
* feature: sections crosslinks as blockquotes
* feature: sections crosslinks as blockquotes
Mainly for AngularJS/Angular, Javascript/Typescript,
web, databases listing sections
* chore: revert scoping crosslinks only to Angular
2021-09-14 18:29:51 +00:00
> :information_source: Veja também … [Angular](#angular)
2018-10-03 17:24:33 +00:00
refactor: normalize Angular and Angular.js sections/resources (#5525)
* chore: improve angular / angular.js listings
- Wellnaming section
- fix book title, add format, add creators as is seen in file
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Wellnaming section
- fix book title, add format, add creators as is seen in file
via EbookFoundation#4940
* chore: improve angular / angular.js listings
- Wellnaming sections (typescript>angular, javascript>angularjs)
- Add free resources to complete listing with at least 2 items, mainly from html.it website.
- fix titles, add format, add creators as is seen in linked files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources from Angular.js to TypeScript
- Add more resources to avoid single sections
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Sections (typescript>angular, javascript>angularjs)
- Add free resources to complete listing with at least 2 items.
- fix titles, add format, add creators as is seen in linked files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources to TypeScript
- Well-naming sections
- fix book title, add format, add creators as is seen in files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources from Angular.js to TypeScript
- Add more resources to avoid single sections
- Complete notes, titles, format, authors
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Well-naming section
- Complete notes, titles, format, authors
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Handle both as anchor. angular and angular.js
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Add http://plnkr.co as valid playground for both
- Add https://stackblitz.com as valid playground for both
via EbookFoundation/free-programming-books#4940
* chore: Angular.js > AngularJS and other pitfails
- Use AngularJS as title/name
- Fix some errors with heading levels in Javascript/Typescript section
- Finish to move some resources accoding their content
via EbookFoundation/free-programming-books#4940
* feature: sections crosslinks as blockquotes
* feature: sections crosslinks as blockquotes
Mainly for AngularJS/Angular, Javascript/Typescript,
web, databases listing sections
* chore: revert scoping crosslinks only to Angular
2021-09-14 18:29:51 +00:00
* [Criando uma aplicação simples com AngularJS ](http://tableless.com.br/criando-uma-aplicacao-simples-com-angularjs/ ) - Davi Ferreira
* [Criando uma aplicação Single Page com AngularJS ](http://tableless.com.br/criando-uma-aplicacao-single-page-com-angularjs/ ) - Lucas Caprio
* [Entendendo as diretivas e fazendo abas com AngularJS ](http://tableless.com.br/diretivas-angularjs-abas/ ) - Diego Eis
2018-03-26 17:12:56 +00:00
#### 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
2019-01-19 19:40:02 +00:00
* [Conceitos basicos do Ember.js ](http://fabriciotav.org/blog/2013/02/20/conceitos-basicos-do-emberjs.html )
2018-03-26 17:12:56 +00:00
* [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/ )
2020-11-21 20:27:55 +00:00
* [Grunt \| Automatizando tarefas ](http://woliveiras.com.br/posts/grunt-automatizando-tarefas/ )
2018-03-26 17:12:56 +00:00
#### 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
2020-11-12 03:11:58 +00:00
* [Aplicações web real-time com Node.js ](https://github.com/caio-ribeiro-pereira/livro-nodejs ) - Caio Ribeiro Pereira
2020-10-20 14:30:16 +00:00
* [Construindo APIs testáveis com Node.js ](https://leanpub.com/construindo-apis-testaveis-com-nodejs/ ) - Waldemar Neto *(necessário conta no Leanpub ou e-mail válido)*
2018-03-26 17:12:56 +00:00
* [Node.js para Leigos ](http://udgwebdev.com/nodejs/ )
* [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/ )
2019-01-21 17:38:02 +00:00
* [The Road to Learn React ](https://leanpub.com/the-road-to-learn-react-portuguese ) *(necessário conta no Leanpub ou e-mail válido)*
2018-03-26 17:12:56 +00:00
#### Vue.js
2019-05-23 14:41:37 +00:00
* [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/ )
2018-03-26 17:12:56 +00:00
* [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 )
2020-10-08 15:49:58 +00:00
* [Vue.js na prática ](https://leanpub.com/livro-vue ) - Daniel Schmitz and Daniel Pedrinha Georgii (Necessário criar uma conta (gratuita) no Leanpub para baixar o livro completo nos formatos PDF, EPUB, MOBI ou pelo próprio site)
2018-03-26 17:12:56 +00:00
* [VueJS: Filtro para criar URL’ s amigáveis ](http://web.archive.org/web/20160331162636/http://carlosgartner.com.br/vuejs-filtro-para-criar-urls-amigaveis/ )
2020-10-17 20:32:27 +00:00
### Kubernetes
2021-09-09 14:07:02 +00:00
* [Descomplicando Kubernetes ](https://livro.descomplicandokubernetes.com.br ) - Jeferson Fernando
2020-10-17 20:32:27 +00:00
* [Introdução ao Kubernetes no Azure ](https://docs.microsoft.com/pt-br/learn/paths/intro-to-kubernetes-on-azure/ )
2014-07-27 20:16:50 +00:00
### LaTeX
2015-11-13 13:25:42 +00:00
2017-08-14 23:32:39 +00:00
* [Breve Introdução ao LaTeX2e ](http://www.if.ufrj.br/~sandra/MetComp/doc/latex.pdf ) - Lenimar Nunes de Andrade (PDF)
2013-11-14 19:50:04 +00:00
* [Introdução ao LaTeX 2 - Ou LaTeX 2 em 105 minutos ](http://ctan.org/pkg/lshort-portuguese-br )
2020-10-20 13:34:13 +00:00
* [Latexação ](https://www.ime.usp.br/~tassio/arquivo/latex/apostila.pdf ) - Tássio Naia dos Santos (PDF)
2013-11-14 19:50:04 +00:00
2014-01-18 12:28:57 +00:00
2017-06-07 16:03:13 +00:00
### LISP
* [Introdução a linguagem LISP ](http://www.dca.fee.unicamp.br/courses/EA072/lisp9596/Lisp9596.html ) (HTML)
2015-03-21 00:25:56 +00:00
### Lua
2015-11-13 13:25:42 +00:00
2015-03-21 00:25:56 +00:00
* [Manual de Referência de Lua 5.2 ](http://www.lua.org/manual/5.2/pt/ )
2021-10-30 16:23:46 +00:00
### Pascal
* [Algoritmos e Estruturas de Dados I ](https://www.inf.ufpr.br/marcos/livro_alg1/livro_alg1.pdf ) - Marcos Alexandre Castilho, Fabiano Silva e Daniel Weingaertner (PDF)
2016-04-19 16:58:02 +00:00
### PHP
2017-02-04 10:31:33 +00:00
* [Api REST Com Silex no GAE ](http://bit.ly/ebook-silex ) - Nanderson Castro (PDF, EPUB, MOBI)
2016-04-14 18:22:07 +00:00
* [CakePHP ](http://book.cakephp.org/2.0/pt/index.html )
2015-11-13 17:58:18 +00:00
* [Curso Linguagem PHP 2000 ](http://www.etelg.com.br/paginaete/downloads/informatica/php.pdf ) (PDF)
2015-11-13 20:52:57 +00:00
* [PHP Do jeito certo ](http://br.phptherightway.com )
2017-10-16 13:51:57 +00:00
* [PHPUnit ](https://phpunit.de/manual/current/pt_br/index.html ) (PDF, EPUB, MOBI)
2015-03-21 00:25:56 +00:00
2020-10-13 01:30:05 +00:00
#### Symfony
* [Symfony 5: A Trilha Rápida ](https://symfony.com/doc/5.0/the-fast-track/pt_BR/index.html )
2014-07-27 20:16:50 +00:00
### Python
2015-11-13 13:25:42 +00:00
2015-11-17 01:10:21 +00:00
* [Aprenda computação com Python ](https://aprendendo-computacao-com-python.readthedocs.org/en/latest/index.html )
2017-02-24 18:08:52 +00:00
* [Aprenda Python Básico - Rápido e Fácil de entender ](http://felipegalvao.com.br/livros ) (PDF / Epub)
2016-05-21 21:04:40 +00:00
* [Curso de Python e Django ](https://osantana.me/curso-de-python-e-django )
2015-11-27 10:39:14 +00:00
* [Django 101 - Introdução ao Django ](http://turing.com.br/material/acpython/mod3/django/index.html )
2018-10-04 18:39:52 +00:00
* [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)
2020-10-23 15:41:58 +00:00
* [O Guia do Mochileiro para Python! ](https://python-guide-pt-br.readthedocs.io/pt_BR/latest/ )
2015-03-20 23:47:34 +00:00
* [O tutorial de Python ](http://turing.com.br/pydoc/2.7/tutorial/ )
2019-10-05 18:12:56 +00:00
* [Pense em Python ](https://penseallen.github.io/PensePython2e )
2020-10-23 16:42:09 +00:00
* [Python e Orientação a Objetos ](https://www.caelum.com.br/apostila-python-orientacao-a-objetos/ )
2020-09-26 15:05:23 +00:00
* [Python Funcional ](https://dunossauro.github.io/python-funcional/ ) - Eduardo Mendes
2017-02-18 15:08:12 +00:00
* [Python Orientado a Objetos ](https://docs.google.com/viewer?a=v&pid=sites&srcid=ZGVmYXVsdGRvbWFpbnxyYWZhZWx1ZnR8Z3g6NTJlM2UzYzY1ZTgzMDEwMw ) (PDF)
2015-12-26 16:34:32 +00:00
* [Python para Desenvolvedores ](https://ark4n.files.wordpress.com/2010/01/python_para_desenvolvedores_2ed.pdf ) (PDF)
2015-11-26 12:01:14 +00:00
* [Tutorial Django Girls ](http://tutorial.djangogirls.org/pt/ )
2013-11-14 19:35:05 +00:00
2014-01-18 12:28:57 +00:00
2017-11-12 21:02:59 +00:00
#### Django
2021-05-21 02:29:42 +00:00
* [Desenvolvimento Web com Python e Django ](https://pythonacademy.com.br/ebooks/desenvolvimento-web-com-python-e-django ) - Vinícius Ramos (endereço de e-mail *solicitado* , não obrigatório)
2020-10-27 03:05:12 +00:00
* [Documentação do Django ](https://docs.djangoproject.com/pt-br )
2019-01-07 16:18:32 +00:00
* [Tutorial Django Girls ](https://tutorial.djangogirls.org/pt/ )
2017-11-12 21:02:59 +00:00
2020-11-03 03:10:22 +00:00
### R
* [Análise Exploratória de Dados usando o R ](http://www.uesc.br/editora/livrosdigitais2/analiseexploratoria_r.pdf ) - Enio Jelihovschi (PDF)
* [Ciência de Dados com R ](https://www.ibpad.com.br/o-que-fazemos/publicacoes/introducao-ciencia-de-dados-com-r/ ) - Paulo Oliveira, Saulo Guerra, and Robert McDonnell (email address *requested* , not required)
* [Fundamentos Estatísticos de Ciência dos Dados ](https://homepages.dcc.ufmg.br/~assuncao/EstatCC/FECD.pdf ) - Renato Assunção (PDF)
* [R para cientistas sociais ](http://www.uesc.br/editora/livrosdigitais_20140513/r_cientistas.pdf ) - Jakson Alves de Aquino (PDF)
2014-11-28 22:49:07 +00:00
### RegEx
2015-11-13 13:25:42 +00:00
2014-11-28 22:49:07 +00:00
* [Expressões Regulares - Guia de Consulta Rápida ](http://aurelio.net/regex/guia/ )
2014-07-27 20:16:50 +00:00
### Ruby
2013-10-18 00:59:25 +00:00
2015-12-26 16:34:32 +00:00
* [Aprenda a Programar ](http://www.jmonteiro.com/aprendaaprogramar/ )
2015-10-25 14:40:06 +00:00
* [Conhecendo Ruby - Eustaquio Rangel ](https://leanpub.com/conhecendo-ruby/read )
2015-11-13 20:52:57 +00:00
* [O (comovente) guia de Ruby do Why ](http://why.carlosbrando.com )
2014-01-18 12:28:57 +00:00
2014-03-29 16:32:25 +00:00
2021-10-04 14:31:50 +00:00
### Shell / Bash
2015-11-13 13:25:42 +00:00
2021-10-04 14:31:50 +00:00
* [Bash Scripting ](https://meleu.gitbooks.io/bashscripting/content/ ) - Meleu (gitbook)
2015-12-26 16:34:32 +00:00
* [Introdução ao Shell Script ](http://aurelio.net/shell/apostila-introducao-shell.pdf ) - Aurelio Marinho Jargas (PDF)
2019-01-19 19:40:02 +00:00
* [Pequena introdução ao linux e ao Shell Script ](https://www.telecom.uff.br/pet/petws/downloads/apostilas/LINUX.pdf ) (PDF)
2017-10-17 14:18:13 +00:00
* [Shell Script do Zero ](http://metamorphoselinux.net/Shell_Script_do_Zero.pdf ) (PDF)
refactor: normalize Angular and Angular.js sections/resources (#5525)
* chore: improve angular / angular.js listings
- Wellnaming section
- fix book title, add format, add creators as is seen in file
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Wellnaming section
- fix book title, add format, add creators as is seen in file
via EbookFoundation#4940
* chore: improve angular / angular.js listings
- Wellnaming sections (typescript>angular, javascript>angularjs)
- Add free resources to complete listing with at least 2 items, mainly from html.it website.
- fix titles, add format, add creators as is seen in linked files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources from Angular.js to TypeScript
- Add more resources to avoid single sections
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Sections (typescript>angular, javascript>angularjs)
- Add free resources to complete listing with at least 2 items.
- fix titles, add format, add creators as is seen in linked files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources to TypeScript
- Well-naming sections
- fix book title, add format, add creators as is seen in files
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Move Angular resources from Angular.js to TypeScript
- Add more resources to avoid single sections
- Complete notes, titles, format, authors
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Well-naming section
- Complete notes, titles, format, authors
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Handle both as anchor. angular and angular.js
via EbookFoundation/free-programming-books#4940
* chore: improve angular / angular.js listings
- Add http://plnkr.co as valid playground for both
- Add https://stackblitz.com as valid playground for both
via EbookFoundation/free-programming-books#4940
* chore: Angular.js > AngularJS and other pitfails
- Use AngularJS as title/name
- Fix some errors with heading levels in Javascript/Typescript section
- Finish to move some resources accoding their content
via EbookFoundation/free-programming-books#4940
* feature: sections crosslinks as blockquotes
* feature: sections crosslinks as blockquotes
Mainly for AngularJS/Angular, Javascript/Typescript,
web, databases listing sections
* chore: revert scoping crosslinks only to Angular
2021-09-14 18:29:51 +00:00
### TypeScript
* [Iniciando no TypeScript - Guia prático para os primeiros passos da linguagem ](https://www.maiconsilva.com/starting-typescript/ ) - Maicon Silva (HTML)
* [TypeScript Documentação ](https://www.typescriptlang.org/pt/docs/ )
* [TypeScript: O guia definitivo ](https://oieduardorabelo.medium.com/typescript-o-guia-definitivo-1a63b04259cc ) - Eduardo Rabelo (HTML)
#### Angular
> :information_source: Veja também … [AngularJS](#angularjs)
* [Angular 2 - Criando sua primeira aplicação no Visual Studio Code ](http://www.macoratti.net/17/02/net_ang2vsc1.htm ) - José Carlos Macoratti (HTML)
* [Implemente um aplicativo de página única com o Angular 2 ](https://www.ibm.com/developerworks/br/library/implemente-aplicativo-pagina-unica-angular-2/ ) - IBM, Babu Suresh (HTML)