From ebbdacce30ee511e1133aeed5842941a35959c44 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Tue, 23 Jan 2024 13:49:51 -0600 Subject: Update title of remote work article --- posts/remote-work.njk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'posts/remote-work.njk') diff --git a/posts/remote-work.njk b/posts/remote-work.njk index 0ae7999..0969021 100644 --- a/posts/remote-work.njk +++ b/posts/remote-work.njk @@ -1,6 +1,6 @@ --- layout: post.njk -title: A Busy Bee's Guide to Remote Work +title: A Guide to Remote Work tags: post date: 2023-09-22 --- @@ -163,4 +163,4 @@ As a programmer, I have invested a lot of time into learning the tools that I us

A side note for programmers

In many ways, I think about communication mediums like data structures. While it is tempting to use hashmaps and arrays for every problem, they are not necessarily the best representation of the data we are working with. Instead, I can use sets, trees, enums, relational structures to more easily solve my problem. The same logic applies to how we communicate. Synchronous is basically the array of communication, easy and works for most forms and so we try to apply it to way too many forms of communication. Different platforms make certain types of communications easier or harder, so I try to think about which one makes the most sense for the message. How will I query it in the future? -

\ No newline at end of file +

-- cgit v1.2.3