Back

Coding & Development

  • Logan Gauthier
  • Posted by Logan Gauthier
May 11, 2015

 What is Core Data?

Core Data is an object-graph management system that also provides data persistence. It is not simply a persistence framework. Its features can be used without even persisting data. However, usually, it interfaces with a SQLite database (and this will be my assumption for most of this article).

Read More
  • Jennifer Pike
  • Posted by Jennifer Pike
May 10, 2015

People use their phones for everything now: working, gaming, surfing the Internet, keeping up with the news and staying in touch with friends. You probably use it to even check the time. You receive e-mails, phone calls, text messages, app notifications, weather alerts, and traffic alerts. The number of times you reach into your pocket or dig through your Mary Poppins-esque purse in a day to get your phone is staggering. It would be easier to just duct tape the thing to your hand…

Read More
  • Riley Mills
  • Posted by Riley Mills
May 1, 2015

You need to add Emoji storage support to your Rails application, but the DB either rejects the data or mangles the Emoji.

 

Read More
  • Jason Robinson
  • Posted by Jason Robinson
April 20, 2015

There is a bug in IntelliJ that will show an ambiguous method call error when using getClass() without an explicit cast. It looks like this:

Read More
  • Logan Gauthier
  • Posted by Logan Gauthier
April 17, 2015

The Apple Watch is nearly here, and if you haven’t started working with WatchKit, you’re behind. Luckily, Apple has made it fairly simple to dive into Apple Watch development. However, you may run across a few surprises and snags as you start to get your feet wet.

Read More
  • Logan Serman
  • Posted by Logan Serman
April 6, 2015

This is a guide to using custom web-fonts with Rails 4+ and the asset pipeline.

 

Read More
  • Jennifer Pike
  • Posted by Jennifer Pike
April 3, 2015

Google has released a developer preview of ARC- App Runtime for Chrome. The project was launched last September and the latest developer preview gives a peek into the future of Android. Soon your Android app will be able to reach its users on desktop as well as mobile! ARC enables Android applications to run on Google’s browser, Chrome. Users won’t need a phone to use and enjoy your application, just a computer with a Chrome browser.

Read More
  • Metova
  • Posted by Metova
March 30, 2015

This is a more reliable method of determining whether or not your code is currently running inside of an XCTestCase than the previously used preprocessor macro method.

Read More
  • Jennifer Pike
  • Posted by Jennifer Pike
March 11, 2015

Apple joined forces with 12 research institutions to expand the boundaries of medical analysis. A new framework called ResearchKit was announced Monday. The framework allows researchers to put the data users submit as well as information from the device’s sensors toward research. ResearchKit alleviates many of the pain points involved in gathering data.

Read More
  • Jason Robinson
  • Posted by Jason Robinson
March 3, 2015

Slim is an annotation library whose main purpose is to remove common boilerplate associated with Android development. You can find it here on GitHub.

Read More