Agile Boot Camp Rawked!

OK. I've had a few days to decompress. I am still beating on my deck for the TDD presentation tomorrow (actually tonight) for the.NET Users Group. So I have had some time to decompress and debrief my boss about what I am bringing back from the with Jeffrey Palermo in Austin, TX.

Man! we actually covered a lot! Jeffrey did a great job of making it seem like not much, but when I got back and started telling my boss about it, there were just TONS of things to talk about. We talked about Team Estimation and Design, NHibernate Mappings, Test-Driven Development, Domain Driven Design, Automated Builds and on and on and on. I have absolutely no idea how we managed to cram in three days, but we did. There were some things I'd already done, like TDD and setting up CCNet and AgileBootcamp using, but I even learned a few new thing in those areas. I HIGHLY recommend this class to any senior level.NET developer ready to take their skills to the next level.

Jeffrey takes a VERY pragmatic approach to software development. He emphasizes focus on what it is you're trying to accomplish and NOT the tools you use to get there. Tools come and go, but the reason you use the tools remains.

I'd like to thank Jeffrey putting up with me and all the questions that go along with trying to explain stuff to me. I'd also like to thank and for just plain putting up with me. I had to call him up after hours two nights in a row, to have him help me out of my own stupid mistakes and he was MORE than helpful.

Thanks!

~Lee

This article is part of the GWB Archives. Original Author: Lee Brandt

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.