From 87d66f24ffb3ad3f34f3b46352940eb532a808d3 Mon Sep 17 00:00:00 2001 From: tecnotercio <46089926+tecnotercio@users.noreply.github.com> Date: Tue, 5 Dec 2023 15:16:55 -0300 Subject: [PATCH] Add two Smalltalk books in pt-BR (#10997) * free-courses-pt_BR.md: add Smalltalk books * Fix formatting of Smalltalk books in pt-BR --- courses/free-courses-pt_BR.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/courses/free-courses-pt_BR.md b/courses/free-courses-pt_BR.md index b1a244b4d..2f2993b5e 100644 --- a/courses/free-courses-pt_BR.md +++ b/courses/free-courses-pt_BR.md @@ -44,6 +44,7 @@ * [SEO](#seo) * [Shell](#shell) * [Sistemas Embarcados](#sistemas-embarcados) +* [Smalltalk](#smalltalk) * [Swift](#swift) * [TypeScript](#typescript) * [Angular](#angular) @@ -395,6 +396,12 @@ * [Fundamentos de Sistemas Embarcados](https://www.youtube.com/playlist?list=PLqvo6YdcIqXXGY1dLbf_xA-JLMBumTyzG) - Renato Sampaio +### Smalltalk + +* [Conhecendo o SmallTalk](https://www.researchgate.net/publication/262882317_Conhecendo_o_Smalltalk_-_Todos_os_Detalhes_da_Melhor_Linguagem_de_Programacao_Orientada_a_Objetos) - Daniel Duarte Abdala, Aldo von Wangenheim (PDF) +* [Introdução à Programação Orientada a Objetos com Smalltalk](https://dcc.ufrj.br/~jonathan/smalltalk/Introd-a-POO-com-Smalltalk-1994.pdf) - Miguel Jonathan (PDF) + + ### Swift * [Aprendendo Swift do Iniciante ao Avançado. (Mac e Windows)](https://www.udemy.com/aprendendoswift3/) - Lucas Alencar (Udemy)