Saturday, March 31, 2018

Itinerary App - Part 3 - Organizing Your Project: How To Get Things Done

In part 3 we will be looking at different ways you can organize your thoughts and ideas in order to get your app built. Writing things down will lead you to organization. Then organizing will lead to action!

You will learn what a minimum viable product is and how we use our tools to separate out what we will and won't do for version one of the app.




Saturday, March 24, 2018

Itinerary App - Part 2.2 - Source Control for Beginners (iOS, Xcode 9, S...

This is chapter 2 of the Source Control part of the Itinerary App Series. Using Xcode we will be exploring what branching and merging are in Git.

Source Control for Beginners Chapter 1: https://youtu.be/3zErxtbrB2I



Monday, March 19, 2018

Itinerary App - Part 2.1 - Source Control for Beginners (iOS, Xcode 9, S...

In this video we are going to explore what "source control" or "version control" is. We will look at two options for Source Control: GitHub and Bitbucket. We're going to pick one and connect our project to it. 





Then we'll also explore the built-in features for source control/version control inside of Xcode 9, view our changes and make commits to our local and remote repositories.



 This video is for absolute beginners who are not familiar with source control and may have never connected a project to an external source control provider.

Monday, March 12, 2018

Itinerary App - Part 1 - Introduction (iOS, Xcode 9, Swift 4)

This is the beginning of a series of videos in which we start a project to build an Itinerary app in Xcode using Swift. We will explore the creation process including some project management, managing a code repository, design, icons, coding, and so on.



This is the introductory video that introduces this mini-course of iOS app project management and development. We will be covering a variety of topics that are all included in the process of building an app.



All we will be doing in this video is simply creating a starting project and getting it ready for the next steps. Welcome to the course!



Note: I may create another series afterwards that explores different data sources to plug into this app. Stay tuned and we will see!



SwiftUI Search & Filter with Combine - Part 3 (iOS, Xcode 13, SwiftUI, 2...

In part 3 of the Searchable video series, I show you how to use Combine in #SwiftUI for the search and filter logic connected to the searcha...