Related Content
Selecting the Right Node.js Framework for Your App Node.js is an open source and cross-platform runtime environment for creating server-side web apps entirely using JavaScript. There are many frameworks that work with Node.js and each excels in different areas, so selecting one comes down to preference and the specific needs of the project. Here are some popular ones. |
||
Exploring Big Data Options in the Apache Hadoop Ecosystem With the emergence of the World Wide Web came the need to manage large, web-scale quantities of data, or “big data.” The most notable tool to manage big data has been Apache Hadoop. Let’s explore some of the open source Apache projects in the Hadoop ecosystem, including what they're used for and how they interact. |
||
Agile Dojo: Speed Up Delivery Using Focus An Agile Dojo is an immersive learning experience where teams bring their work into a collocated space and work together to complete a project, using “hyper-iterations” of two-day sprints, over six weeks. Even distributed teams are able to collaborate, focus, and deliver projects on time and within budget. Here's how. |
||
Effectively Measuring Agile Leadership Culture drives performance, and agile leaders set a team's culture, so leaders should be measured at how effectively they’re doing just that. The challenge is, what might that look like? Here’s an idea for a four-quadrant measurement approach for leaders' organizational and personal effectiveness in agile contexts. |
||
Transforming a Team of Agile Skeptics into Agilists Coaching an agile-skeptical team demands a personalized approach. Agile introduces a different way of working and thinking, and leaders must find a way to overcome resistance and foster a collaborative culture. Take these three steps to move toward achieving an agile mindset and realizing the benefits of agile. |
||
Maximizing Agile by Understanding Learning Styles To be most agile with your communication, understand several models of learning styles, where you fit into them, and where your team fits into them. By tweaking the ways you communicate to fit the information and the situation, you are helping your team remain agile by valuing people and interactions over processes. |
||
When to Use Different Types of NoSQL Databases Web-scale data requirements are greater than at a single organization, and data is not always in a structured format. NoSQL databases are a good choice for a larger scale because they're flexible in format, structure, and schema. Let’s explore different kinds of NoSQL databases and when it’s appropriate to use each. |
||
A Simple Rule of Thumb for Unit Testing There's a simple rule for the minimum values testers should explore: “none, one, some”—or, how the software behaves if you send it nothing, one thing, or some set greater than one. It's not comprehensive, but it gives a good feel for how the feature works at the moment. Developers can also use this in unit testing. |