Intridea Blog: Technology, Design, Business

Blog Yup, we write

Get in Touch

[Webinar] Mindmapping Requirements For Agile Projects

By Robert Dempsey | May 23, 2013 mindmapping, webinars
Medium

Learn how to use mindmapping to create requirements and manage ideas for agile projects.

Read more…

Using Storable and Faker to Create Mock Collections

By Mike Tierney | February 13, 2013 ruby, tips, development
Medium

As part of my work, I often create prototypes of Rails applications. My preferred tool for doing this is Serve. But as excellent as it is, it's a very thin application with no persistence layer. To be honest, I don't really want a persistence layer at this stage. But there are times when I want to be able to iterate over collections of objects the same way that I would in a Rails environment. Creating an index view of subscribers is a great example.

Read more…

Introducing Yourtime.Intridea

By Marc Garrett | February 12, 2013 distributed, team, maps, tilemill, health
Medium

In search of lost time: how would you spend your life if you could recapture eight days every single year?

Read more…

Speed up your Android dev with x86

By Anthony Nyström | February 7, 2013 android, x86, Emulator
Medium

The solution that I found is an Android-x86 based system running inside of an Oracle VM VirtualBox. However, the key to this is Intel’s Houdini binary translator (libhoudini.so), which allows nearly-native execution of ARM code.

Read more…

Introducing Stately: A Simple Map Font

By Ben Markowitz | February 6, 2013 visualization, font, map
Medium

Stately is a web font for making simple maps using HTML and CSS.

Read more…

The PMP and Reality - Art, Science, and The Fuzz In Between

By Insiya Hussain | February 5, 2013 project management, product management
Medium

Recently I have been studying for the PMP - a certification exam for Project Management Professionals. Like many people considering the exam...

Read more…

Requiring directories in Ruby, Node-style

By Michael Bleigh | January 18, 2013 ruby, nodejs, patterns, requiring

Node.js has a pattern that I personally enjoy: if you require a directory, it will automatically look for a file called index.js in that directory and require it if present. This, to me, presents a simple, usable way to manage complex require schemes. On a whim, I decided to see how easy it would be to implement such a pattern in Ruby.

Read more…
On off