Skip to content

Instantly share code, notes, and snippets.

@rjswenson
Created December 10, 2013 22:53
Show Gist options
  • Save rjswenson/7901901 to your computer and use it in GitHub Desktop.
Save rjswenson/7901901 to your computer and use it in GitHub Desktop.
Blog ideas:
1. Unicorn: The joys of multithreading and performance gains from heroku and unicorn. I will discuss the threaded approach vs the traditional heroku setup. I will also discuss pitfalls including managing each thread and forcing them to quit or close when idle.
2. Postgres Locally: Why one should set up PG locally (ie for debug issues), my cautionary tale, and the actual process updated and also including how to uninstall and reinstall.
3. Media queries continued: I would like to go into detail in taking a 2 column layout and forming it into a one column form for easier viewing.
4. Big O notation explained: A quick overview of big0 and why we need to use and understand it. Add relevent types including sort styles and other basic algorythm notations.
5. Preparing for a boot camp: Code School, the Rails tutorial, where to find ruby sample problems. Fizzbuzz. How to get ready.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment