Skip to content

Commit

Permalink
Merge pull request #84 from gustavofreze/feature/kotlin
Browse files Browse the repository at this point in the history
feat: Adds documentation about Kotlin.
  • Loading branch information
kjkGustavo authored Sep 17, 2022
2 parents 632ccb9 + 1400198 commit 2788e0c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,17 @@
"avatar_url": "https://github.com/rohlacanna.png"
},
"url": "https://github.com/rohlacanna/postgresql4noobs"
},
{
"name": "Kotlin4noobs",
"description": "Tutorial de Kotlin para iniciantes na linguagem.",
"category": "Linguagens de programação",
"author": {
"name": "Gustavo Freze",
"username": "gustavofreze",
"avatar_url": "https://github.com/gustavofreze.png"
},
"url": "https://github.com/gustavofreze/kotlin4noobs"
}
],
"socials": {
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
1 change: 1 addition & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ O intuito deste repositório é mostrar projetos desenvolvidos para facilitar o
| Ruby | Introdução a linguagem de programação Ruby, entendendo o básico para começar a programar na linguagem Ruby. | [Kaique Linhares Sousa](https://github.com/rinyaresu) | [Clique aqui ➡️](https://github.com/rinyaresu/ruby4noobs) |
| Typescript | Adicione tipagem estática ao seu código Javascript. | [Carolina Ale](https://github.com/Carolis) - [Matheus Pessanha](https://github.com/Mdsp9070) - [Matheus Navarro](https://github.com/navarrotheus) | [Clique aqui ➡️](https://github.com/Carolis/typescript4noobs) |
| Haskell | Único roadmap de Haskell possível, do noob ao Thanos. | [Guilherme dos Reis Meira](https://github.com/Guilherme775) - [Camilo Cunha de Azevedo](https://github.com/Camilotk) - [Miguel Gomes](https://github.com/miguel-nascimento) - [Matheus de Souza Pessanha](https://github.com/matdsoupe) - [Samuel Durante](https://github.com/samueldurantes) - [Lucas Alexander Floriani](https://github.com/lucasfloriani) | [Clique aqui ➡️](https://github.com/Guilherme775/Haskell4Noobs) |
| Kotlin | Tutorial de Kotlin para iniciantes na linguagem. | [Gustavo Freze](https://github.com/gustavofreze) | [Clique aqui ➡️](https://github.com/gustavofreze/kotlin4noobs) |

<!---| Batch | Aprenda a codar no terminal com o esse 4noobs de Batch. | [Caio Almeida](https://github.com/caioreix/) | <img alt="Badge em breve" src="https://img.shields.io/badge/-EM%20BREVE-red"> |
| GraphQL | Aprenda a fazer querys com qualidade com uma das principais tecnologias do mercado | [Guilherme Ananias](https://github.com/guiananias) - [Vitória Tenório](https://github.com/vitenorio) | <img alt="Badge em breve" src="https://img.shields.io/badge/-EM%20BREVE-red"> |
Expand Down

0 comments on commit 2788e0c

Please sign in to comment.