Flatiron School

Javascript Basics for Your Second Programming Language

I’m learning Javascript after learning Ruby. Below are my notes
Flatiron School

Connecting Ruby & Active Record Without Rails

The following is a guest post by Daniel Friedman and originally appeared on his blog**.** Daniel is currently a student at The Flatiron School. You can follow him on Twitter here. Building Towards Rails I’ve been messing with a practice app to get better at domain modeling, TDD, and the guts of Ruby and Rails. The plan was […]
Flatiron School

Smart-Kegs: Part II

The following is a guest post by Chris Gonzales and originally appeared on his blog. Chris is currently a student at The Flatiron School. You can follow him on Twitter here__. It’s Alive!!! (Locally) KegKong lives! In Smart-Kegs Part I we left off with our flowmeter and arduino sending incomplete readings to the raspberry pi with no database persistance. I […]
Flatiron School

Building BikeWithFriends, Part One

The genesis of the app was really more an area of focus than anything specific. After completing Ashley William’s CitiBike excercise for class at The Flatiron School
Flatiron School

Digging in the Dirt

The following is a guest post by Micah Corn and originally appeared on his blog. 
Flatiron School

Deploying a Sqlite3 Database to Heroku for Production Using Postgres

The following is a guest post by Jordan Trevino and originally appeared on his blog. Jordan is currently a student at The Flatiron School. In this post I want to discuss how we deployed to production on Heroku despite having applications running sqlite databases. The problem Sqlite is a very easy database to setup, and hence, it […]