How refactoring my C++ application into a Go library made it better in every way #golang # why cmerada using go https://medium.com/@brendanleglaunec/how-refactoring-my-c-application-into-a-go-library-made-it-better-in-every-way-b99aa15fcfdf
Medium
How refactoring my C++ application into a Go library made it better in every way
This is my own experience, and these results were mainly achieved because Golang is a perfect language for my specific project, while C++…
Baby steps of my WebApp. Just realising, having good backend skills are not enough to build a product.… https://twitter.com/i/web/status/920123663378083841
Twitter
Naren
Baby steps of my WebApp. Just realising, having good backend skills are not enough to build a product. #100DaysOfCode #golang #oauth #html https://t.co/7uRGdI49eJ
Testing distributed systems for linearizability #golang https://golangnews.com/stories/2805
Golangnews
Testing distributed systems for linearizability - Golang News
Distributed systems are challenging to implement correctly because they must handle concurrency and failure. Networks can delay, duplicate, reorder, and drop packets, and machines can fail at any time. Even when designs are proven correct on paper, it is…
Go jumped from TIOBE index position 50 to 16 in one year #tiobe #golang http://www.tiobe.com/tiobe-index
Skipper, our #HTTP router built with #Golang, acts as a reverse proxy with support for custom route definitions: https://github.com/zalando/skipper
GitHub
GitHub - zalando/skipper: An HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress
An HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress - zalando/skipper
Skipper, our #HTTP router built with #Golang, acts as a reverse proxy with support for custom route definitions: https://github.com/zalando/skipper
GitHub
GitHub - zalando/skipper: An HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress
An HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress - zalando/skipper
Code: 💧 In memory dataset filtering #web #data #filtering #golang https://github.com/mattevans/distil
GitHub
mattevans/distil
distil - 💧 In memory dataset filtering, inspired by snikch/aggro
If you're in Newcastle next Tuesday, we'll be @golangnortheast! Join us and learn about refactoring with Go! https://www.meetup.com/Golang-North-East/events/243925597/?_cookie-check=OlUL8z1UCwykCa_X #golang
Meetup
Golang North East
One of Go's great advantages is that it's easy to refactor Go code as a project develops. Come along to discover techniques and tools for refactoring code
Open source requires other people.
We're a community of coders, but if all we do is code then we've lost the commu… https://twitter.com/i/web/status/920325670735106049
We're a community of coders, but if all we do is code then we've lost the commu… https://twitter.com/i/web/status/920325670735106049
Twitter
tiffany jernigan🐳📦
Open source requires other people. We're a community of coders, but if all we do is code then we've lost the community. #DockerCon #golang
Understanding slices in #Golang and a shout-out to @goinggodotnet awesome trainings!
https://buff.ly/2yqEXxt
https://buff.ly/2yqEXxt
YouTube
Understanding slices in Golang - YouTube
How to make a slice in Golang. A slice is a data structure with three parts: a pointer to an underlying array, a length, and a capacity. This video will expl...
"Why we switched from Python to Go"
Great discussion, considers lots of aspects - @tschellenbach
https://medium.com/@tschellenbach/why-we-switched-from-python-to-go-6362dd8cde01
#golang
Great discussion, considers lots of aspects - @tschellenbach
https://medium.com/@tschellenbach/why-we-switched-from-python-to-go-6362dd8cde01
#golang
Medium
Why we switched from Python to Go
Switching to a new language is always a big step, especially when only one of your team members has prior experience with that language. Early this year, we switched Stream’s primary programming…
Considering using Go? Discover why we made the move from Python to Go. #golang https://hubs.ly/H08XRSW0
The Stream Blog
Why we switched from Python to Go - The Stream Blog
Switching to a new language is always a big step, especially when only one of your team members has prior experience with that language. Early this year, we switched Stream’s primary programming language from Python to Go. This post will explain some of the…
Video: What comes after microservices #golang https://www.infoq.com/presentations/microservices-future
InfoQ
What Comes after Microservices?
Matt Ranney talks about the limits that some companies have encountered in their large microservices deployments and some non-microservices approaches to those same problems. He also talks about the non-microservices systems that Uber is building to maintain…
Debugging and unit testing #golang programs with @francesc ... awesome tutorial! #programming #VelocityConf… https://twitter.com/i/web/status/920569325987291136
Twitter
mattcaldwell
Debugging and unit testing #golang programs with @francesc ... awesome tutorial! #programming #VelocityConf @EndgameInc