Related Content
3 Must-Read Books for a Good Agile Foundation If you are searching for agile knowledge, there are many books outside the current literature that may enlighten you. Some discuss the underpinnings of concepts we consider agile, while others are contemporary business books that present compelling ways to use agile effectively. Here are three Jeff Payne recommends. |
||
Make Time for Learning with Deliberate Practice As software professionals, we need to work continuously to improve our skills. But two common challenges are how to best work to improve, and how to find the time to learn when we’re busy. The answer is deliberate practice—practice with a clear goal and defined measures for success that pushes your usual boundaries. |
||
The Key to Avoiding Procrastination If you have a task you've been putting off, dividing it into small chunks is a good idea. But the real key to overcoming procrastination is just getting started. Once you begin, you’ve built momentum and are likely to keep going, doing a little more until you’ve made good progress—and maybe even completed the job. |
||
Devices and Desires: Understanding How Users Experience Your Software When we design, build, test, and deliver software, it is imperative that we provide our users with what they need—not what we want, but what that they want. We need to understand the scope and breadth of the user base. Here are three questions to ask to learn more about how users experience your software. |
||
The RasPi Pipeline Delivers Raspberry Pi 3 Model B+ Did you get anything special for Pi Day this year, besides the obligatory pie? Once again on March 14, Raspberry Pi Founder and CEO Eben Upton announced that the next evolutionary step in the RasPi pipeline, the new Raspberry Pi 3 Model B+, is now available. |
||
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. |
||
The 5 Levels of Listening: Which Does Your Team Practice? The ways we listen—and not listen—are detailed in the Five Levels of Listening model, which goes from most distracted to most focused. Ideally, we’d all practice the fifth level: empathic listening, where we try to understand what matters to the person who is speaking, delaying our problem-solving and responsiveness. |
||
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. |