<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Michael Tempest</title>
    <description>The latest articles on DEV Community by Michael Tempest (@michaeltempest).</description>
    <link>https://dev.to/michaeltempest</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F555421%2F91f44eb0-8933-4785-9150-1f4475fef96b.png</url>
      <title>DEV Community: Michael Tempest</title>
      <link>https://dev.to/michaeltempest</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/michaeltempest"/>
    <language>en</language>
    <item>
      <title>Async Communication is the future</title>
      <dc:creator>Michael Tempest</dc:creator>
      <pubDate>Wed, 13 Jul 2022 16:40:53 +0000</pubDate>
      <link>https://dev.to/michaeltempest/async-communication-is-the-future-52lk</link>
      <guid>https://dev.to/michaeltempest/async-communication-is-the-future-52lk</guid>
      <description>&lt;p&gt;So this is a pretty heavy statement to start on, but I do truly believe that in engineering async communication is the future. I also don't think enough people are really aware of, or talking about it, which is why this post is going to exist. However I think a lot of us are doing it subconsciously already.&lt;/p&gt;

&lt;p&gt;Let me caveat this with I am learning and experimenting with it, so expect more posts in the future on this topic. With that preamble out the way let’s take a look at what this async communication is.&lt;/p&gt;

&lt;h2&gt;
  
  
  🤔 What is Async Communication?
&lt;/h2&gt;

&lt;p&gt;Most of us use this every day with different tools:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Email&lt;/li&gt;
&lt;li&gt;Slack&lt;/li&gt;
&lt;li&gt;Teams (messaging)&lt;/li&gt;
&lt;li&gt;GitHub (PRs mainly)&lt;/li&gt;
&lt;li&gt;Jira/Trello/Confluence&lt;/li&gt;
&lt;li&gt;Miro&lt;/li&gt;
&lt;li&gt;etc…
This list is much bigger but what they all have in common is the ability to communicate without expecting a response straight away.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So that’s it, I’ll end this blog now, we reached our answer, asynchronous communication is &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;communicating without expecting a response immediately &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I do wish it was that easy but there is more to it, and even though it comes with a lot of positives, it also has it’s own challenges.&lt;/p&gt;

&lt;h2&gt;
  
  
  🔉 How is Asynchronous Different to Synchronous?
&lt;/h2&gt;

&lt;p&gt;In order to answer this question I think it’s better to just give an example:&lt;/p&gt;

&lt;h3&gt;
  
  
  Synchronous
&lt;/h3&gt;

&lt;p&gt;&lt;code&gt;Teams Meeting Call&lt;/code&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Barry: I’ve booked this meeting as I need to talk to you about the technical implementation of this new feature we have been asked to do.&lt;br&gt;
Phil: Sure what’s the issue with it?&lt;br&gt;
Barry: There is an issue with the design and how our architecture fits together.&lt;br&gt;
Phil: OK so what do we need to do with the architecture to make it happen?&lt;br&gt;
Barry: I have some ideas but I think we need Mary in here to help us with the bigger architectural discussion.&lt;br&gt;
Phil: Looking at her diary, it might be difficult to find some time with her right now, but I’ll get some thing booked in.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Asynchronous
&lt;/h3&gt;

&lt;p&gt;&lt;code&gt;Slack Messages (public channel)&lt;/code&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Barry(9:00AM): &lt;code&gt;@Phil&lt;/code&gt; &lt;code&gt;@Mary&lt;/code&gt; I have written up a confluence page(linked) based on my concerns with the technical implementation of this new feature we have been asked to do. Please can you both take a look and comment on the page with your thoughts? &lt;br&gt;
Phil(9:05AM): Thanks &lt;code&gt;@Barry&lt;/code&gt; I will take a look at that later today.&lt;br&gt;
Mary(2:30PM): I’ve taken a look and added some thoughts, and also a potential way we could handle this. I am also going to share this with &lt;code&gt;@Grace&lt;/code&gt; As their team is currently working on something similar.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Outcome
&lt;/h3&gt;

&lt;p&gt;So the above is purely fictional but I can imagine some of you have had something similar before. The &lt;strong&gt;Synchronous&lt;/strong&gt; conversation allows very quick feedback and for conversations to flow with little information needed beforehand. In some cases it’s also much faster, unless you need time with someone else who is already trapped in meetings all week.&lt;/p&gt;

&lt;p&gt;With &lt;strong&gt;Asynchronous&lt;/strong&gt; there is more responsibility on the individual raising the concern to document their thoughts, and write their query in a way that helps others quickly understand the problem. It also means because the conversation is public they have to feel safe with posting their thoughts, and understand that the feedback may challenge them. It may also take longer (in some cases) to get to the final answer, but you will at least be giving more people the chance to input and will have documented all the discussion (so that it doesn’t get lost in the ether of teams calls).&lt;/p&gt;

&lt;h2&gt;
  
  
  🖋️ Summary
&lt;/h2&gt;

&lt;p&gt;This is a small example of the impact of asynchronous communication, there is a lot more detail that we could go into but hopefully this gives an introduction to those trying to quickly understand it.&lt;/p&gt;

&lt;p&gt;There will be more posts coming from me on asynchronous working, so watch this space.&lt;/p&gt;

</description>
      <category>engineering</category>
      <category>async</category>
      <category>communication</category>
    </item>
  </channel>
</rss>
