ferventcoder


Comments:

Git/Github survival guide

posted by ferventcoderferventcoder(836) 3 years, 2 months ago 0

Excellent article!
We are not far apart from talking about Git: http://ferventcoder.com/archive/2009/03/15/git—distributed-version-control—new-user-resources.aspx

One of the best wrap your head around Git coming from SVN is here: http://git.or.cz/course/svn.html

=)

Reply

Git/Github survival guide

posted by ferventcoderferventcoder(836) 3 years, 2 months ago 0

Let's try that first link again: http://tinyurl.com/cz3bvb

Reply

UppercuT - The Insanely Easy to Use Automated Build Framework

posted by ferventcoderferventcoder(836) 3 years ago 0

No problem :D

Documentation and features are still being added to UppercuT. When it goes 1.0 it is considered complete on the first version. :D

Reply

Creating an Automated Build for your Application

posted by ferventcoderferventcoder(836) 3 years ago 0

Check out UppercuT (easy way to get the automated build side ready to go - Easy to hook up to CI later) - http://ferventcoder.com/category/uppercut.aspx

Reply

Some thoughts on Automated Builds

posted by ferventcoderferventcoder(836) 3 years ago 0

Check out UppercuT (easy way to get the automated build side ready to go - Easy to hook up to CI later) - http://ferventcoder.com/category/uppercut.aspx

Reply

Tools Matter: Automated Builds / Automated Deployments

posted by ferventcoderferventcoder(836) 3 years ago 0

Check out UppercuT (easy way to get the automated build side ready to go - Easy to hook up to CI later) - http://ferventcoder.com/category/uppercut.aspx

Reply

Database Myths: Stored Procedures vs. Ad Hoc Queries

posted by ferventcoderferventcoder(836) 2 years, 9 months ago 0

Security is a BIG WRONG for Stored Procs. Grant Execute versus Grant Select from a table. You know EXACTLY what the select allows and doesn't allow. Granting execute on a stored proc really gives someone the ability to create, update, delete, and select all in ONE. You say naming the sprocs accordingly is the answer (i.e. Something_SELECT)? What happens when you get out of sync with the name and someone executes something that makes updates to production???! Ouch...

True story.

Reply

Gems - Package Management For .NET

posted by ferventcoderferventcoder(836) 1 year, 10 months ago 0

The quote was from Jeremy D Miller. I'm having trouble editing the story...

Reply