Skip to content

Commit ab6e96a

Browse files
committed
Add work-life-balance.md
1 parent 3d51990 commit ab6e96a

11 files changed

+33
-7
lines changed

books-i-like.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## Books I like
22

33
- [The Martian](https://www.amazon.com/Martian-Novel-Andy-Weir-ebook/dp/B00EMXBDMA) - Endy Weir
4-
- [The Dharma Bums](https://en.wikipedia.org/wiki/The_Dharma_Bums) - Jack Kerouac
4+
- [The Dharma Bums](https://en.wikipedia.org/wiki/The_Dharma_Bums) - Jack Kerouac
5+
- [Arch of Triumph](https://www.amazon.com/Arch-Triumph-Erich-Maria-Remarque/dp/0449912450) - Erich Maria Remarque
6+
- [Generation "P"](https://www.amazon.com/Generation-P-Viktor-Pelevin/dp/5264003718) - Viktor Pelevin

cli.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,10 @@
66

77
### Tools
88

9-
- [jq](https://stedolan.github.io/jq/)
9+
- [jq](https://stedolan.github.io/jq/)
10+
11+
### Watch Star Wars via Telnet
12+
13+
```
14+
telnet towel.blinkenlights.nl
15+
```

engineering-management.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- [Radical Candor](https://www.radicalcandor.com/) - Sheryl Sandberg
66
- [The Phoenix Project](https://www.amazon.com/Phoenix-Project-DevOps-Helping-Business-ebook/dp/B078Y98RG8/) - Gene Kim, Kevin Behr, George Spafford
7+
- [https://www.amazon.com/How-Win-Friends-Influence-People/dp/0671027034](https://www.amazon.com/How-Win-Friends-Influence-People/dp/0671027034) - Dale Carnegie
78

89
### Articles
910

gcp.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
## Google Cloud Platform
22

3-
- [Kubernetes The Hard Way](https://github.com/kelseyhightower/kubernetes-the-hard-way) - Kelsey Hightower
3+
- [Kubernetes The Hard Way](https://github.com/kelseyhightower/kubernetes-the-hard-way) - Kelsey Hightower
4+
- [Google Cloud Platform Pricing Calculator](https://cloud.google.com/products/calculator/)

git.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
### Resources
88

99
- [Git Ready](http://gitready.com/)
10+
- [Git Cheat Sheet](https://www.git-tower.com/blog/git-cheat-sheet)
1011

1112
### Articles
1213

jobs.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
### Find Go jobs
44

5-
- [https://www.golangprojects.com/](Go/Golang jobs and developers)
5+
- [Go/Golang jobs and developers](https://www.golangprojects.com/)
6+
- [Leap](https://leap.ai/)

me.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
## Software
1414

1515
- [cafeface.io - Coffee shop assistant based on facial recognition](https://cafeface.io)
16+
- [LogPacker - Cloud logs collector](https://logpacker.com/)
17+
- [Weelco - 360° videos](https://weelco.com/)
1618

1719
## Events
1820

podcasts.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Podcasts
2+
3+
- [Changelog](https://changelog.com/)
4+
- [Go Time FM](https://changelog.com/gotime)
5+
- [Practical AI FM](https://changelog.com/practicalai)

quotes.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
## Quotes
22

3-
> Now is better than never. Although never is often better than right now. - The Zen of Python
3+
> Now is better than never. Although never is often better than right now. - The Zen of Python
4+
5+
> When you get to the top, send a ladder back down.

tech-books.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
## Tech Books
22

33
- [Clean Code](https://drive.google.com/file/d/1FqZi79CPc6twRP7S9XCYkWxhhAVS7H7b/view?usp=sharing) - Robert C. Martin
4-
- [Learn Python The Hard Way](https://drive.google.com/file/d/1hLJ5uiWOSFZNNlIb1NdZe7xfQIu3JRQr/view?usp=sharing) - Zed Shaw
5-
-
4+
- [Learn Python The Hard Way](https://drive.google.com/file/d/1hLJ5uiWOSFZNNlIb1NdZe7xfQIu3JRQr/view?usp=sharing) - Zed Shaw

work-life-balance.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Work Life Balance
2+
3+
### Interesting articles
4+
5+
- [Get the work/life balance you need](https://codewithoutrules.com/worklife/)
6+
- [There’s always more work to do—but you still don’t need to work long hours](https://codewithoutrules.com/2018/08/10/always-more-work-to-do/)

0 commit comments

Comments
 (0)