Search
-
Recent Posts
@carbonfive
- Thanks to all who came to @carbonfive hack night #LA tonight! Great #nodejs talk by @rudy and @sivoh. Probably 25 folks still hacking... 1 week ago
- Great turnout at the @carbonfive hack night tonight with about 45 folks. #sf http://t.co/2EeDMsXR 1 week ago
- Monkey patching #iOS - part 1, up on the blog now http://t.co/80q6vUo2 1 week ago
Tag Archives: rapid development
Previously I discussed our TeamCity configuration using RVM and mentioned that we often use git to deploy projects. Today I’ll share an example of how a TeamCity build agent can trigger deployments of a application hosted on Heroku and some … Continue reading
Posted in Web
Tagged continuous integration, Deployment, rails, rapid development, Testing, Web
2 Comments
We have been using TeamCity to manage the continuous integration, testing, and deployment of many of our recent projects. We have also been using RVM on all of our recent Rails projects to allow us to install multiple ruby versions … Continue reading
Posted in Web
Tagged continuous integration, Deployment, rapid development, ruby, Testing, Web
4 Comments
5 Whys is a great way to get at the root of quality problems. On my last three projects, when I felt like code quality was dropping, I ran a “5 Whys” session. I have found it adds variety, solves … Continue reading
I get tired of hunting through a hierarchy of folders and files, from the views to the public folder, to locate a certain CSS or Javascript file. It’d be convenient to have them right with the markup, but embedding these … Continue reading
Posted in Web
Tagged CSS, JavaScript / AJAX, prototyping, rapid development, Software Design, Web
2 Comments