Skip to content

Commit ff450c0

Browse files
committed
Add engineering-management.md
1 parent 5c8a669 commit ff450c0

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Alex Pliutau notebook
1+
# notebook
22

33
In this notebook I collect notes, thoughts, anything so me and you can easily find it later. I am planning to grow it by time. Do not hesitate to create issues and PRs.
44

engineering-management.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Engineering Management
2+
3+
### Books
4+
5+
- [Radical Candor](https://www.radicalcandor.com/) - Sheryl Sandberg
6+
- [The Phoenix Project](https://www.amazon.com/Phoenix-Project-DevOps-Helping-Business-ebook/dp/B078Y98RG8/) - Gene Kim, Kevin Behr, George Spafford
7+
8+
### Articles
9+
10+
- [1-on-1s](https://github.com/LappleApple/awesome-leading-and-managing/blob/master/One-on-Ones.md)
11+
- [Welcome, new managers!](https://www.officevibe.com/complete-guide-new-manager)

go.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
### Tips
44

5-
- Go' race detector doesn't catch all data races
5+
- Go's race detector doesn't catch all data races
6+
- Log error or return it, not both.
67

78
### Articles
89

tech-quotes.md

-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
2121
> PR isn't the place to debate design.
2222
23-
### Go
24-
25-
> Log error or return it, not both.
26-
2723
### Interviews
2824

2925
> Hire people who will tell you what to do instead of people who will do what you tell.

0 commit comments

Comments
 (0)