|
5 | 5 |
|
6 | 6 | <p align="center">
|
7 | 7 | <a href="https://www.bobthedeveloper.io"><img src="https://img.shields.io/badge/Instructor-Bob Lee-CE1312.svg"</a>
|
| 8 | +<a href="https://udemy.com/learn-swift-with-bob/"><img src="https://img.shields.io/badge/Platform-Udemy-00A202.svg"/></a> |
8 | 9 | <a><img src="https://img.shields.io/badge/Langauge-Swift_3.1-E73A05.svg?style=flat"></a>
|
9 | 10 | <a><img src="https://img.shields.io/badge/iOS-10.3-1E8CFD.svg?style=flat"></a>
|
10 | 11 | <a href="https://linkedin.com/in/bobthedev"><img src= "https://img.shields.io/badge/LinkedIn-Connect-233642.svg"></a>
|
11 | 12 | <a href="https://blog.bobthedeveloper.io"><img src="https://img.shields.io/badge/Blog-Read-19AA6E.svg"/></a>
|
12 |
| -<a><img src="https://img.shields.io/badge/Platform-Udemy-00A202.svg"/></a> |
13 | 13 | </p>
|
14 | 14 | <hr>
|
15 | 15 |
|
16 | 16 | ## Purpose
|
17 |
| -As a developer whose first programming language is Swift, I've taken online courses from major platforms. However, I have been frustrated by a lack of detailed explanation from instructors. They tend to focus on final products, thus missing out the fundamentals. I was confused by which design principles to follow, and why. Soon after I've been blogging for the last 5 months, I've discovered this isn't the only problem of mine. I've received hundreds of emails and questions regarding how to write code that does not violate principles such as DRY, modularity, and readability. As a result, I've decided to create this course dedicated for my younger self. I believe it all comes down to the fundamentals which I lacked in the beginning. |
| 17 | +As a developer whose first programming language is Swift, I've taken online courses from major platforms. However, I have been frustrated by a lack of detailed explanations from instructors. They tend to focus on final products, thus missing out the fundamentals. I was confused by which design principles to follow, and why. After I've been blogging for the last 5 months, I've discovered this isn't the only problem of mine. I've received hundreds of emails and questions regarding how to write code that does not violate principles such as DRY, modularity, and readability. As a result, I've decided to create this course dedicated for my younger self. I believe it all comes down to the fundamentals which I lacked in the beginning. |
18 | 18 |
|
19 | 19 | ## Reference
|
20 | 20 | This is a platform for my students to download the source code, lecture notes, and scripts. As a life-long student, I've always wanted to have a complete overview of what I've learned. Most instructors avoid documenting since it takes effort besides making videos alone. I chose the road less traveled to help my students and differentiate myself from the competitive marketplace.
|
21 | 21 |
|
22 |
| -> Until the course get officially released, please consider it as a rough draft. |
23 |
| -
|
24 | 22 | ## Personal Motivation
|
25 | 23 | I feel grateful for what learning offers in my life. It would have been impossible for me to create this course and communicate in English. I've decided to devote my career providing affordable education channels for all people globally. As a person who has lived in third world countries and also attended college in NYC, I understand, education is the way for anyone rise up and increase a standard of living and quality of life. To pursue this grand goal, I have started off with teaching iOS development to raise funds and increase my personal brand.
|
26 | 24 |
|
| 25 | +## Contribution [](https://github.com/bobthedev/Course_Learn_Swift_with_Bob) |
27 | 26 |
|
28 |
| - |
29 |
| -## Mailing List |
30 |
| -If you are interested in receiving regular updates on [upcoming courses](ABOUT.md#course) with discounts, you easily sign up through the button below. If you'd like to stay up-to-date with the progress and get to know me at a personal level and my work journey, feel free to follow me on [Instagram](https://instagram.com/bobthedev) |
31 |
| - |
32 |
| - |
33 |
| -<a class="typeform-share button" href="https://boblee.typeform.com/to/oR9Nt2" data-mode="popup" style="display:inline-block;text-decoration:none;background-color:#19AA6E;color:white;cursor:pointer;font-family:Helvetica,Arial,sans-serif;font-size:17px;line-height:42.5px;text-align:center;margin:0;height:42.5px;padding:0px 28px;border-radius:0px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" target="_blank">Join Me</a><script>(function(){var qs,js,q,s,d=document,gi=d.getElementById,ce=d.createElement,gt=d.getElementsByTagName,id="typef_orm_share",b="https://s3-eu-west-1.amazonaws.com/share.typeform.com/";if(!gi.call(d,id)){js=ce.call(d,"script");js.id=id;js.src=b+"share.js";q=gt.call(d,"script")[0];q.parentNode.insertBefore(js,q)}})()</script> |
34 |
| - |
35 |
| -<br> |
36 |
| -<br> |
37 |
| -<br> |
38 |
| - |
39 |
| -## Contribution [](https://github.com/bobthedev/Gitbook_Learn_Swift) |
40 |
| - |
41 |
| -If you've found this document on Github, you may read at [LearnSwiftwithBob.com](https://learnswiftwithbob.com). If you wish to provide feedbacks and suggestions, please feel free to leave a comment by clicking on a box that appears on the right side when you hover onto a paragraph or contribute directly through [Github](https://github.com/bobthedev/Gitbook_Learn_Swift). |
| 27 | +If you've found this document on Github, you may read at [LearnSwiftwithBob.com](https://learnswiftwithbob.com). If you wish to provide feedback and suggestions, please feel free to leave a comment by clicking on a box that appears on the right side when you hover onto a paragraph or contribute directly on [Github](https://github.com/bobthedev/Course_Learn_Swift_with_Bob). |
42 | 28 |
|
43 | 29 | ## Update Log
|
44 | 30 | | Date | Change | Next Step |
|
45 | 31 | | --- | --- | --- |
|
46 |
| -| May 1st, 2017 | Course Submitted | Wait for it to get approved | |
47 |
| -| April 22nd, 2017 | Documented all chapters | Take intro and conclusion videos | |
48 |
| -| April 16th, 2017 | Recorded the entire lecture | Document on GitBook for each lesson | |
49 |
| -| April 15th, 2017 | Added source code for Ch 5, 6, 7, 8 | Prep and record Ch 8 and document | |
50 |
| -| April 8th, 2017 | Added source code for Ch 1, 2, 3, 4 | Prep and record Ch 5 and document Ch 2, 3, 4, 5 | |
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
| 32 | +| May 1st, 2017 | Course submitted | Course approved | |
| 33 | +| April 22nd, 2017 | All chapters documented | Take intro and conclusion videos | |
| 34 | +| April 16th, 2017 | All chapters recorded | Document each lesson on GitBook | |
| 35 | +| April 15th, 2017 | Source code added for Ch 5, 6, 7, 8 | Prep and record Ch 8 and document | |
| 36 | +| April 8th, 2017 | Source code added for Ch 1, 2, 3, 4 | Prep and record Ch 5 and document Ch 2, 3, 4, 5 | |
57 | 37 |
|
58 | 38 | #### Last Update
|
59 |
| -{{ gitbook.time }} |
| 39 | +May 10th, 2017 |
0 commit comments