What happens to an organization when its most experienced and knowledgeable employees leave the company? What exactly is the organization losing? Read on to find out how important it is to keep the knowledge when employees leave.
Learn how using time boxes can keep your agile team operating smoothly and how scope boxes lend itself well to the maintenance portion of your project.
In one of my projects, there was a need to put scheduled tasks on my Sails.js application. Agenda and node-schedule are my tools of choice when scheduling jobs on a Node.js app, so here, I'll cover how to add scheduling to our Sails.js application using these tools.
Learn about the role of an architect on a scrum team, their value for long-term vision, and their ability to bridge the gap between developers and the product owner.
How much of an effect has agile had on the organization's return on investment? There are three key performance indicators that can be used to find the true ROI of agile.
This article looks at the CUBA Platform – an open-source framework combining solid architecture, "must-have" features for enterprise applications, and rapid application development tools.
We have less and less time to test products before release. How can we keep up with things like continuous deployment and still deliver quality products? Read on to find out.
When developing RESTful web services, people are often confused with handling exceptions. This post will explain a powerful tactic for using exception mapper with the Dropwizard framework.