Skip to content

Commit 107677b

Browse files
committed
Add few books and movies
1 parent 4028f0b commit 107677b

File tree

6 files changed

+29
-2
lines changed

6 files changed

+29
-2
lines changed

books-i-like.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Books I like
2+
3+
- [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

go.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
- Go's race detector doesn't catch all data races
66
- Log error or return it, not both.
77

8+
### Learn Go
9+
10+
- [Practice Go: a collection of Go exercises](https://github.com/plutov/practice-go)
11+
- [Questions to estimate your Go level](https://github.com/logpacker/go-questions)
12+
813
### Articles
914

1015
- [Slices from the ground up](https://dave.cheney.net/2018/07/12/slices-from-the-ground-up) - Dave Cheney

me.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
- [@pliutau](https://twitter.com/pliutau)
44
- [Blog](https://pliutau.com)
55
- [package main Youtube channel](https://www.youtube.com/packagemain)
6-
- [LinkedIn](https://www.linkedin.com/in/pltvs/)
6+
- [inkedin.com/in/pltvs](https://www.linkedin.com/in/pltvs/)
77
- [Stackoverflow](https://stackoverflow.com/users/350294/pltvs)
88
- [Hire me](https://pliutau.com/page/hire-me/)
9+
- [Buy me a coffee](https://www.buymeacoffee.com/packagemain)
10+
- [dev.to/plutov](https://dev.to/plutov)
11+
- [medium/@pliutau](https://medium.com/@pliutau)
912

1013
## Software
1114

@@ -14,4 +17,10 @@
1417
## Events
1518

1619
- [GopherCon Vietnam 2018 organizer](https://gophercon.vn/)
17-
- [Microservices with Go](https://pliutau.com/wizeline-academy-microservices-with-go/)
20+
- [Microservices with Go](https://pliutau.com/wizeline-academy-microservices-with-go/)
21+
22+
## Go
23+
24+
- [Practice Go: a collection of Go exercises](https://github.com/plutov/practice-go)
25+
- [Questions to estimate your Go level](https://github.com/logpacker/go-questions)
26+
- [Golang client for PayPal REST API](https://github.com/logpacker/PayPal-Go-SDK)

movies-i-like.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Movies I like
2+
3+
- [Spring, Summer, Fall, Winter... and Spring](https://www.imdb.com/title/tt0374546/?ref_=nm_flmg_wr_23) - Ki-duk Kim
4+
- [The Isle](https://www.imdb.com/title/tt0255589/?ref_=nm_flmg_wr_28) - Ki-duk Kim

movies.md

Whitespace-only changes.

tech-videos.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Tech Videos
2+
3+
### Google
4+
5+
- [Google I/O 2018 - All Sessions](https://www.youtube.com/watch?v=ogfYd705cRs&list=PLOU2XLYxmsIInFRc3M44HUTQc3b_YJ4-Y)

0 commit comments

Comments
 (0)