Remote Team Collaboration Techniques

Rate this content
Bookmark

Whether your team has recently moved to a distributed setup or you’ve been working remotely for some time, keeping team collaboration up can be difficult. Working in a silo, not physically surrounded teammates can make morale and code suffer. I was fortunate to be on a team that found ways to not only make us feel united in building projects together but also as a team of people who could laugh, commiserate, and be open with each other. In this talk I’ll cover the techniques and tools teams have found that strengthen team bonds and morale while keeping up productivity and collaborative project work.

Tara Z. Manicsic
Tara Z. Manicsic
24 min
25 Oct, 2021

Comments

Sign in or register to post your comment.

Video Summary and Transcription

Welcome to Remote Team Collaboration Techniques. Telecommuting has led to professional isolation and a lack of networking and mentoring. Companies are encouraged to adapt their work policies to the new reality of telework. Remote work has impacted stress levels and employee autonomy, but not productivity. GitHub and Jamstack are effective collaboration tools. Mob pairing promotes learning and progress in projects. Engaging in fun activities and taking breaks from work can boost team morale.

1. Introduction to Remote Collaboration

Short description:

Welcome to Remote Team Collaboration Techniques. Today we will discuss how we got here, how we are doing the work, how we are feeling, and what we need. Telecommuting started in the 70s and has led to professional isolation and a lack of interpersonal networking, informal learning, and mentoring. As teams move remotely, these challenges become more prominent.

Hey, everyone. Welcome to Remote Team Collaboration Techniques. Remotely, how fitting. Very excited to have you here. So let's go ahead and jump in. So today I want to basically cover what we're going to talk about, so you're prepared.

First, we want to think about, how did we get here? How did we get to this point where a lot of us are working remotely? And what put us in the situation that we are now, that we need to talk about Remote Team Collaboration Techniques? Then we'll talk about, how are we doing? That's usually quite a general question, but we're actually going to talk about, how are we doing the work that we're supposed to be doing? Then we'll talk about, how are we feeling? Because funnily enough, that matters. So we'll look into that. Mostly, though, how to make ourselves feel better as a team and in collaboration, et cetera. And then I'm going to say, what do we need? And then that is basically, I'm going to recap all of the tools that I've covered in this talk thus far.

So how did we get here? Thanks to the creator of Buxana, Zahid Mahmoud. He actually did his whole dissertation on how we are doing remotely, working remotely, or you'll see it as telecommuting, which is the way that it started in the 70s. He actually offered me up a bunch of different research papers. So we have a very smart section coming up for you right now. So here's one of the papers. And this is actually a much older paper because telecommuting started back in the 70s. They wanted to push this forward of trying to get people out of offices and working from home, which they called telecommuting. They were mostly on telephones then. But this one is from the 90s. And it already talks about professional isolation, employee development, and public and private organizations. And a few things stick out to me that we're really seeing a lot of as a lot of teams are moving remotely from where they used to be.

In this paper, we found that telecommuters missed three types of developmental activities that occur frequently in conventional workplaces. And that is interpersonal networking, informal learning, and mentoring. So you may be aware of this now. If you or your team has moved from being in office in a location to now being remote, that it's not as easy to network with each other. It's not as easy to just pick up different things as you're walking by somebody's desk. And you say, oh, I've never used that tool. I've never used that technology. How are you doing that? Because everything is usually much more kind of set up now. And we call it like you're kind of coding in a silo, unfortunately now.

2. Remote Work Impact and Policy Changes

Short description:

Mentoring in remote work can be challenging, but the majority of respondents have found positive impacts on conventional work elements during the COVID-19 pandemic. Companies are encouraged to reexamine their work policies and expectations to adapt to the new reality of telework.

And then mentoring, it's not as easy to mentor unless you're doing it very intentionally seemingly. And then there's another paper that we looked at recently. So, how did a lot of us get to moving too remotely? COVID, unfortunately, a pandemic happened, pretty unavoidable. So, the impact of COVID-19 pandemic on conventional work settings. So again, this is all of us moving from how we used to work to now. And so, one of the things it said is the majority of respondents found that overall conventional work elements either remain the same or had been impacted positively. So, we're seeing that hey, maybe this telecommuting or this remote working thing isn't such a bad idea. There are things that are actually maybe it have a positive impact. And it said, it is biased that companies reexamine their conventional work policies and expectations so as to better adapt the new and emerging reality of telework. This probably isn't going away soon. I know my company did not re-up their lease for their building, we've all made remote work. We had always been a half distributed team at least. And so, now more and more we're working from home and we don't need a place to convene or now you have the option of going to places that you can rent out for a day or whatnot.

Check out more articles and videos

We constantly think of articles and videos that might spark Git people interest / skill us up or help building a stellar career

