Flatiron School

Flatiron Day 25: Networking

Kicking-off week 5 we started the morning with pair coding on our class App LocationQuiz
Flatiron School

Improving Standings, a Command Line Soccer Score Gem

Improving the gem meant a massive restructure of my previous gem, which was designed with one league in mind.
Flatiron School

Explanation of NGinx and Passenger

The following is a guest post by Ian Miller and originally appeared on his blog. Ian is currently in the Ruby-003 class at The Flatiron School. You can follow him on Twitter here. NGinx is a open-source proxy server that primarily serves HTTP and HTTPS protocols. Nginx was created to achieve three main goals: concurrency (process in which […]
Flatiron School

Using Delegates for Object Passing Between ViewControllers

The following is a guest post by James Lin and originally appeared on his blog. James is currently in the iOS-000 class at The Flatiron School. You can follow him on Twitter here. Github link Passing objects between views controllers is tricky in iOS. In this example, I created a OneViewController and a TwoViewController. We are going to […]
Flatiron School

Hacker Monthly

The following is a guest post by Trevor McKendrick and originally appeared on his blog. Trevor is currently in the Ruby-003 class at The Flatiron School. You can follow him on Twitter here. After reading my posts about my first year in the App Store, Lim Cheng Soon reached out to me asking to publish one of the articles […]
Flatiron School

8 Steps to Create a Simple Capybara Test

The following is a guest post by Iris Lee and originally appeared on her blog. Iris is currently in the Ruby-003 class at The Flatiron School. You can follow her on Twitter here. What’s Capybara? Capybara is basically a library that helps you test web applications by simulating how a real user would interact with your app. Capybara requires […]