Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

atualizando readme com meus artigos sobre desenvolvimento iOS #43

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ Esta seção contém links sobre conteúdos específicos relacionados à linguag
- [🎬 Desvendando o ARC do Swift - DevPoli [🇧🇷]](https://www.youtube.com/watch?v=CZbOUMOxtU8)
- [🎬 Struct ou Class, pra que serve? - DevPoli [🇧🇷]](https://www.youtube.com/watch?v=tKSNjg9Cb_g)
- [🎬 Lazy Var e Computed Properties - Qual a diferença? - DevPoli [🇧🇷]](https://www.youtube.com/watch?v=NXNhAAWncT8)
- [Você compreende o uso do lazy? - Matheus Ferreira [🇧🇷]](https://medium.com/@mathferreiranasc12/você-compreende-o-uso-do-lazy-no-swift-a32ba424429e)
- [Diferença entre weak e unowned - Matheus Ferreira [🇧🇷]](https://medium.com/@mathferreiranasc12/você-sabe-a-diferença-entre-weak-e-unowned-529d32ed67c4)

### Arquiteturas

Expand Down Expand Up @@ -198,6 +200,7 @@ Esta seção contém links sobre conteúdos específicos relacionados à linguag
- [Instalação e uso do gerenciador de dependências CocoaPods - Giovanna Moeller [🇧🇷]](https://www.alura.com.br/artigos/ios-swift-instalacao-uso-gerenciador-dependencias-cocoapods)
- [Gerenciadores de dependências iOS - tokenlab [🇧🇷]](https://blog.tokenlab.com.br/gerenciadores-de-dependencias-ios/)
- [Carthage: Um gerenciador de dependências para projetos Xcode - infoq [🇧🇷]](https://www.infoq.com/br/news/2015/07/carthage-dependency-manager/)
- [King Fisher: Biblioteca para loading de imagens [🇧🇷]](https://medium.com/@mathferreiranasc12/uso-da-biblioteca-kingfisher-no-desenvolvimento-ios-26e156d922b6)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Acho que seria mais adequado listar este link na seção utilidades, pois a lib Kingfisher não se enquadra no tópico de "Gerenciamento de Dependências"


### Persistência

Expand Down Expand Up @@ -261,6 +264,7 @@ Esta seção contém links sobre conteúdos específicos relacionados à linguag
- [Swift Lint - Vinicius Mangueira [🇧🇷]](https://medium.com/viniciusmangueira/swift-lint-3b869261cf48)
- [Formatação de data - NSDateFormatter](https://nsdateformatter.com/)
- [Linting - SwiftLint](https://realm.github.io/SwiftLint/)
- [Entrevistas iOS - Matheus Ferreira [🇧🇷]](https://medium.com/@mathferreiranasc12/desafios-técnicos-para-devs-ios-3bca14a16846)

### Deploy e CI/CD

Expand Down Expand Up @@ -386,6 +390,7 @@ Esta seção contém links sobre conteúdos específicos relacionados à linguag
- [Mobile Developer Roadmap - Jung Kim](https://github.com/godrm/mobile-developer-roadmap)
- [iOS Developer Skills Matrix - Bohdan Orlov](https://medium.com/ios-os-x-development/find-the-image-and-markdown-version-on-github-fee807255235)
- [iOS Roadmap to Professional Developer](https://www.youtube.com/watch?v=pbhLZMVBlp0)
- [Roadmap para desenvolvedores iOS - Matheus Ferreira [🇧🇷]](https://medium.com/@mathferreiranasc12/roadmap-para-desenvolvimento-ios-em-2024-367e82e33f8e)

## Comunidades

Expand Down