Logo

dev-resources.site

for different kinds of informations.

What activities are expected from a remote developer for effective collaboration

Published at
5/14/2024
Categories
development
process
remote
tips
Author
jetthoughts-dev
Categories
4 categories in total
development
open
process
open
remote
open
tips
open
Author
15 person written this
jetthoughts-dev
open
What activities are expected from a remote developer for effective collaboration

In order to build trust relationships with remote non-technical founders, we designed the easiest and effective routine for remote developers to provide.

Photo by [Roman Synkevych](https://unsplash.com/@synkevych?utm_source=medium&utm_medium=referral) on [Unsplash](https://unsplash.com?utm_source=medium&utm_medium=referral)

In JetThoughts, the usual working environment contains the GitHub repository with the Kanban board and some rules described in the article “Delivery Flow for Distributed Remote Teams”.

Here are three main stages of working with the issue:

1. Preparation stage or start working on an issue

According to the prioritization, the developer should start investigating the top ticket from the list defined for the current sprint.

  • Check the Acceptance Criteria. They must be present, explicit, and achievable within two days (otherwise, such an issue should be split into several parts).

  • Update the issue status. If there are no questions and blockers, the ticket with an issue should be moved to the In Progress** **column.

  • Create and push a new branch. The developer creates the new branch with the name that starts with the issue’s id, makes the first change, and pushes it to the remote repository.

  • Link the branch and PR. After the remote branch is created, the issue must be converted into the pull request (PR) (see “Convert GitHub Issue to Pull request” article).

2. Coding stage or provide the interim results

  • Commit every two hours. The developer makes a commit with the small successful solutions and pushes it to the remote repository. One of the ways to achieve this — the TDD methodology. Besides the rest of the advantages, it helps to have frequent commits — one commit with a test, another commit with implementation.

  • Provide a comment on the channel. If two hours have passed, but there is nothing left to commit the developer should provide a comment on the channel with the client. It should contain the current problem description and the reasons that impede its solving. Also, he could ask help or indicate the steps that he is going to take.

  • Provide daily snapshots. Report at the next meeting about blocks that occurred during execution, provide explicit information and indicate the next steps if the problem has not yet been resolved. This message must be duplicated in the GitHub PR if the problems were not resolved within two days.

3. Polishing stage

How to prepare the PR we discussed in “Prepare the Pull Request before asking to Review”. Here are the key points:

  • All automated checks passed

  • Self-review (imagine that you are a reviewer and you see someone else’s PR)

  • *Test in the staging environment *(check the presence of explicit instruction about how to test the issue and it should be understandable for the non-technical reviewer)

4. Final stage or turn in work

  • Ask for review

  • Provide fixes and comments replies

  • *Merge / Deploy *(check deployment in Production)

    This is the full cycle of actions that are expected from the developer, especially working remotely. Compliance with these rules will help to build trust with the customer, and also to avoid questions about what the employee is doing from management.

Sergey Sviridov is a Software Engineer at JetThoughts. Follow him on LinkedIn or GitHub.

If you enjoyed this story, we recommend reading our latest tech stories and trending tech stories.

process Article's
30 articles in total
Favicon
How Robotics Is Changing Material Handling in the Process Industry
Favicon
How Machine Learning Models are Shaping the Future of Process Automation
Favicon
🚀 Visualize Success: BPMN is the Key to Efficient Business Process Management! Plus, a Masterclass on Using Miro Board! 🌟📈🎉
Favicon
Concurrency in Python with Threading and Multiprocessing
Favicon
Rubber Process Oil Market Opportunities, Challenges, Strategies and Forecast by 2031
Favicon
Understanding How Your OS Handles Print Requests to the Console 🖥️
Favicon
What is Python GIL? How it works?
Favicon
[13/52] Fundamentals of Systems Engineering Models
Favicon
Insights into ITIL Processes
Favicon
Navigating Team Transitions: A Guide for Non-Technical Founders
Favicon
Elixir process - Explain more part2
Favicon
Elixir Supervisor, a powerful thing can help dev & devops sleep well!
Favicon
How to Kill a Process Binding to a Specific Port in PowerShell
Favicon
Elixir Process, what is? how work? What is linked & monitored process part1
Favicon
The 5 Stages Of My Software Development Process
Favicon
How does your company work with clients to understand their needs?
Favicon
How to Setup Incremental Design Process in a Startup
Favicon
Checklist for the non-tech founder
Favicon
Enhancing Business Efficiency: A Comprehensive Guide to Choosing and Implementing Process Mapping Software
Favicon
OS Fundamentals 101: Process and Syscalls
Favicon
Bash中子进程解惑
Favicon
Onboarding as a Senior Engineer
Favicon
Cons of the private chats for team collaboration
Favicon
A typical day at JetThoughts
Favicon
How to know what your team is doing?
Favicon
Why communication is so important when you work remotely?
Favicon
What activities are expected from a remote developer for effective collaboration
Favicon
Craft Visually Stunning Web Apps that Engage & Inspire Users
Favicon
Delegation is the last thing managers should do
Favicon
Meetings, Am I Right?

Featured ones: