Showing posts with label DEVOPS. Show all posts
Showing posts with label DEVOPS. Show all posts

Monday, January 30, 2017

DZone - Top 17 Tools Used in Software Development

Thanks to  Lea Maya Karam for this useful blogpost
From Docker to Slack and even Spotify, these are the top seventeen tools that can be incredibly useful to software developers.
Read it

Friday, December 23, 2016

InfoQ - Netflix Conductor, an Orchestration Engine for Microservices

Netflix has developed an orchestration engine called “Conductor”, and has used it internally in production for the last year . During this time they executed some 2.6 million process workflows, starting with linear ones and ending with dynamic ones running over multiple days. Now they have open sourced Conductor, making it available to all those interested in workflow orchestration.

Read more

Saturday, November 5, 2016

DZone - Continuous Delivery: You're Doing It Wrong!

In this article, Alex Martins discusses why you should focus on building quality into an application instead of saving it for testing later.

More

DZone - BDD: Cucumber in Action

Cucumber is an open-source tool that is used to support Behavior Driven Development with plain text specifications. Implementations of Cucumber exist for number of platforms, including Java.
More