How to Intern at a Top Company Without Going to a Top School

While many people doubt that you can intern at a top company without going to a target school like MIT or Stanford, it’s definitely possible. I go to a midwestern state school that’s not known for its Computer Science department, but I ended up interning at Facebook and Google. Hopefully, these tips will help you to do the same!

Read this article

Upload Files to Database in Rails 4 Without Paperclip

While the Paperclip gem is awesome for most Rails use cases, it doesn’t have support for saving files to a database. In some scenarios, access to the filesystem or an external service like Amazon S3 isn’t feasible. Or maybe you just want to put your files in the database.

Read this article