Skip to content

Instantly share code, notes, and snippets.

View lfarah's full-sized avatar

Lucas Farah lfarah

  • Bipa
  • São Paulo
View GitHub Profile
@lfarah
lfarah / AwesomeiOSWeekly08.md
Last active March 17, 2017 04:26
AwesomeiOSWeekly08

AwesomeiOS.Weekly [08]

Announcements

Past week has been crazy! After our new website, we now have 600+ subscribers. My work this week has also been a little bit different since I'm working in Objective-c for a freelance project. AwesomeiOS' repo has been busy, with 16 PRs only in the past 7 days. We're definitely growing in contributors, which is Awesome!

This week's featured post is Getting to 10x (Results): What Any Developer Can Learn from the Best, by Eric Elliott. I don't believe much in 10x, but Eric talks about different stuff that we can do to improve ourselves: "Pick 1 thing to improve on this week and focus on it relentlessly" 💡🙌

@lfarah
lfarah / AwesomeiOSWeekly07.md
Last active March 10, 2017 02:27
AwesomeiOSWeekly07
@lfarah
lfarah / AwesomeiOSWeekly06.md
Last active February 15, 2017 03:06
AwesomeiOSWeekly06

AwesomeiOS.Weekly [06]

Announcements

Hey guys, I've been saying for a long time that we're working on our website. It's ALMOST ready, really!. This week's Awesome post of the week is from Jesse Squires: "Prioritization, Or how I learned to stop worrying and love being a normal human". He discusses burnout and how life is not just about programming and working 100% of the time, specially in Open Source. Made me think a lot on how I used to work like an alien in the past and how my life is more balanced now. In case you don't know, you can check the past issues over here

Wanna see your library here? Send us an email!

Here are the 10 awesome libraries of the week:

@lfarah
lfarah / AwesomeiOSWeekly05.md
Last active January 24, 2017 17:38
AwesomeiOSWeekly05

AwesomeiOS.Weekly [05]

Announcements

Hello people, how are you doing? We just reached 350 subscribers 🎉 The past 2 weeks have been really hard because of my freelance projects. I'm really enjoying my first months as a full time freelancer, but it can also be overwhelming when you're working on 7 projects at the same time. Last week I wrote a blog post about Beta Testing tools, but it is not ready yet... So this week I'm featuring Ash Furrow's post about "Naming Things in Swift". I love to read about how I can code better and I'm always using Swiftlint on my projects, as well as periodically checking Ray Wenderlich's Style Guide, but Ash went even further on explaining how to better name things. -- Lucas

Wanna see your library here? Send us an email!

@lfarah
lfarah / AwesomeiOSWeekly04.md
Last active July 6, 2017 11:02
AwesomeiOSWeekly04

AwesomeiOS.Weekly [04]

Announcements

Yoo, happy New Year! I'm so sorry for the delay, but my Macbook was broken for almost a month and I didn't have my quality index bot on Git, so I couldn't build the Newsletter. Now I got my Mac and we'll be back with this weekly newsletter. A lot of things changed in my life and I started 2017 with a blog post talking about my goals for this year. There's a lot about AwesomeiOS and this newsletter on it, so you should check it out. - Lucas

Wanna see your library here? Send us an email!

Here are the 10 awesome libraries of the week:

@lfarah
lfarah / AwesomeiOSWeekly03.md
Last active October 19, 2017 11:05
AwesomeiOSWeekly03

AwesomeiOS.Weekly [03]

Announcements

We just hit the 150 subscribers mark🚀🙌 We had a lot of people asking if they could see the past issues, so while the website is not finished, we created this gist that will serve as our website for now.

Wanna see your library here? Send us an email!

Here are the 10 awesome libraries of the week:

@lfarah
lfarah / AwesomeiOSWeekly02.md
Last active January 12, 2017 05:28
AwesomeiOSWeekly02

AwesomeiOS.Weekly [02]

Announcements

We're almost hitting 100 subscribers!🚀🙌 Thank you for being an early adopter of this Newsletter and supporting us. We're working hard on some new things and we can't wait to announce it soon 🙊.

We are currently working on our website, which will show all the past issues, as well as more info about the newsletter.

Wanna improve your library? I just published a post on my blog talking about "How to improve your iOS open source library".

@lfarah
lfarah / AwesomeiOSWeekly01.md
Last active April 20, 2017 10:00
AwesomeiOS.Weekly

AwesomeiOS.Weekly [01]

Announcements

Hello, world! 👽🖐

As I said at this issue on AwesomeiOS, It's been almost an year since I've been talking to @vsouza about creating an AwesomeiOS Newsletter. Our plan is to have a weekly newsletter that showcases quality iOS libraries, frameworks and other iOS developer tools.

I've decided to create this because I'm a big newsletter fan because they always provide amazing new links. We're going to use the CocoaPods Quality Index API to help us curate 10 awesome libraries every week. We'd be grateful if you could give any feedback on how we could make this newsletter, as well as AwesomeiOS better 🚀📰🙌

import UIKit
extension String {
func isNewerThan(update: String) -> Bool {
let arrayDotsStr = self.components(separatedBy: ".")
var arrayDotsInt: [Int] = []
for char in arrayDotsStr {
arrayDotsInt.append(Int(char)!)
[
{
"url":"https://github.com/mattt/SkyLab",
"category":"A/B Testing",
"stargazers_count":649,
"quality":65,
"name":"SkyLab"
},
{
"url":"https://github.com/mindsnacks/MSActiveConfig",