Skip to content

Commit b654cda

Browse files
committed
Add week 5
1 parent ebde470 commit b654cda

File tree

2 files changed

+21
-7
lines changed

2 files changed

+21
-7
lines changed

_posts/2021-06-11-weeknotes.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: post
3+
title: "week 5"
4+
date: 2021-06-11 15:34:03 -0400
5+
categories: weeknotes
6+
---
7+
8+
* I got to do some prototyping this week, and found that using [Codespaces](https://github.com/features/codespaces) made it super easy to test out a webhook I was building. I was able to receive a webhook in my test app by just exposing the URL as a public port. 🤯 Why bother with a code review or deployment or ngrok to test out an approach when you can just use a Codespace.
9+
* I had some interesting conversations this week about my role and some of the challenges we face as a large engineering organization. I am trying to lean into the unknown unknowns and am on quite the learning journey.
10+
* As things are opening up and I'm reconnecting with friends and favorite establishments, I'm finding that I look forward to the evenings I've chosen to stay at home. I guess that shouldn't be a surprise.
11+
* This past weekend, I was part of a video shoot for an upcoming product demo. I found watching the first cut to be really challenging -- it's hard not to be super self-critical.
12+
* My only experience in the restaurant industry was at [Crook's Corner](https://crookscorner.com/), in Chapel Hill, as a hostess. This week, they closed their doors. I am incredibly disappointed. I learned so much there, about food, and Chapel Hill history, and countless skills. (Being a hostess is _really_ hard.) I'm sad I didn't get to go before they closed and enjoy the food and environment one last time. And devastated for the staff.

cSpell.json

+9-7
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,23 @@
22
"version": "0.1",
33
"language": "en",
44
"words": [
5+
"Codespace",
6+
"Codespaces",
7+
"Elhage's",
58
"Gifbowl",
9+
"IPFS",
10+
"katestud",
11+
"katestud's",
612
"Lere",
713
"Macroservice",
814
"Pixate",
15+
"seejohnrun",
916
"SLSA",
1017
"Studwell",
11-
"transcoding",
12-
"katestud",
13-
"katestud's",
14-
"IPFS",
15-
"seejohnrun",
16-
"Elhage's"
18+
"transcoding"
1719
],
1820
"ignoreWords": [
1921
"weeknotes"
2022
],
2123
"ignoreRegExpList": []
22-
}
24+
}

0 commit comments

Comments
 (0)