10 tips on how to prevent business value risk
One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.
The content has been bookmarked!
There was an error bookmarking this content! Please retry.
Posted by Floyd Marinescu on Jul 05, 2007
SCM best practices for multiple processes, releases & distributed teams
Modeling Your Cloud Services Brokerage
Fair Trade Software Licensing - A Guide to Neo4j Licensing Options
Ruby is a great language. Rubyist should definitely not ignore some even more elegant languages like Smalltalk and LISP.
Great presentation. Any chance slides would be available for download?
I liked the presentation.
I would love to watch this, but with low bandwidth the buffering every ~5 secs is killing me...and would take WAY too long to get through it...I would love to be able to download it...any thoughts?
Here's a textual summary =)
larrytheliquid.com/2007/07/28/ruby-elegance-nua...I would love to watch this, but with low bandwidth the buffering every ~5 secs is killing me...and would take WAY too long to get through it...I would love to be able to download it...any thoughts?
thanks for the link!....though I still would love to see the full video
Perl has had a regexp object since 5.6 was released in 2000. I don't know of any operating systems that still ship with an older version. The speaker should have done his homework on this before spending what seemed like five minutes larking about how this feature was lacking.
We've had this seven years now. Please catch up.
Ruby is certainly a nice language and I like it. However, you shouldn't
use your ignornace if Perl to support Ruby:
* Perl sigils do not denote type: they denote context. $scalar is a
scalar, but $array[0] works with an array, and $hash{foo} works with a
hash. @array[0,1] works with an array, but @hash{'foo', 'bar'}. It's
not type, what you're doing with it. You can read more about that in
Learning Perl.
* Perl regular expressions aren't operators: the match operator, m//, is an
operator, but that's not the thing that's the pattern. The stuff
inside the match operator is the pattern, but the pattern is not the
match operator. You can create a regular expression without the match
operator with the qr() quoting mechanism.
You'll eventually find that Ruby, if it gets as popular as Perl, will be treated as poorly as Perl as newbies learn by hit-and-miss. Newbies will invent their own systems to explain the portions of Ruby that they know and that they think they understand. Just wait :)
Tnx!
I really like to learn from these Ruby presentations since I am unable to be at the conferences for now.
Jure
www.scarlet-studio.net
One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.
InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.
Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.
John Davies examines Visa’s architecture and shows how enterprises have architected complex integrations incorporating Hadoop, memcached, Ruby on Rails, and others to deliver innovative solutions.
Sean Comerford unveils ESPN.com’s architecture, what components are used and why, and the current changes the website goes through.
Are there repeated patterns of failure on Enterprise Agile Enablement efforts? Sanjiv and Arlen discuss Seven Deadly Sins to avoid when adopting Agile in an enterprise.
Erik Dörnenburg answers: What is Enterprise and Evolutionary Architecture?, discussing 4 issues: Turning strategy into execution, Ensuring conformance, Where do the architects sit? Buying or building?
Sean Cribbs explains what Map-Reduce and Riak are, why and how to use Map-Reduce with Riak, and how to convert SQL queries into their Map-Reduce equivalents.
9 comments
Watch Thread Reply