1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-15 12:22:20 +00:00

update with dart sugestion (#6225)

* update with dart sugestion

* Update books/free-programming-books-pt_BR.md

Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com>

* Update books/free-programming-books-pt_BR.md

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>

* Update books/free-programming-books-pt_BR.md

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>

Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com>
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
This commit is contained in:
Isadora Oliveira 2021-10-13 22:12:26 -03:00 committed by GitHub
parent 3d79f17cc3
commit 4cfcfd8f01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@
* [C](#c) * [C](#c)
* [C#](#c-sharp) * [C#](#c-sharp)
* [C++](#cpp) * [C++](#cpp)
* [Dart](#dart)
* [Docker](#docker) * [Docker](#docker)
* [Engenharia de software](#engenharia-de-software) * [Engenharia de software](#engenharia-de-software)
* [Arquitetura de Software](#arquitetura-de-software) * [Arquitetura de Software](#arquitetura-de-software)
@ -108,6 +109,12 @@
* [Programação Orientada a Objetos em C++](http://webserver2.tecgraf.puc-rio.br/~manuel/Download/Programacao%20Orientada%20a%20Objetos%20em%20C++.pdf) (PDF) * [Programação Orientada a Objetos em C++](http://webserver2.tecgraf.puc-rio.br/~manuel/Download/Programacao%20Orientada%20a%20Objetos%20em%20C++.pdf) (PDF)
### Dart
* [Dart Documentação](https://dart.dev/guides) - dart.dev
* [Flutter para Iniciantes](https://www.flutterparainiciantes.com.br) - Rubens de Melo (gitbook)
### Docker ### Docker
* [Descomplicando o Docker](https://livro.descomplicandodocker.com.br) - Jeferson Fernando * [Descomplicando o Docker](https://livro.descomplicandodocker.com.br) - Jeferson Fernando