Skip to content

Instantly share code, notes, and snippets.

@andrealbinop
Last active August 26, 2019 12:49
Show Gist options
  • Select an option

  • Save andrealbinop/a503e7b90cd983341e9d4158f131c1ea to your computer and use it in GitHub Desktop.

Select an option

Save andrealbinop/a503e7b90cd983341e9d4158f131c1ea to your computer and use it in GitHub Desktop.

Revisions

  1. andrealbinop revised this gist Aug 26, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # [TDC Floripa 2019] Entregando sua compra em dia com GO / Referências
    # Entregando sua compra em dia com GO / Referências

    Below a list of all references I used in my research to develop the presentation:

  2. andrealbinop revised this gist Apr 20, 2019. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions README.md
    Original 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:

  3. andrealbinop revised this gist Apr 13, 2019. 1 changed file with 11 additions and 12 deletions.
    23 changes: 11 additions & 12 deletions README.md
    Original 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:

    - 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/)
    - [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)
    - [New Relic API](https://docs.newrelic.com/docs/apis)
    - [Mercado Livre - Developers](https://developers.mercadolivre.com.br/pt_br)
  4. andrealbinop revised this gist Apr 13, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original 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 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/)
  5. andrealbinop created this gist Apr 13, 2019.
    20 changes: 20 additions & 0 deletions README.md
    Original 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)