Related Content
Facebook Simplifying the Integration Process for Developers Adding Facebook or Twitter support to both established and startup apps should be quick and easy, not an additional headache. Facebook understands the increasing desire for streamlined developer tools, and that’s exactly why it’s upgrading its system for integrating Facebook within apps. |
||
Is Git a Good Fit for the Enterprise Git has become the version control system of choice for many developers. It is relatively easy to use, has good repository integrity, and has a distributed architecture. But Git also has some limitations and can be challenging to support for large scale enterprise use. Read on for some practices. |
||
Beware of Serial Status Meetings Standup meetings are great in many instances. But if you're calling serial status meetings, you may find that people will stop attending. To engage employees and address issues quicker, you may want to try lean coffee or a problem-solving meeting. Read on for tips on involving your team. |
||
US Citizenship and Immigration Services Adopting Agile The US Citizenship and Immigration Services, which is the Department of Homeland Security agency meant to oversee lawful immigration, is aiming to automate the integration and delivery of its software projects with a new, paperless immigration system that makes use of agile practices. |
||
What's in the September/October 2014 Better Software Magazine? In our latest issue of Better Software magazine, the feature articles focus on software licensing and ways to improve your team’s approach to process improvement. Creating software for a wide range of platforms is difficult enough, but enforcing software licensing also can be challenging. |
||
My Love/Hate Relationship with Dev and Test Tools After you make investment decisions for homegrown, open source, or commercial tools that yield little or even negative return, those "learning experiences" reinforce the old saying—"A fool with a tool is still a fool." Here are some things to keep in mind as you reach for that next cool tool. |
||
Take a More Agile Approach to Problem Solving Your managers want you to estimate features or projects months or even years in advance. But the work changes—or the code changes, or the people on the project change. What you thought might be a reasonable estimate four weeks ago looks wacko when you revisit it in six months. What can you do? |
||
The Importance of Tool Independence in Test Automation Command-driven testing has proven to be a good way to implement pattern tool independence. The main advantage is that you just have to develop the commands in the script language of the tool. To change tools, you only have to rewrite the keyword commands in the script language of the new tool. |