Blog

Uncategorized Hybrid Work is Here to Stay, and Software Teams Need to Adapt – InfoQ.com

Live Webinar and Q&A: Developing and deploying secure code with AWS Lambda (Jan 20th, 2022) Register Now
Facilitating the spread of knowledge and innovation in professional software development


As ransomware and phishing attacks increase, it is evident that attack vectors can be found on the inside in abundance. Zero Trust Security can be thought of as a new security architecture approach where the main goals are: verifying endpoints before any network communications take place, giving least privilege to endpoints, and continuously evaluating the endpoints throughout the communication.
What is the single best API technology you should always use? Thomas Betts moderated the discussion, with the goal to understand some of the high-level features and capabilities of three popular technologies for implementing APIs. The discussion covers some of the pros and cons of GraphQL and gRPC, and why you might use them instead of a RESTful API.
In this article, author Juan Pan discusses the data sharding architecture patterns in a distributed database system. She explains how Apache ShardingSphere project solves the data sharding challenges. Also discussed are two practical examples of how to create a distributed database and an encrypted table with DistSQL.
Psychological safety is a work climate where employees feel free to express their questions, concerns, ideas and mistakes. We cannot have high-performing teams without psychological safety. In this article, you will learn practical ideas, interesting stories, and powerful approaches to boost psychological safety in your team.
At QCon Plus, Mathias Schwarz, a software engineer at Uber, presented safe and fast deploys at planet scale. Uber is a big business and has several different products. They are, in most cases, deployed to dozens or hundreds of markets all over the world.
How do traditional security approaches scale in Cloud Native architectures? Register Now!
Learn from practitioners driving innovation and change in software. Attend in-person on April 4-6, 2022.
Uncover emerging trends and practices from software leaders. Attend online on May 10-20, 2022.
Your monthly guide to all the topics, technologies and techniques that every professional needs to know about. Subscribe for free.
InfoQ Homepage Articles Hybrid Work is Here to Stay, and Software Teams Need to Adapt
Lire ce contenu en français
Sep 20, 2021 7 min read
by
Aaron Upright
reviewed by
Shane Hastie
One of the twelve principles laid out in the Agile Manifesto is that “the most efficient and effective method of conveying information to and within a development team is face-to-face conversation.” But what do you do when that is rendered impossible?  
The COVID-19 pandemic forced development teams – and all non-essential employees – into remote work. Meetings moved to Zoom, separate “water-cooler” channels were created in Slack to maintain camaraderie, and home offices gained some top-shelf equipment. 
Development teams were already some of the most distributed, so the shift to remote work was not completely new. However, as vaccines become more accessible and the possibility of returning to an office becomes a reality, a new type of hybrid workplace is emerging. 
Developer Workshop: Module 2 – CI/CD Pipelines.
Join experts to learn how to implement well-engineered CI/CD pipelines that consider governance and traceability from idea to production. Watch Now!
The pressure is now on software teams to facilitate collaboration in this new hybrid world. When half of your team is co-located and the others are distributed, how do you create an environment that nurtures team spirit and inspires devs’ best work? 
It’s become clear to us at ZenHub that the way we approach software development needs to adapt to this new hybrid way of working. Along with changes in process, project management tools will need to evolve to empower an equality of experience for hybrid teams.  
Below we look at five ways that tools and processes can be adapted to support a hybrid team and foster collaboration no matter where the team is located. 
From the way we run agile rituals to the way that we make decisions, software development teams must adopt an asynchronous-first approach to collaboration. In a hybrid work environment, it may not be practical (or even possible) to bring the entire team together at a point in time to estimate work, refine issues, or plan sprints. 
Coordinating between already busy calendars and multiple time zones is a headache at best, and a colossal waste of time at worst. We already know developers want fewer meetings and want to contribute at their own pace when it’s least intrusive to their work. So let’s prioritize solutions that facilitate asynchronous – not just remote – communication. 
This means tools that roll-out effortlessly in a familiar environment and connect developers easily and quickly with their team. Team leads will need to facilitate events – estimation, sprint planning, backlog refinement – in an asynchronous manner, so remote team members can contribute, feel heard and seen, and receive feedback from their teammates. Basically, look for tools that gather the distributed team on one platform and make the transition seamless.
When “in-person” events and meetings are required, it’s important for the team to think about facilitating those meetings in a way that creates an equal experience for everyone involved. At ZenHub, one of the ways that we’ve embraced this is through a “single face, single screen” policy. What does this mean? Even team members joining from the same physical meeting room are encouraged to each join from their own laptop rather than a shared camera. 
Thus far, the results have been extremely positive, and we’ve heard from multiple employees that they feel even more connected to their teams than when we were co-located. 
One of the biggest issues facing development teams is executive buy-in and, frankly, a lack of understanding of the development process on the part of the executives. 
Many organizations already relate to the challenge of having project data spread across multiple places, with the development team tracking day-to-day work in one tool and executives and other stakeholders tracking goals and team KPIs in an entirely different set of tools. As a result, misalignment between development teams and stakeholders is all too common. In a hybrid workplace where communication can be more difficult and teams don’t have the luxury of being co-located, this problem can be exacerbated even further. 
To avoid this pitfall, teams need to establish one central place where past, current and future projects live, that all team members can access, reference and share. By leveraging a single source of truth that works for developers, designers, product managers, and executives,  companies can actually turn this risk into an opportunity to bring added visibility and transparency to the development process and create stronger alignment. 
At ZenHub, our team leverages GitHub Issues as our single source of truth. While centralizing our process around GitHub did introduce a learning curve for non-developers on our team, it’s given us the ability to tie progress directly to changes in our code base, eliminating human error and tedious updates for our developers. As a result, our developers are more productive and we have a more accurate understanding of progress to update our key stakeholders. 
Additionally, we’ve leaned into the idea of creating a company wide roadmap that captures the key projects and milestones for each functional area of our company. While it might not be traditional to track marketing projects side by side with software projects, we’ve found that this approach gives the entire company the ability to see and understand what our development teams are working on and reduces one-off check-ins and progress updates. 
Documenting decisions as they are discussed and made creates an opportunity for remote members to dial into an element of the process that would not have otherwise been available to them. It makes it harder for team members to miss when a decision has been made, and therefore minimizes mistakes later in the development process.
If a team member wakes up in her time zone and and finds – on the team’s project management platform – that a decision has been made, two things need to happen:
One of the added benefits we’ve found from documenting our decisions throughout the course of our development process is being able to refer to them later on in the project's lifecycle. If questions arise later in the development or QA process, we can clearly communicate why we made certain decisions and justify the direction that we’ve taken. Again, this helps to create more alignment across the team and with stakeholders across our organization.
To maintain a healthy development environment, it will become very important for each agile event to have an assigned owner and a pre-meeting agenda. This will organize the team and ensure that everyone participating (regardless of where they’re participating from), is aligned on the goal and can review issues and tickets ahead of time to streamline the meeting.  
The role of the facilitator will be to establish clear roles and expectations for each ritual and to hold the team accountable. Prior to the meeting, it will be the job of this facilitator to establish the agenda and gather contributions from the team in an async way. This best practice transcends development teams, but that’s why it’s important – it’s a best practice that will need to be implemented in order to streamline hybrid teams.
At ZenHub, one of the ways we put this process into practice is by appointing a new team member (round-robin style) to facilitate each ritual. This not only helps keep our meetings feeling fresh, it also offers an opportunity for members of the team to gain experience in a domain that they might not otherwise have direct exposure to in their role. 
Finally, to empower distributed development teams in a hybrid workplace, it’s important to lean on the tools that are available to facilitate agile events. Automation is the secret sauce that does the heavy lifting of certain agile processes and takes the guesswork out of project management. Automated tools save developer time, ensure board hygiene and facilitate events in a way that ensures teams are following best practices. 
At the end of the day, the most important thing we can do is prioritize empathy over everything. We are all human and we must show grace to each other and ourselves. When teams are distributed, the most important factor is empathy – the ability to put yourself into the proverbial shoes of another, and while tools exist to help facilitate better processes, there are no tools to increase empathy. That requires extra awareness and effort on the part of each individual.
Aaron Upright co-founded ZenHub in 2015 to help forward thinking software teams manage their projects closer to the code. Aaron currently serves as the Head of Strategic Accounts where he works closely with customers to help shape the product experience.

A round-up of last week’s content on InfoQ sent out every Tuesday. Join a community of over 250,000 senior developers. View an example

We protect your privacy.
You need to Register an InfoQ account or or login to post comments. But there’s so much more behind being registered.
Get the most out of the InfoQ experience.
Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

A round-up of last week’s content on InfoQ sent out every Tuesday. Join a community of over 250,000 senior developers. View an example

We protect your privacy.
QCon, the international software development conference, is returning (in-person and online) in 2022.
QCon brings together the world’s most innovative senior software engineers across multiple domains to share their real-world implementation of emerging trends and practices.
Find practical inspiration (not product pitches) from software leaders deep in the trenches creating software, scaling architectures and fine-tuning their technical leadership to help you make the right decisions. Save your spot now!
InfoQ.com and all content copyright © 2006-2022 C4Media Inc. InfoQ.com hosted at Contegix, the best ISP we’ve ever worked with.
Privacy Notice, Terms And Conditions, Cookie Policy

source

Author Details

Sign up for our newsletter to stay up to
date with tech news!