The Daily Go
Machine learning APIs are too expensive: that’s why we built Machine Box
https://becominghuman.ai/machine-learning-apis-are-expensive-for-normal-developers-thats-why-we-built-machine-box-1e7eacaa98d
#Post
Machine learning APIs are too expensive: that’s why we built Machine Box
https://becominghuman.ai/machine-learning-apis-are-expensive-for-normal-developers-thats-why-we-built-machine-box-1e7eacaa98d
#Post
Becoming Human: Artificial Intelligence Magazine
Machine learning APIs are too expensive: that’s why we built Machine Box
The hottest shit around right now is blockchain… I mean Machine Learning. It’s what powers self-driving bitcoin, right?
The Daily Go
5 Gotchas of Defer in Go (Golang)
https://blog.learngoprogramming.com/gotchas-of-defer-in-go-1-8d070894cb01
#Post
5 Gotchas of Defer in Go (Golang)
https://blog.learngoprogramming.com/gotchas-of-defer-in-go-1-8d070894cb01
#Post
Medium
5 Gotchas of Defer in Go (Golang) — Part I
Protect yourself from basic defer gotchas.
The Daily Go
Automatically Build Go Binaries via TravisCI & GitHub
http://blog.questionable.services/article/build-go-binaries-travis-ci-github/
#Post
Automatically Build Go Binaries via TravisCI & GitHub
http://blog.questionable.services/article/build-go-binaries-travis-ci-github/
#Post
blog.questionable.services
Automatically Build Go Binaries via TravisCI & GitHub · request / response
a blog about the web, Go, and building things
The Daily Go
Learning to Use Go Reflection
https://medium.com/capital-one-developers/learning-to-use-go-reflection-822a0aed74b7
#Medium #Post
Learning to Use Go Reflection
https://medium.com/capital-one-developers/learning-to-use-go-reflection-822a0aed74b7
#Medium #Post
Medium
Learning to Use Go Reflection
Post 5 in a Series on Go
The Daily Go
Code your own blockchain in less than 200 lines of Go!
https://medium.com/@mycoralhealth/code-your-own-blockchain-in-less-than-200-lines-of-go-e296282bcffc
#Blockchain #Medium #Post
Code your own blockchain in less than 200 lines of Go!
https://medium.com/@mycoralhealth/code-your-own-blockchain-in-less-than-200-lines-of-go-e296282bcffc
#Blockchain #Medium #Post
Medium
Code your own blockchain in less than 200 lines of Go!
If this isn’t your first time reading this post, check out Part 2: Networking here!
The Daily Go
Reusable barriers in Golang
https://medium.com/golangspec/reusable-barriers-in-golang-156db1f75d0b
#Medium #Post
Reusable barriers in Golang
https://medium.com/golangspec/reusable-barriers-in-golang-156db1f75d0b
#Medium #Post
Medium
Reusable barriers in Golang
How to implement them using buffered channels
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
Optimized abs() for int64 in Go
.
http://cavaliercoder.com/blog/optimized-abs-for-int64-in-go.html
#ASM #Post
Optimized abs() for int64 in Go
.
http://cavaliercoder.com/blog/optimized-abs-for-int64-in-go.html
#ASM #Post
Cavaliercoder
Optimized abs() for int64 in Go
The Go programming language has no built in abs function for computing theabsolute value of an integer.That is, the non-negative representation of a negative or positive number.
The Daily Go
Synchronization queues in Golang
https://medium.com/golangspec/synchronization-queues-in-golang-554f8e3a31a4
#Queue #Post
Synchronization queues in Golang
https://medium.com/golangspec/synchronization-queues-in-golang-554f8e3a31a4
#Queue #Post
Medium
Synchronization queues in Golang
how to use channels to write idiomatic code in Go
The Daily Go
Writing middleware in #golang and how Go makes it so much fun.
https://medium.com/@matryer/writing-middleware-in-golang-and-how-go-makes-it-so-much-fun-4375c1246e81
#Post #Middleware
Writing middleware in #golang and how Go makes it so much fun.
https://medium.com/@matryer/writing-middleware-in-golang-and-how-go-makes-it-so-much-fun-4375c1246e81
#Post #Middleware
Medium
Writing middleware in #golang and how Go makes it so much fun.
I recently did a talk at the Go UK Conference in London (you can see the hosted slides) on Building APIs with Go where I touched upon a…
The Daily Go
WTF Dial: Data storage with BoltDB
https://medium.com/wtf-dial/wtf-dial-boltdb-a62af02b8955
#Post #BoltDB
WTF Dial: Data storage with BoltDB
https://medium.com/wtf-dial/wtf-dial-boltdb-a62af02b8955
#Post #BoltDB
Medium
WTF Dial: Data storage with BoltDB
Exploring embedded databases, schemas via serialization, and testing mechanics.
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
Introducing vice: Go channels across many machines
https://medium.com/@matryer/introducing-vice-go-channels-across-many-machines-bcac1147d7e2
#Channel #Messages #Post
Introducing vice: Go channels across many machines
https://medium.com/@matryer/introducing-vice-go-channels-across-many-machines-bcac1147d7e2
#Channel #Messages #Post
Medium
Introducing vice: Go channels across many machines
Concurrency is a great way to get more stuff done faster. Go channels are perfect for enabling multiple concurrent goroutines to safely…
The Daily Go
Go code refactoring : the 23x performance hunt
.
https://medium.com/@val_deleplace/go-code-refactoring-the-23x-performance-hunt-156746b522f7
#Post #Refactoring
Go code refactoring : the 23x performance hunt
.
https://medium.com/@val_deleplace/go-code-refactoring-the-23x-performance-hunt-156746b522f7
#Post #Refactoring
Medium
Go code refactoring : the 23x performance hunt
How I used benchmarking, profiling, and tracing to heavily optimize a program