Explore >> Select a destination


You are here

webgeist.dev
| | eystein.no
4.5 parsecs away

Travel
| | Getting set up with NPM and Node.js, and what is the difference?
| | ankane.org
5.1 parsecs away

Travel
| | I've created a few Ruby gems over the years, and there are a number of patterns I've found myself repeating that I wanted to share. I didn't invent...
| | timperrett.com
2.5 parsecs away

Travel
| | Thanks for taking the time to stop by! I try to post every few weeks on topics ranging from niche aspects of computer programming to organizational and business challenges. By all means subscribe to the RSS feed!
| | blog.codeminer42.com
30.2 parsecs away

Travel
| As we all know, it is quite easy to create database tables with Ruby On Rails. However, some cases require personalizations to reproduce real world situations and the relationships between them. Here, we have two models: User and Meeting, with a 1..N relation where one Meeting has two User (yes, a two-person meeting.) The problem