Skip to content

Commit 1e8d4c1

Browse files
committed
Update 05-2018
1 parent d43c756 commit 1e8d4c1

File tree

3 files changed

+97
-4
lines changed

3 files changed

+97
-4
lines changed

README.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,29 @@ Also published on [Mybridge Publication](https://medium.mybridge.co)
1414
* [v.Feb 2018 - Top 10 Swift Articles](./src/02-2018.md)
1515
* [v.Mar 2018 - Top 10 Swift Articles](./src/03-2018.md)
1616
* [v.Apr 2018 - Top 10 Swift Articles](./src/04-2018.md)
17-
17+
* [v.May 2018 - Top 10 Swift Articles](./src/05-2018.md)
1818

1919
<br>
2020

2121
## Other Monthly:
22-
23-
* [Machine Learning](https://github.com/Mybridge/machine-learning-articles-monthly)
24-
* [React.js](https://github.com/Mybridge/react-articles-monthly)
22+
* [JavaScript Top 10](https://github.com/Mybridge/javascript-articles-monthly)
23+
* [Angular Top 10](https://github.com/Mybridge/angular-articles)
24+
* [React Top 10](https://github.com/Mybridge/react-articles-monthly)
25+
* [Vue.js Top 10](https://github.com/Mybridge/vuejs-articles)
26+
* [Python Top 10](https://github.com/Mybridge/python-articles)
27+
* [Node.js Top 10](https://github.com/Mybridge/nodejs-articles)
28+
* [Web Development Top 10](https://github.com/Mybridge/web-development-articles)
29+
* [Machine Learning Top 10](https://github.com/Mybridge/machine-learning-articles)
30+
* [Swift Top 10](https://github.com/Mybridge/swift-articles)
31+
* [CSS Top 10](https://github.com/Mybridge/css-articles)
32+
33+
## Open Source Monthly:
34+
* [JavaScript Open Source Top 10](https://github.com/Mybridge/javascript-open-source)
35+
* [Angular Open Source Top 10](https://github.com/Mybridge/angular-open-source)
36+
* [React Open Source Top 10](https://github.com/Mybridge/reactjs-open-source)
37+
* [Vue.js Open Source Top 10](https://github.com/Mybridge/vuejs-open-source)
38+
* [Python Open Source Top 10](https://github.com/Mybridge/python-open-source)
39+
* [Node.js Open Source Top 10](https://github.com/Mybridge/nodejs-open-source)
40+
* [Web Development Open Source Top 10](https://github.com/Mybridge/web-development-articles)
41+
* [Machine Learning Open Source Top 10](https://github.com/Mybridge/machine-learning-open-source)
42+
* [Swift Open Source Top 10](https://github.com/Mybridge/swift-open-source)

src/05-2018.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# Swift Top 10 Articles for the Past Month (v.May 2018)
2+
3+
<img src="may-swift-top10.jpg" width="800" alt="Mybridge"></a>
4+
5+
For the past month, we ranked nearly 900 Swift articles to pick the Top 10 stories that can help advance your career (1.1% chance).
6+
7+
* Topics in this list: Game, Keras, Core ML, Watson, Blockchain, Fastlane, Jenkins, Implicit Unwrapping, Swift 4.1, Playground, TensorFlow, Twitter
8+
* Also published on [Medium](https://goo.gl/7E2yLq)
9+
10+
<br>
11+
12+
#### Course of the month:
13+
14+
[A) Beginners: iOS 11 & Swift 4 — The Complete iOS App Development Bootcamp.](http://bit.ly/2qWHy1Y) [17,747 recommends, 4.8/5 stars]
15+
16+
[B) Build Apps: The Complete iOS 11 & Swift Developer Course — Build 20 Apps.](http://bit.ly/2pdupxu) [2,865 recommends, 4.6/5 stars]
17+
18+
<br>
19+
20+
## Rank 1
21+
### [How to Make a Game Like Candy Crush with SpriteKit and Swift: Part 1](https://www.raywenderlich.com/180638/how-to-make-a-game-like-candy-crush-with-spritekit-and-swift-part-1?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
22+
23+
24+
<br>
25+
26+
## Rank 2
27+
### [Running Keras models on iOS with CoreML](https://www.pyimagesearch.com/2018/04/23/running-keras-models-on-ios-with-coreml?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
28+
29+
30+
<br>
31+
32+
## Rank 3
33+
### [Detecting Whisky brands with Core ML and IBM Watson services](https://martinmitrevski.com/2018/04/14/detecting-whisky-brands-with-core-ml-and-ibm-watson-services?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
34+
35+
36+
<br>
37+
38+
## Rank 4
39+
### [Build A Blockchain App With Swift 4](https://learnappmaking.com/blockchain-app-swift-how-to?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
40+
41+
42+
<br>
43+
44+
## Rank 5
45+
### [Build it, Test it, Deliver it!Complete iOS Guide on Continuous Delivery with fastlane and Jenkins](https://medium.com/flawless-app-stories/build-it-test-it-deliver-it-complete-ios-guide-on-continuous-delivery-with-fastlane-and-jenkins-cbe44e996ac5?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
46+
47+
48+
<br>
49+
50+
## Rank 6
51+
### [Reimplementation of Implicitly Unwrapped Optionals](https://swift.org/blog/iuo?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
52+
53+
54+
<br>
55+
56+
## Rank 7
57+
### [Behind-the scenes improvements in Swift 4.1](https://medium.com/@slavapestov/behind-the-scenes-improvements-in-swift-4-1-269dd56e30c2?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
58+
59+
60+
<br>
61+
62+
## Rank 8
63+
### [Playground driven development in Swift](https://medium.com/flawless-app-stories/playground-driven-development-in-swift-cf167489fe7b?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
64+
65+
66+
<br>
67+
68+
## Rank 9
69+
### [Introducing Swift For TensorFlow](https://medium.com/tensorflow/introducing-swift-for-tensorflow-b75722c58df0?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
70+
71+
72+
<br>
73+
74+
## Rank 10
75+
### [Best iOS hacks from Twitter](https://medium.com/flawless-app-stories/best-ios-hacks-from-twitter-march-april-edition-8b538f553c83?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)

src/may-swift-top10.jpg

359 KB
Loading

0 commit comments

Comments
 (0)