Just released a #golang gfx library for rendering 3D wireframes. https://github.com/tidwall/pinhole https://pbs.twimg.com/tweet_video_thumb/DAKpBQjUwAAdbnO.jpg
GitHub
GitHub - tidwall/pinhole: 3D Wireframe Drawing Library for Go
3D Wireframe Drawing Library for Go. Contribute to tidwall/pinhole development by creating an account on GitHub.
Video: Building a text to speech server with gRPC and Kubernetes #justforfunc #kubernetes #golang https://golangnews.com/stories/2225
I wrote a blog post! About #gomplate - a #golang tool I wrote to help config #Docker containers (among other things) https://hairyhenderson.github.io/blog/public/post/about_gomplate/
hairyhenderson.github.io
About gomplate · Dave Henderson
An introduction to a project I've been working on for a long while...
Event: Gophercon 2017 #golang https://www.gophercon.com
Gophercon
GopherCon 2026
Join us in Seattle, Washington from August 3rd - 6th at the Seattle Convention Center | Summit! As the premier gathering of Go programming language enthusiasts, you can expect some of the very best programming driven by our community, exceptional pre-conference…
"Godzilla is a ES2015 to Go source code transpiler and runtime" #js #javascript #NodeJS #Node #golang https://github.com/jingweno/godzilla
GitHub
GitHub - owenthereal/godzilla: Godzilla is a ES2015 to Go source code transpiler and runtime
Godzilla is a ES2015 to Go source code transpiler and runtime - GitHub - owenthereal/godzilla: Godzilla is a ES2015 to Go source code transpiler and runtime
Zerolog is now faster than zap on every metrics \o/ https://github.com/rs/zerolog#performence #golang
GitHub
GitHub - rs/zerolog: Zero Allocation JSON Logger
Zero Allocation JSON Logger. Contribute to rs/zerolog development by creating an account on GitHub.
I've written a #golang cmd for my #startup to quickly see our MRR and month-over-month stats from the terminal https://dominicstpierre.com/see-your-stripe-mrr-and-monthly-stats-in-your-terminal-c3110c0891b9 HTH
The open source entrepreneur
See your Stripe MRR and monthly stats in your terminal
Terminal for me is where I’m feeling at home, certainly because I’m visually impaired, nonetheless, I’m always either reviewing/writing…
Install and Use Go With GVM (Golang Version Manager) #golang https://youtu.be/7hFfkOs8gRg
YouTube
How To Install Go Using GVM (Golang Version Manager)
Installing and using multiple versions of Go (Golang) installations using Go Version Manager (GVM). ● Subscribe: http://www.youtube.com/channel/UC6ohtCsLTFOn...
Battle of the next-gen languages: @nodejs vs @golang http://ow.ly/xzhS30aCCti #NodeJS #golang #javascript… https://twitter.com/i/web/status/865964158386405380
HostingAdvice.com
Node.js vs Golang: Battle of the Next-Gen Languages - HostingAdvice.com
Recently, there have been criticisms about the value of using Node.js in a high-performance, networked application environment, and some developers have moved to the Go language. There are also several high-profile corporate examples switching to using Go…
Which is the fastest? (Update: 2017/05/20) https://github.com/tbrand/which_is_the_fastest #ruby #crystallang #golang #rustlang #nodejs… https://twitter.com/i/web/status/865799892840595456
GitHub
the-benchmarker/web-frameworks
Which is the fastest web framework? Contribute to the-benchmarker/web-frameworks development by creating an account on GitHub.
Fun with WebSockets in #Golang - our thoughts on coding with its powerful concurrency and eventing features #webdev https://anchorloop.com/2017/05/20/fun-with-websockets-in-golang/
AnchorLoop
Fun with WebSockets in Golang
An introduction to programming in Golang using WebSockets. Learn what features make Golang a powerful choice for concurrent, event-driven applications.
Friday OSS, updated the 500px #golang client implementing UpdatePhoto and DeletePhoto https://github.com/orijtech/500px/pull/15 https://github.com/orijtech/500px/pull/19 Enjoy!
GitHub
photos: implemented Update by odeke-em · Pull Request #15 · orijtech/500px
Fixes #10.
Can now update a photo by using client method UpdatePhoto
Note that this method is a privileged one and requires
OAuth authorization for 500px to accept it, so initialize
the client with...
Can now update a photo by using client method UpdatePhoto
Note that this method is a privileged one and requires
OAuth authorization for 500px to accept it, so initialize
the client with...
Multi-stage #Dockerfile for #Golang application http://hubs.ly/H07wJDx0 by @pliutau https://pbs.twimg.com/media/DAT-XVrXgAADYDD.png
Pliutau
Multi-stage Dockerfile for Golang application
A common workaround for building Golang application in Docker is to have 2 Dockerfiles - one to perform a build and another to ship the results of the first build without tooling in the first image. It called Builder Pattern. Starting from Docker v17.0.5…
Multi-stage #Dockerfile for #Golang application http://hubs.ly/H07wJDx0 by @pliutau https://pbs.twimg.com/media/DAT-XVrXgAADYDD.png
Pliutau
Multi-stage Dockerfile for Golang application
A common workaround for building Golang application in Docker is to have 2 Dockerfiles - one to perform a build and another to ship the results of the first build without tooling in the first image. It called Builder Pattern. Starting from Docker v17.0.5…