Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://gianarb.it/blog/make-boring-task-enjotable-with-go-colly
gianarb.it
Make boring tasks enjoyable with go and colly
Recently I had the idea to update the conference page on my website with the end goal to make it a bit more structured. Where structured means a bit more reusable compared with the static HTML table I used to have. I mixed a bit of hacky Go, colly for scraping…
Golang drawer
https://m.youtube.com/watch?v=em8n-nxAIFc
YouTube
Reflections on 10 years of Go (DevFest 2019)
Carmen Andoh (@carmatrocity) and Van Riper (@vanriper) from the Golang team at Google, reflect on 10 years of the Go programming language during this talk. G...
Golang drawer
https://www.gopherguides.com/articles/converting-a-static-website-to-golang-buffalo/?utm_source=golangweekly&utm_medium=social&utm_campaign=static-site-buffalo
Gopher Guides
Converting a Static Site to Buffalo
Get a quick start on how to take a static web site and make it dynamic with Buffalo, a rapid Go web framework. - Authored by Cory LaNou
Golang drawer
https://sagikazarmark.hu/blog/functional-options-on-steroids/
Márk Sági-Kazár
Functional options on steroids
Functional options is a paradigm in Go for clean and extensible APIs
popularized by Dave Cheney
and Rob Pike.
This post is about the practices that appeared around the pattern since it was first …
Golang drawer
https://forum.golangbridge.org/t/security-go-1-13-7-and-go-1-12-16-are-released/17325
Go Forum
[security] Go 1.13.7 and Go 1.12.16 are released
Hi gophers, We have just released Go 1.13.7 and Go 1.12.16 to address recently reported security issues. We recommend that all users update to one of these releases (if you’re not sure which, choose Go 1.13.7). X.509 certificate validation bypass on Windows…
Golang drawer
https://micro.mu/blog/2020/01/30/micro-v2.html
M3O
Micro - The simplest way to build, share and collaborate on microservices
The fastest way to build, share and collaborate on services in the Cloud and beyond
Golang drawer
https://blog.alexellis.io/building-containers-without-docker/
Alex Ellis' Blog
Building containers without Docker
In this post I'll outline several ways to build containers without the need for Docker itself including buildkit, kaniko, GitHub Actions, GitLab and Jenkins
Golang drawer
https://bradfitz.com/2020/01/27/leaving-google
Golang drawer
https://blog.golang.org/go1.15-proposals
go.dev
Proposals for Go 1.15 - The Go Programming Language
For Go 1.15, we propose three minor language cleanup changes.
Golang drawer
https://github.com/fatih/vim-go/releases/tag/v1.22
GitHub
Release v1.22 · fatih/vim-go
Please checkout the changelog for this release
The full list of changes in this version are on the v1.22 milestone
Do you want to support vim-go? Checkout the fully optional donation option, a way ...
Golang drawer
https://github.com/influxdata/go-syslog
GitHub
GitHub - influxdata/go-syslog: Blazing fast syslog parser
Blazing fast syslog parser. Contribute to influxdata/go-syslog development by creating an account on GitHub.
Golang drawer
https://github.com/valyala/fasthttp
GitHub
GitHub - valyala/fasthttp: Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x…
Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http - valyala/fasthttp
Golang drawer
https://github.com/esimov/caire
GitHub
GitHub - esimov/caire: Content aware image resize library
Content aware image resize library. Contribute to esimov/caire development by creating an account on GitHub.
Golang drawer
https://github.com/mongodb/mongo-go-driver/releases/tag/v1.3.0
GitHub
Release MongoDB Go Driver 1.3.0 · mongodb/mongo-go-driver
The MongoDB Go driver team is pleased to release 1.3.0 of the official Go driver.
This release contains new functions to construct BSON registries, a new BSON registry that mimics the behavior of t...
Golang drawer
https://dev.to/koddr/welcome-to-fiber-an-express-js-styled-fastest-web-framework-written-with-on-golang-497
DEV Community
Welcome to Fiber — an Express.js styled web framework written in Go with
❤️
Introduction Hello, World!
👋
Today we will deal with a young (but ambitious) Fiber web fra...
Golang drawer
https://github.com/henvic/httpretty
GitHub
GitHub - henvic/httpretty: Package httpretty prints the HTTP requests you make with Go pretty on your terminal.
Package httpretty prints the HTTP requests you make with Go pretty on your terminal. - henvic/httpretty
Golang drawer
https://www.embly.run/star/
Golang drawer
https://www.arp242.net/wasm-cli.html
www.arp242.net
Running Go CLI programs in the browser with WASM
Golang drawer
https://gianarb.it/blog/continuous-profiling-go-apps-in-kubernetes
gianarb.it
Continuous Profiling Go applications running in Kubernetes
Kube-Profefe is an open source project that acts like a bridge between Kubernetes and Profefe. It helps you to implement continuous profiling for Go applications running in Kubernetes.
Golang drawer
https://www.youtube.com/watch?v=2kjmLQY8RJk
YouTube
'Advanced Debugging Techniques of Go Code' by Andrii Soldatenko
There are many different books and articles about how to write good code in go, but not so many how to debug code efficiently.
Uploaded to this channel as we wanted to link this talk in the https://golangweekly.com/ newsletter and it's not on FOSDEM's channel…