Last night I signed up with GitHub, which had their official public launch yesterday.
As I mentioned before Git rocks, it’s a fast, efficient, distributed version control system.
GitHub is not just Git hosting it is also social networking for geeks. I was amazed how fast I was up and running.
- Signed up for an account.
- Ran
I have been playing around with Merb which is a very cool Ruby MVC framework similar to Rails, but Merb is ORM-agnostic, JavaScript library agnostic, template language agnostic, and thread-safe. The merb core has a very small footprint, but for any features that aren’t covered in the core, there are plugins. Rather than reinvent the wheel with a custom plugin framework, these are implemented as RubyGems.
Continue reading...« Previous Entries