diff --git a/_posts/2016-01-26-swift-at-artsy.markdown b/_posts/2016-01-26-swift-at-artsy.markdown index d4fa688be8..9a97ee5b95 100644 --- a/_posts/2016-01-26-swift-at-artsy.markdown +++ b/_posts/2016-01-26-swift-at-artsy.markdown @@ -5,6 +5,7 @@ date: 2016-01-26T00:00:00.000Z comments: false categories: [ios, mobile, review, video, code, swift, oss, teaching] author: ash +series: Swift at Artsy --- While the Artsy engineering team includes many disciplines, tech stacks, and personalities, we all share a few things in common: a respect for each other, an appreciation of art-meets-science, and a celebration of learning. These are actually traits shared with our entire company, even non-engineers. So last Summer when Orta and I had some down time, it occurred to us how we could do something super-productive that was congruent with our values: we could teach the company Swift. diff --git a/_posts/2016-08-15-swift-at-artsy-beginners-lesson-one.markdown b/_posts/2016-08-15-swift-at-artsy-beginners-lesson-one.markdown new file mode 100644 index 0000000000..9bb45334e9 --- /dev/null +++ b/_posts/2016-08-15-swift-at-artsy-beginners-lesson-one.markdown @@ -0,0 +1,23 @@ +--- +layout: post +title: "Learn Swift at Artsy, Beginners Lesson One" +date: 2016-08-15 21:18 +author: [ash] +categories: [ios, mobile, video, code, swift, oss, teaching] +series: Swift at Artsy +--- + +Last August, Orta and I [led a course at Artsy][course] to teach our colleagues Swift. There were two parallel groups of learners: a "beginners" group who had never coded before, and an "informed" group who already knew how to code. This year, we're leading the course again with a slight twist: we're repeating the course for absolute beginners, and we're introduce a new course for anyone who completed last year's beginner course. + +We're really excited both to help new colleagues take their first steps into programming, and to help returning colleagues continue their journey. + +Today was lesson one of the beginner group, and I have a [screen recording][youtube] of my walkthrough of [lesson one's material][github]. + + + +{% youtube OLdSg0XpFqA %} + + +[course]: http://artsy.github.io/blog/2016/01/26/swift-at-artsy/ +[youtube]: https://youtu.be/OLdSg0XpFqA +[github]: https://github.com/artsy/Swift-at-Artsy/tree/master/Beginners/Lesson%20One