Golang drawer
@golang101
173
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
173 subscribers
Golang drawer
https://metalbear.co/blog/mirrord-3.0-is-out/
MetalBear
🐻
- Tools for Backend Engineers
mirrord 3.0 is out!
Our biggest release yet is now available for download
Golang drawer
https://github.com/k0kubun/pp
GitHub
GitHub - k0kubun/pp: Colored pretty printer for Go language
Colored pretty printer for Go language. Contribute to k0kubun/pp development by creating an account on GitHub.
Golang drawer
https://fasterthanli.me/articles/the-http-crash-course-nobody-asked-for
fasterthanli.me
The HTTP crash course nobody asked for
HTTP does a pretty good job staying out of everyone’s way.
If you’re reading this article, there’s a solid chance it was delivered to you over HTTP. Even if you’re reading this from an RSS reader o...
Golang drawer
https://programmingpercy.tech/blog/previewing-the-ide-of-the-future
programmingpercy.tech
Previewing the IDE of the Future — Fleet
JetBrains recently released a preview version of their newest IDE, Fleet. Let’s take a look at it
Golang drawer
https://www.dolthub.com/blog/2022-10-14-golang-performance-case-studies/
Dolthub
Go Performance Case Studies
Blog for DoltHub, a website hosting databases made with Dolt, an open-source version-controlled SQL database with Git-like semantics.
Golang drawer
https://frankenphp.dev
frankenphp.dev
FrankenPHP: the modern PHP app server
FrankenPHP is a new app server for PHP apps (built on top of Caddy) and a library to embed the PHP interpreter in Go web servers.
Golang drawer
https://quii.gitbook.io/learn-go-with-tests/testing-fundamentals/scaling-acceptance-tests
quii.gitbook.io
Scaling acceptance tests | Learn Go with tests
Golang drawer
https://github.com/golang/go/issues/56351
GitHub
spec: add clear(x) builtin, to clear map, zero content of slice · Issue #56351 · golang/go
There is no way to clear a map in Go. You can write for k := range m { delete(m, k) } but that only works if m does not contain any key values that contain NaNs. Based on the discussion in #55002, ...
Golang drawer
https://xeiaso.net/talks/wasm-abi
Golang drawer
https://y.com.sb/watch?v=BR_ys_qR2kI&feature=youtu.be
Invidious
Build an Incident Management Backend using Go and Slack in 1 Hour
In this video, Bil walks through how we can easily build and deploy our own fully fledged Go backend for creating & managing incidents like PagerDuty, Incident.io, Better Uptime, xMatters, Alertops, Opsgenie, or Splunk.
Within 1 hour, you will be able to…
Golang drawer
https://y.com.sb/watch?v=5lxQJS3b38w
Invidious
Building Interactive TUIs in Go | Part I
github.com/charmbracelet/bubbletea
Welcome back to another Charm video! Today we are building a shopping list for the command line together using Bubble Tea. Let us know what you think in the comments!
If you like this video, we would appreciate any likes…
Golang drawer
https://github.com/stepci/stepci
GitHub
GitHub - stepci/stepci: Automated API Testing and Quality Assurance
Automated API Testing and Quality Assurance. Contribute to stepci/stepci development by creating an account on GitHub.
Golang drawer
https://github.com/Masterminds/squirrel
GitHub
GitHub - Masterminds/squirrel: Fluent SQL generation for golang
Fluent SQL generation for golang. Contribute to Masterminds/squirrel development by creating an account on GitHub.
Golang drawer
https://levelup.gitconnected.com/go-worker-pool-the-concurrency-powerhouse-2dc7971f4f15
Medium
Go Worker Pool: The Concurrency Powerhouse
The best “Application programmers” are cultured to focus on business requirements and they typically don’t always factor in the need for…
Golang drawer
https://go.dev/play/p/1KYAZ4kwCxD
go.dev
Go Playground - The Go Programming Language
Golang drawer
https://www.sobyte.net/post/2022-10/go-func/
www.sobyte.net
Go's several function argument passing modes
Explore the different ways of passing function arguments in golang, and the advantages and disadvantages between them.
Golang drawer
https://blog.lobocv.com/posts/richer_golang_errors/?utm_id=blog
Lobocv Blog
Advanced Go Error Handling Made Simple
Software Development Blog
Golang drawer
https://autostrada.dev
autostrada.dev
Autostrada: Code generator for Go projects
Effortlessly generate the perfect starting point for your Go web application or JSON API.
Golang drawer
https://quicktype.io
quicktype.io
Convert JSON to Swift, C#, TypeScript, Objective-C, Go, Java, C++ and more • quicktype
quicktype generates types and helper code for reading JSON in C#, Swift, JavaScript, Flow, Python, TypeScript, Go, Rust, Objective-C, Kotlin, C++ and more. Customize online with advanced options, or download a command-line tool.
Golang drawer
https://betterprogramming.pub/a-big-problem-in-go-that-no-one-talks-about-328cc3e71378
Medium
A Big Problem in Go That No One Talks About
Compiling Go projects into a Windows executable is problematic, due to a lack of communication between Google and Microsoft