my tweets
- @shanecorning it's about everything after that (pushing code live, monitoring then making decisions quickly and automaticall) 4 mins ago
- @shanecorning agreed, most people aren't good enough programmers to actually do this to be honest, it's not just abut writing your app (cont 4 mins ago
- @shanecorning wait til he talks about the deployment process, how they monitor and stagger the rollout. 5 mins ago
- @shanecorning I mean if you commit and all your tests are green, why not deploy? 6 mins ago
- @shanecorning reason: if you can deploy that fast, you should be able to roll back even faster. 7 mins ago
-
RSS Links
Archives
Blogroll
Category Archives: programming
subsonic won’t update my bit field?
I recently ran into a really strange problem while using SubSonic. I had a bit column in my database that was set to not allow nulls and had a default value of false. Pretty standard stuff in the world of database design I guess.
When it came time to start saving my entities to the database, [...]
Also posted in Code, SubSonic, work Leave a comment
xcopy won’t copy .css files
I use xcopy as part of a build script to copy a bunch of files and directories from a subversion checkout directory to another directory so that I can zip them and upload them to a server.
I have an exclude file that I use to tell xcopy to ignore files like the obj directory and [...]
Also posted in agile, work Leave a comment
If your gonna fuck up, do it early
I’ve worked in the online industry for the last 12 years or so, one thing above all else I’ve learned in my time in this industry
You are going to fuck it up
Now I use the phrase “fuck it up” in place of fail for effect, for impact, ya know if this was a power point [...]
Also posted in agile, development, work Leave a comment
Building new features makes sense!
But spending an insane amount of time upfront without ever having tested or planning said feature doesn’t make sense at all.
If you are going to spend time working on new features, don’t spend time on planning what you think might work. Build something quickly and let your users decide on how it should work.
You [...]
Connecting to different database on the fly using Subsonic 2.x