"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…
Practice Go: Function Frequency #golang http://pliutau.com/practice-go-function-frequency
Pliutau
Practice Go: Function Frequency
Create a Pull Request for this exercise Function Frequency Given a valid Go code in gocode.txt file find top-3 used functions. Don’t count function declaration. This is a static analysis: the question is not how often each function is actually executed at…
Using code generation to survive without generics in go #golang https://www.calhoun.io/using-code-generation-to-survive-without-generics-in-go/ | http://4gophers.ru
Calhoun.io
Using code generation to survive without generics in Go - Calhoun.io
Learn how to use code generation to create type-safe code (like a Queue or LinkedList) without having to rewrite the same thing over and over again.
Introducing Kasper: The Kafka Stream Processing Library Built For Go #kafka #golang - http://bit.ly/2qEmPOr
Movio Blog
The Movio blog shares knowledge on loyalty, marketing, email, data science, product updates and technology in blogs, case studies, white papers.
Building a #Commerce #platform? Use this #golang client to build faster, utilize #logic and #AI through our #API… https://twitter.com/i/web/status/866277640604442624
Twitter
orkiv.com
Building a #Commerce #platform? Use this #golang client to build faster, utilize #logic and #AI through our #API https://t.co/0NCMmcVl6B
algorithms - Minimal examples of data structures and algorithms in Golang #golang https://github.com/qkraudghgh/algorithms | http://4gophers.ru
GitHub
qkraudghgh/algorithms
Minimal examples of data structures and algorithms in Golang
Writing a Lexer in #golang with LexMachine http://hackthology.com/writing-a-lexer-in-go-with-lexmachine.html