Related Content
Making Continuous Integration Work for You Many developers learn about using continuous integration to improve their deliverability speed and decrease the amount of effort needed to launch new features. Actually practicing continuous integration, however, is nowhere near as straightforward as it sounds. Here's how to get started in making CI work for you. |
||
Lessons Learned (and Unlearned) at STARCANADA 2018 With a week full of sessions, tutorials, training classes, and events, the STARCANADA software testing conference had plenty of takeaways. Some highlights: what jobs will look like in the future with AI, why testers should lead efforts to make quality everyone's responsibility, and the importance of unlearning. |
||
Solo Programming, Pairing, and Mobbing: Which Is Right for You? Programming often is considered an individual pursuit, but there are other options gaining popularity: pairing, where you work with another developer or tester, and mobbing, where the entire team works on one thing at a time. Each is effective for certain kinds of challenges. How much collaboration is right for you? |
||
The New Reality of Mixed Reality Want to play with a porg? Walk on Mars? Or help those with autism practice social skills? Welcome to the new reality of mixed reality, where digital and physical objects coexist and interact to provide a new medium that a variety of organizations see as full of potential. |
||
Code Katas for Testers A kata is a small programming task you build a solution to. The point is to develop programming skill through familiarity with programming patterns, which is a useful practice for testers today. You’ll learn about software development, testing, continuous integration, exploration—and even how to be a better person. |
||
How to Deal with Coworkers' Irritating Behaviors like an Adult Annoying behaviors are amplified in an office due to close quarters and personal preferences. No one likes to have an awkward conversation—especially when it’s with someone you have to face every day—but if a coworker's behavior is driving you up the wall, be a grown-up and let them know. Here's what to say. |
||
NIST Launches Group to Bring Quantum Computing Closer to Reality The buzz around quantum computers has been around for a while, but many feel that for long-term success, a road map is required. A new consortium focused on quantum information science and engineering will be led by the US Department of Commerce’s National Institute of Standards and Technology (NIST). |
||
How Testers Can Use Docker to Shift Left and Automate Deployments Docker has several advantages over virtual machines: It’s easier to deal with, starts up faster, and requires fewer resources. Using Docker also can give testers more confidence in their releases. Developers use the same environment that will be used in production, which streamlines code delivery and shifts QA left. |