Recently Amazon jumped into the relational database cloud competition with Microsoft. Up until the 6th of this month, Microsoft had the only cloud with a real dedicated relational database offering in SQL Azure. Now Amazon has their Relational Database Service heating up the competition.
In other news, Google finally joined the storage party with their recent launch announcement at the I/O Conference. So now we have Amazon, Microsoft, and Google as the big companies on the block throwing down on the storage offerings. Stay tuned for more!
In other news I have been working through the katas setup for TDD practice. They’re actually a lot of fun and would suggest anyone out there interested in TDD or just unit testing to just go out and give one a test drive. : )
- http://osherove.com/tdd-kata-1/
- http://www.iamnotmyself.com/2009/10/23/TDDKataCalculatorDemonstration.aspx
- http://rickardnilsson.net/post/2009/10/27/Code-Kata-Cast.aspx
- http://www.21apps.com/agile/tdd-kata-by-example-video/
- http://charlesmaxwood.com/8-lessons-from-corey-haines-performance-kata/
- http://vimeo.com/7014098
- http://5whys.com/blog/how-to-measure-programmer-productivity-using-tdd-katas.html
- http://osherove.com/videos/2009/8/25/tdd-understanding-mock-objects.html
- http://www.markhneedham.com/blog/2010/01/10/roy-osheroves-tdd-kata-an-f-attempt/
- http://vimeo.com/8206748
Currently I am working on a code kata putting together ideas from Roy Osherove‘s The Art of Unit Testing and what one needs to know for testing in enterprise environments, abstracting the appropriate code to take into account web services, files, I/O, architectural issues, and other elements of coding.