vlko

Stories kicked by vlko

Test Driven Development, Approval Testing, and a Song - Oh Boy!(michaelckennedy.net)

submitted by mkennedy66996693mkennedy66996693(480) 3 years, 4 months ago

So my buddies Dan Gilkerson and Llewellyn Falco have been doing some brilliant, ground breaking work on advancing the state of unit testing and TDD with a concept they call Approval Testing. read more...

add a comment |category: |Views: 13

tags: another

How To Impress At Your Next Interview(andrewtokeley.net)

submitted by tokestokes(1085) 4 years, 1 month ago

Over the years, I have had the opportunity to interview a lot of prospective developers. In that time I have come to understand more clearly what it is that impresses me most. And it might not be what you expect. read more...

4 comments |category: |Views: 18

tags: another

Understanding SET STATISTICS IO and SET STATISTICS TIME(sqlprof.com)

submitted by ericvaillancourtericvaillancourt(90) 4 years, 1 month ago

Today, I want to talk about two commands that are often overlooked. SET STATISTICS IO and SET STATISTICS TIME these two commands are very useful when comes time to tune a query. Tuning a query seems simple enough. In essence, we want our searches to run faster. When I teach my class on “Optimizing SQL Server” I realize that many people find it difficult to accomplish this task. While there are many reasons why query tuning is difficult, this article will concentrate on one aspect. And that is that query tuning takes place in an environment that is often changing from second to second, making it hard to really know what exactly is going on... read more...

add a comment |category: |Views: 72

tags: another

MVC Membership Starter Kit(squaredroot.com)

submitted by TroyMGTroyMG(2670) 4 years, 1 month ago

The MVC Membership Starter Kit is a CodePlex project designed to get your membership-based MVC applications off the ground as quickly as possible. Login, registration, user administration and more is handled right out of the box. read more...

add a comment |category: |Views: 103

tags: another

Minimal requirements for 'Good' Software(lostechies.com)

submitted by chadmyerschadmyers(840) 4 years, 1 month ago

Good software isn't just the code, it's the care and feeding of the code. It's important that the code can be found, built, and deployed repeatably by someone other than the original developer. read more...

1 comment |category: |Views: 5

tags: another

Regular Expression Generator(txt2re.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 1 month ago

Generate regular expressions from sample text input read more...

add a comment |category: |Views: 9497

tags: another