Impact: Growing as an Engineer
React Summit 2022React Summit 2022
27 min
Impact: Growing as an Engineer
Top Content
Becoming a web engineer is not easy, but there are tons of resources out there to help you on your journey. But where do you go from there? What do you do to keep growing, and to keep expanding the value you bring to your company? In this talk we’ll look at the different kinds of impact you can have as a web engineer. We’ll walk through what it means to take on bigger, more complex projects, and how to scale yourself, and grow the community around you. By driving our own development we can all grow our impact, and in this talk, we’ll discuss how to go about this.
On Becoming a Tech Lead
TechLead Conference 2023TechLead Conference 2023
25 min
On Becoming a Tech Lead
Top Content
Tech lead sounds like a lot of work. And not the fun coding kind either. Why would you ever want that? What does it feel like when you get it?In this talk Swizec explains why he took the step towards technical leadership, how his priorities changed, and why it means he’s doing more engineering than ever. A whole new world where writing code is the easy part.
A Framework for Managing Technical Debt
TechLead Conference 2023TechLead Conference 2023
35 min
A Framework for Managing Technical Debt
Top Content
Let’s face it: technical debt is inevitable and rewriting your code every 6 months is not an option. Refactoring is a complex topic that doesn't have a one-size-fits-all solution. Frontend applications are particularly sensitive because of frequent requirements and user flows changes. New abstractions, updated patterns and cleaning up those old functions - it all sounds great on paper, but it often fails in practice: todos accumulate, tickets end up rotting in the backlog and legacy code crops up in every corner of your codebase. So a process of continuous refactoring is the only weapon you have against tech debt.In the past three years, I’ve been exploring different strategies and processes for refactoring code. In this talk I will describe the key components of a framework for tackling refactoring and I will share some of the learnings accumulated along the way. Hopefully, this will help you in your quest of improving the code quality of your codebases.

Principles for Scaling Frontend Application Development
React Summit 2023React Summit 2023
26 min
Principles for Scaling Frontend Application Development
Top Content
After spending over a decade at Google, and now as the CTO of Vercel, Malte Ubl is no stranger to being responsible for a team’s software infrastructure. However, being in charge of defining how people write software, and in turn, building the infrastructure that they’re using to write said software, presents significant challenges. This presentation by Malte Ubl will uncover the guiding principles to leading a large software infrastructure.
Fighting Technical Debt With Continuous Refactoring
React Day Berlin 2022React Day Berlin 2022
29 min
Fighting Technical Debt With Continuous Refactoring
Top Content
Let’s face it: technical debt is inevitable and rewriting your code every 6 months is not an option. Refactoring is a complex topic that doesn't have a one-size-fits-all solution. Frontend applications are particularly sensitive because of frequent requirements and user flows changes. New abstractions, updated patterns and cleaning up those old functions - it all sounds great on paper, but it often fails in practice: todos accumulate, tickets end up rotting in the backlog and legacy code crops up in every corner of your codebase. So a process of continuous refactoring is the only weapon you have against tech debt. In the past three years, I’ve been exploring different strategies and processes for refactoring code. In this talk I will describe the key components of a framework for tackling refactoring and I will share some of the learnings accumulated along the way. Hopefully, this will help you in your quest of improving the code quality of your codebases.
Effective Communication for Engineers
TechLead Conference 2023TechLead Conference 2023
36 min
Effective Communication for Engineers
Top Content
Your communication skills affect your career prospects, the value you bring to your company, and the likelihood of your promotion. This session helps you communicate better in a variety of professional situations, including meetings, email messages, pitches, and presentations.

Workshops on related topic

How To Design A Sustainable Freelance/Contracting Career
Node Congress 2022Node Congress 2022
39 min
How To Design A Sustainable Freelance/Contracting Career
WorkshopFree
Shane Ketterman
Alexander Weekes
2 authors
Ready to kickstart your freelance career or just getting started on your freelance journey? You’re in the right spot. Learn the tricks of the trade from the industry’s most experienced freelancers.
The independent talent movement is the future of work. If you’re considering leaving full-time employment for a career as a freelancer, now is the time to find your successful space in the independent talent workforce. More people are working freelance today than ever before, with the freelance marketplace now contributing $1.2 trillion to the US economy. Some of the most in-demand roles for freelancers right now are senior developers with professional experience in React, Python, Blockchain, QA, and Node.js.
This workshop will help you design a sustainable and profitable full-time (or part-time) freelancing/contracting career. We will give you tools, tips, best practices, and help you avoid common pitfalls.
Designing A Sustainable Freelance Career
React Advanced Conference 2021React Advanced Conference 2021
145 min
Designing A Sustainable Freelance Career
WorkshopFree
Alexander Weekes
Rodrigo Donini
2 authors
Would you like to pursue your passions and have more control over your career? Would you like schedule and location flexibility and project variety? Would you like the stability of working full-time and getting paid consistently? Thousands of companies have embraced remote work and realize that they have access to a global talent pool. This is advantageous for anyone who has considered or is currently considering freelance work.>> Submit your interest on becoming a freelance engineer with Toptal and get a call with Talent Acquisition specialist <<

Freelancing is no longer an unstable career choice.

This workshop will help you design a sustainable and profitable full-time (or part-time) freelancing career. We will give you tools, tips, best practices, and help you avoid common pitfalls.
Table of contents

Module 1: Dispelling common myths about freelancing
Module 2: What does freelancing look like in 2021 and beyond
Module 3: Freelancing choices and what to look for (and what to avoid)
Module 4: Benefits of freelancing from a freelancer + case study
BREAK
Module 6: How to get started freelancing (experience, resume, preparation)
Module 7: Common paths to full-time freelancing
Module 8: Essentials: setting your rate and getting work
Module 9: Next steps: networking with peers, upskilling, changing the world
Module 10: Freelancer AMA