Related Content
5 Ways to Improve Your Project Management As a project manager, it's your job to cut through the noise to make clear objectives for your projects. But it’s not so easy to do, especially when your superiors or board are politely “suggesting” another action item. Help your team stay on track with these five tips to move more efficiently through your projects. |
||
A Primer for IT Project Sponsors: 10 Steps for Success Much time has been spent examining the project manager’s role in IT project success, but the role and duties of project sponsors are often overlooked—even though sponsors are an essential element of success (and failure). Here are ten rights and obligations a project sponsor should perform to improve project success. |
||
A Definition of Done for DevSecOps In DevOps, we have a software delivery pipeline that checks, deploys, and tests every build. The goal is to produce a viable candidate for production, so we have to look at many different aspects of quality, including security. To be sure we hit all the crucial marks, we should have a definition of done for DevSecOps. |
||
6 Ways to Protect Your Organization from DDoS Attacks During a DDoS attack, no one can use your application, which will result in loss of business. Brand reputation also tumbles if customers can't access your site or become casualties of the data breaches. However, there are some proven practices for preventing DDoS attacks—and for what to do if you fall victim to one. |
||
Does Testing Truly Improve Software? Without revealing problems, there is no problem-solving, since we can't solve something we aren’t aware of. Each solved problem is one fewer problem in the software—and the software is improved each time a problem is removed. But it's not testing alone that improves software. So when does that happen? |
||
Why the Burden of Security Should Be Assumed by the Entire Team Quality can be improved over time, and while it’s difficult to change perception, it’s still possible. But poor security can sink your ship before it even leaves the dock. Invest in the security of your application and be sure to spread that responsibility to multiple levels of your software team. |
||
Elevate Code Quality by Integrating Testing and Development Pair programming generally involves two programmers working on a single change from start to finish. You can augment this pattern by adding a test specialist, so you can test-drive feature changes first and the tester can ask questions and guide test and code design. What you get is quality built in from the start. |
||
Embedding Performance Engineering into Continuous Integration and Delivery In the world of continuous integration and continuous delivery, the importance of ensuring good performance has increased immensely. While functional and unit testing are relatively easier to integrate into these processes, performance engineering has typically raised more challenges. Here's how you can mitigate them. |