Flashcards update – multiple collections

I just pushed a new update to the Chrome web store for my flashcard app.

Now you can create multiple collections of cards to study different subjects. Create a separate deck for each subject you want to study. You can manage the collections from the options menu.

If you have already been using flashcards to study the update will put all of your previous cards into a collection called ‘default’, from there you can rename to anything you like.

Tips for being a productive developer while traveling

Now that I have been traveling for the last 6 months I have picked up some tips for staying productive while on the road.

  1. Carry a notebook – Not your laptop, but an actual paper notebook. There are many waiting moments while traveling. Waiting in line, for a bus, at the airport, for food, etc. Having a notebook handy is perfect for putting down notes and ideas when things come to mind. Capture all those ‘aha!’ moments.
  2. Create a todo list – Since most tasks I need/want to get done require me to be on the computer I like to plan out goals before my next working section. That way when you sit down for some work you can get going right away. Also, when you are on the road you can go over your todo list and refactor it, optimize it to make best use of your working time.
  3. Seek out WIFI – In south america this could be difficult at times. Many places advertise WIFI but don’t actually have it in the room, or have it strong enough to be usable. I would keep my iPod touch handy when looking at rooms or cafes to verify I could get a good signal.
  4. Have something to test on the road – For my HTML5 flashcard app I would target to have something ready for me to use when I was on the road. Since the app worked offline, I would make sure to load the latest version on my iPod touch before heading out. On long bus rides or flying I would use the app and note features I want to add or change and test it to death looking for bugs or ways to break it.
  5. Get plenty of rest – For some reason, on long travel days, even though most of the time can be spent sitting, is tiring. Trying to work while on the road seems to tire me faster than normal. Sometimes, rather than trying to be productive your time might be better spent simply getting rest and relaxing until you can get to a proper setup.

What are some things you do to be productive while traveling?