The Daily Go
parallel mergesort written in go
https://github.com/duffleit/golang-parallel-mergesort
#Repository #Guide
  
  parallel mergesort written in go
https://github.com/duffleit/golang-parallel-mergesort
#Repository #Guide
GitHub
  
  GitHub - duffleit/golang-parallel-mergesort: parallel mergesort written in go
  parallel mergesort written in go. Contribute to duffleit/golang-parallel-mergesort development by creating an account on GitHub.
  The Daily Go
Let's talk about logging
https://dave.cheney.net/2015/11/05/lets-talk-about-logging
#Guide #Log
  Let's talk about logging
https://dave.cheney.net/2015/11/05/lets-talk-about-logging
#Guide #Log
The Daily Go
Diving deep into net/http : A look at http.RoundTripper
https://lanreadelowo.com/blog/2017/07/24/roundtripper-go/
#HTTP #Guide
  
  Diving deep into net/http : A look at http.RoundTripper
https://lanreadelowo.com/blog/2017/07/24/roundtripper-go/
#HTTP #Guide
Lanre-Adelowo - Software Developer interested in the web
  
  Diving deep into net/http : A look at http.RoundTripper
  What is RoundTripper in Golang ?
  The Daily Go
How to correctly use context in Golang
https://medium.com/@cep21/how-to-correctly-use-context-context-in-go-1-7-8f2c0fafdf39
#Guide #Concurrency
  
  How to correctly use context in Golang
https://medium.com/@cep21/how-to-correctly-use-context-context-in-go-1-7-8f2c0fafdf39
#Guide #Concurrency
Medium
  
  How to correctly use context.Context in Go 1.7
  This post will talk about a new library in Go 1.7, the context library, and when or how to correctly use it. Required reading to start is…
  The Daily Go
Open a file, directory, or URI using the OS's default application for that object type. Optionally, you can specify an application to use.
https://github.com/skratchdot/open-golang
#Browser #Guide
  
  Open a file, directory, or URI using the OS's default application for that object type. Optionally, you can specify an application to use.
https://github.com/skratchdot/open-golang
#Browser #Guide
GitHub
  
  GitHub - skratchdot/open-golang: Open a file, directory, or URI using the OS's default application for that object type. Optionally…
  Open a file, directory, or URI using the OS's default application for that object type. Optionally, you can specify an application to use. - skratchdot/open-golang
  The Daily Go
Practical Golang: Using Protobuffs
https://jacobmartins.com/2016/05/24/practical-golang-using-protobuffs/
#Guide #ProtoBuf
  
  Practical Golang: Using Protobuffs
https://jacobmartins.com/2016/05/24/practical-golang-using-protobuffs/
#Guide #ProtoBuf
Jacob Martin
  
  Practical Golang: Using Protobuffs
  Introduction Most apps we make need a means of communication. We usually use JSON, or just plain text. JSON has got especially popular because of the rise of Node.js. The truth though, is, that JSON isn’t really a fast format. The marshaller in Go also isn’t…
  The Daily Go
Golang memory leak
Why defer position is important...
https://husobee.github.io/golang/memory/leak/2016/02/11/go-mem-leak.html
#Memory #Guide
  
  Golang memory leak
Why defer position is important...
https://husobee.github.io/golang/memory/leak/2016/02/11/go-mem-leak.html
#Memory #Guide
husobee.github.io
  
  golang memory leak
  background
  The Daily Go
Go Defer Simplified with Practical Visuals
https://blog.learngoprogramming.com/golang-defer-simplified-77d3b2b817ff
#Defer #Guide
  
  Go Defer Simplified with Practical Visuals
https://blog.learngoprogramming.com/golang-defer-simplified-77d3b2b817ff
#Defer #Guide
Medium
  
  Go Defer Simplified with Practical Visuals
  Learn about defer, multiple defers, deferred methods, deferred closures.
  The Daily Go
OBJECT ORIENTATION IN GO
WHAT IS OBJECT ORIENTATION ANYWAY ?
https://katcipis.github.io/blog/object-orientation-go
#Guide #OOP
  
  OBJECT ORIENTATION IN GO
WHAT IS OBJECT ORIENTATION ANYWAY ?
https://katcipis.github.io/blog/object-orientation-go
#Guide #OOP
katcipis.github.io
  
  Object Orientation in Go
  What is Object Orientation anyway ?
  The Daily Go
Trying Clean Architecture on Golang
https://hackernoon.com/golang-clean-archithecture-efd6d7c43047
#Guide #Post
  
  Trying Clean Architecture on Golang
https://hackernoon.com/golang-clean-archithecture-efd6d7c43047
#Guide #Post
Hackernoon
  
  Trying Clean Architecture on Golang
  After reading the uncle Bob’s Clean Architecture Concept, I’m trying to implement it in Golang. This is a similar architecture that we used in our company, <a href="https://kurio.co.id/" target="_blank"><strong>Kurio - App Berita Indonesi</strong></a><strong>a…
  The Daily Go
Securing Golang API using Json Web Token (JWT)
https://medium.com/@raul_11817/securing-golang-api-using-json-web-token-jwt-2dc363792a48
#JWT #Guide
  
  Securing Golang API using Json Web Token (JWT)
https://medium.com/@raul_11817/securing-golang-api-using-json-web-token-jwt-2dc363792a48
#JWT #Guide
Medium
  
  Securing Golang API using Json Web Token (JWT)
  In this post, we will not only cover how to use Go to create a RESTful JSON API, but we will also describe how protect our API with JSON…
  The Daily Go
Understanding Tensorflow using Go
https://pgaleone.eu/tensorflow/go/2017/05/29/understanding-tensorflow-using-go/
#Guide #Post
  
  Understanding Tensorflow using Go
https://pgaleone.eu/tensorflow/go/2017/05/29/understanding-tensorflow-using-go/
#Guide #Post
P. Galeone's blog
  
  Understanding Tensorflow using Go
  Tensorflow is not a Machine Learning specific library, instead, is a general purpose computation library that represents computations with graphs. Its core is implemented in C++ and there are also bindings for different languages. The bindings for the Go…
  The Daily Go
Organizing your code with Go packages — Master Tricks
https://blog.learngoprogramming.com/code-organization-tips-with-packages-d30de0d11f46
#Post #Guide
  
  Organizing your code with Go packages — Master Tricks
https://blog.learngoprogramming.com/code-organization-tips-with-packages-d30de0d11f46
#Post #Guide
Medium
  
  Organize your code with Go packages — Master Tricks
  Learn the master tricks about how to properly design your system with Go packages.
  The Daily Go
How to build a simple artificial neural network with Go
https://sausheong.github.io/posts/how-to-build-a-simple-artificial-neural-network-with-go
#NeuralNetwork #Blog #Guide
  
  How to build a simple artificial neural network with Go
https://sausheong.github.io/posts/how-to-build-a-simple-artificial-neural-network-with-go
#NeuralNetwork #Blog #Guide
sausheong's space
  
  How to build a simple artificial neural network with Go - sausheong's space
  I have written a lot of computer programs in my career, most of the time to solve various problems or perform some tasks (or sometimes just for fun). For most part, other than bugs, as long as I tell the computer what to do very clearly (in whichever the…