Last active
August 26, 2019 12:49
-
-
Save andrealbinop/a503e7b90cd983341e9d4158f131c1ea to your computer and use it in GitHub Desktop.
Revisions
-
andrealbinop revised this gist
Aug 26, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # Entregando sua compra em dia com GO / Referências Below a list of all references I used in my research to develop the presentation: -
andrealbinop revised this gist
Apr 20, 2019 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,8 +9,10 @@ Below a list of all references I used in my research to develop the presentation - [Is micro-optimisation important when coding?](https://softwareengineering.stackexchange.com/questions/99445/is-micro-optimisation-important-when-coding) - [Server-side I/O Performance: Node vs. PHP vs. Java vs. Go](https://www.toptal.com/back-end/server-side-io-performance-node-php-java-go) - [Golang remote profiling and flamegraphs](https://matoski.com/article/golang-profiling-flamegraphs/) - [Golang: Debugging memory leaks using pprof](https://dev.to/davidsbond/golang-debugging-memory-leaks-using-pprof-5di8) - [Idiomatic GO](https://pocketgophers.com/idiomatic-go/) - [How To Use Go Interfaces](https://blog.chewxy.com/2018/03/18/golang-interfaces/) - [Wikipedia: Robustness principle](https://en.wikipedia.org/wiki/Robustness_principle) Other helpful links: -
andrealbinop revised this gist
Apr 13, 2019 . 1 changed file with 11 additions and 12 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,19 +2,18 @@ Below a list of all references I used in my research to develop the presentation: - [The Art of UNIX Programming](https://www.amazon.com/UNIX-Programming-Addison-Wesley-Professional-Computng/dp/0131429019) - [Is Apache Cassandra really the Database you need?](https://blog.knoldus.com/is-apache-cassandra-really-the-database-you-need/) - [The curious case of Cassandra Reads](https://blog.knoldus.com/the-curious-case-of-cassandra-reads/) - [You have to make a decision whether it's a new product or you integrate it with an existing product. It takes time to work these things out.](https://www.brainyquote.com/quotes/rob_pike_719848) - [Is micro-optimisation important when coding?](https://softwareengineering.stackexchange.com/questions/99445/is-micro-optimisation-important-when-coding) - [Server-side I/O Performance: Node vs. PHP vs. Java vs. Go](https://www.toptal.com/back-end/server-side-io-performance-node-php-java-go) - [Golang remote profiling and flamegraphs](https://matoski.com/article/golang-profiling-flamegraphs/) - [Idiomatic GO](https://pocketgophers.com/idiomatic-go/) - [How To Use Go Interfaces](https://blog.chewxy.com/2018/03/18/golang-interfaces/) Other helpful links: - [Github API](https://developer.github.com/v3) - [New Relic API](https://docs.newrelic.com/docs/apis) - [Mercado Livre - Developers](https://developers.mercadolivre.com.br/pt_br) -
andrealbinop revised this gist
Apr 13, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Below a list of all references I used in my research to develop the presentation: - Slide 17: [The Art of UNIX Programming](https://www.amazon.com/UNIX-Programming-Addison-Wesley-Professional-Computng/dp/0131429019) - Slide 18: - [Is Apache Cassandra really the Database you need?](https://blog.knoldus.com/is-apache-cassandra-really-the-database-you-need/) - [The curious case of Cassandra Reads](https://blog.knoldus.com/the-curious-case-of-cassandra-reads/) -
andrealbinop created this gist
Apr 13, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ # [TDC Floripa 2019] Entregando sua compra em dia com GO / Referências Below a list of all references I used in my research to develop the presentation: - Slide 17: [The Art of UNIX Programming](https://www.amazon.com/UNIX-Programming-Addison-Wesley-Professional-Computng/dp/0131429019): - Slide 18: - [Is Apache Cassandra really the Database you need?](https://blog.knoldus.com/is-apache-cassandra-really-the-database-you-need/) - [The curious case of Cassandra Reads](https://blog.knoldus.com/the-curious-case-of-cassandra-reads/) - Slide 21: [You have to make a decision whether it's a new product or you integrate it with an existing product. It takes time to work these things out.](https://www.brainyquote.com/quotes/rob_pike_719848) - Slide 25: [Is micro-optimisation important when coding?](https://softwareengineering.stackexchange.com/questions/99445/is-micro-optimisation-important-when-coding) - Slide 27: - [Server-side I/O Performance: Node vs. PHP vs. Java vs. Go](https://www.toptal.com/back-end/server-side-io-performance-node-php-java-go) - [Golang remote profiling and flamegraphs](https://matoski.com/article/golang-profiling-flamegraphs/) - [Idiomatic GO](https://pocketgophers.com/idiomatic-go/) - [How To Use Go Interfaces](https://blog.chewxy.com/2018/03/18/golang-interfaces/) Other helpful links: - [Github API](https://developer.github.com/v3) - [New Relic API](https://docs.newrelic.com/docs/apis)