Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Path to Victory (Score 3, Interesting) 182

I am a Release manager at Acquity Group and have worked for "Old School" software companies that have their eyes blazing at all the new web companies that release release release all day long.

Here is the abbreviated philosophic path to victory:

DevOps.

Your developers need to act like operations (knowing how the code is deployed and configuration settings, routes and the like) guys and your operations guys need to start coding (as in ruby for puppet and chef, automation and automation and automation)

This leads to...

Infrastructure as Code.

Hire a Release Engineer or convert a sysadmin to start automating builds. Now you start automating code deployments, you start automating infrastructure deployments so they are repeatable.

This leads to...

Test Automation.

Now you need to stop focusing on smoke testing and have test automation engineers write automated test code.

One more thing...

Automated Rollback

When things go nuts, with fast deploys you need fast rollback. Capistrano is a great tool for deploying this way, rollback is very easy.

Now you can ...

Continuous Delivery.

Great, you got this far, your builds, testing, deploys are automated!

For Developers:

Coding for Continuous Delivery is a different paradigm where unfinished code makes it to production. This means that in the production configuration, settings for the new code must be activated by switches to turn new feature sets on. You don't want that unfinished code mucking up your site, right?

People Processes:

Do you have CAB boards and ITIL processes? Great, make them faster and more as DEV/TEST/QA becomes automated and just focus on UAT/Prod environments. See this book: http://www.amazon.com/The-Visible-Ops-Handbook-Implementing/dp/0975568612/

I can also gloss over on waterfall/Agile and hybrid software models.

Finally, unless your culture wants to shift, it may be damned near impossible to change the culture unless management wants to. If it's doomed, it's doomed!

Comment How to Attribute a Newspaper (Score 4, Informative) 356

All right, we get sick of Slashdot editor bashing, but this needs to be addressed.

The link to the Chicago Tribune is from a Reuters newsfeed. The attribution should be to Reuters, via Chicago Tribune.

For quick reference, any "feed" stories from tribune company are going to have "sns" in the title. Other papers will vary.

(From a former Tribune Co. Employee).

Comment Re:U turn (Score 5, Informative) 472

The Turkey Sandwich story is a bunch of hysterical bunk that was rapidly picked up by Fox News and Huffington Post. It was a bunch of poorly worded reporting by the original source, Carolina Journal.

Please read: http://www.carolinajournal.com/jhdailyjournal/display_jhdailyjournal.html?id=8780 for the real deal.

Slashdot Top Deals

Math is like love -- a simple idea but it can get complicated. -- R. Drabek

Working...