Intermediate Swift
- Autor: Vários
- Narrador: Vários
- Editora: Podcast
- Duração: 2:55:38
- Mais informações
Informações:
Sinopse
Intermediate iOS with Swift is a weekly podcast about the swift programming language. Each week Tiago and Lewis tackle a problem one of them has faced that week regarding the applications they are working on. The podcast is aimed at intermediate swift developers looking to explore concepts further.Tiagohttps://twitter.com/martinho_tLewishttps://twitter.com/lewisjamesblackThanks Matt for the logo!https://birchtree.me/blog/some-very-swifty-wallpapers/
Episódios
-
Reasons to maintain a technical debt board
28/11/2018 Duração: 01minExtracted from the FastBike Youtube Screencast: https://www.youtube.com/playlist?list=PL7knCEcKU1gyOhQuIovsXAp5ivbd8H-wS
-
Episode 7 - From Idea to App Store
15/10/2018 Duração: 28minIn this episode Lewis and Tiago discuss their experience launching new apps into the App Store
-
Episode 6 - Testing a mobile application
22/06/2018 Duração: 28minhttps://www.martinfowler.com/bliki/TellDontAsk.html https://leanpub.com/wewut https://github.com/emilybache/Racing-Car-Katas http://wiki.c2.com/?ArrangeActAssert https://en.wikipedia.org/wiki/Dependency_injection
-
Episode 5 - Working Effectively with Legacy Code
22/06/2018 Duração: 27minEpisode 5 - Working Effectively with Legacy Code by Intermediate Swift
-
Episode 4 - Introduction to Extreme Programing
15/06/2018 Duração: 30minEpisode 4 - Introduction to Extreme Programing by Intermediate Swift
-
Episode 3 - How do we spend our time maintaining an application
01/06/2018 Duração: 30minEpisode 3 - How do we spend our time maintaining an application by Intermediate Swift
-
Episode 2 - Continuous Integration
22/05/2018 Duração: 29minIs It Worth the Time? https://xkcd.com/1205/ CI vs CD vs CD https://www.atlassian.com/continuous-delivery/ci-vs-ci-vs-cd Extreme Programming http://www.extremeprogramming.org Fastlane Screenshots https://docs.fastlane.tools/getting-started/ios/screenshots/ Git Flow https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow Trunk Based Development https://trunkbaseddevelopment.com Decoupling deployment from release https://www.thoughtworks.com/radar/techniques/decoupling-deployment-from-release BlueGreenDeployment https://martinfowler.com/bliki/BlueGreenDeployment.html