/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

kaukas.mataroa.blog
| | www.ramblingcode.dev
2.8 parsecs away

Travel
| | Collection of bite-sized posts and projects on web development - focusing mainly on Ruby, Linux and Javascript.
| | stephen.fm
3.4 parsecs away

Travel
| | RSpec, Capybara and DatabaseCleaner don't play nicely in the sandbox-here's how to get them to cooperate.
| | jonhnnyweslley.net
3.1 parsecs away

Travel
| | Let's explore the various ways to run RSpec tests, including using line numbers, focusing on specific tests, and applying pattern matching.
| | abstractexpr.com
18.9 parsecs away

Travel
| Most programmers prefer to write code over debugging it. Unfortunately, code breaks a lot more often than we would like and it often breaks in situations that are hard to debug. Therefore, an essential skill as a programmer is to know how to debug your code (and that of others). When facing our first bug...