Golang drawer
@golang101
178
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
178 subscribers
Golang drawer
https://symflower.com/en/company/blog/2024/transpilation-with-llms/
Symflower
Transpiling Go & Java to Ruby using GPT-4o & Claude 3.5 Sonnet
We used LLMs to transpile Java and Go source code to Ruby, to extend the DevQualityEval with Ruby.
Golang drawer
https://blog.openziti.io/zero-trust-sshclient
OpenZiti Tech Blog
Zero Trust SSH Client Explained
Learn how to implement a zero trust ssh client using OpenZiti and Go for enhanced security and simplicity
Golang drawer
https://www.joeshaw.org/dont-defer-close-on-writable-files/
www.joeshaw.org
Don't defer Close() on writable files
It'll bite you some day
Golang drawer
https://packagemain.tech/p/golang-statically-and-dynamically-linked-binaries
packagemain.tech
Statically and Dynamically Linked Go Binaries
Examining the Go binaries and linkers.
Golang drawer
https://www.openfaas.com/blog/checking-stock-price-drops/
OpenFaaS - Serverless Functions Made Simple
How to check for price drops with Functions, Cron & LLMs
Learn how Alex bought a set of chisels by monitoring the price using HTML scraping and a cron job with OpenFaaS. You can apply the same technique for things youโd like to buy or monitor.
Golang drawer
https://atlasgo.io/blog/2024/09/09/how-go-tests-go-test
atlasgo.io
How Go Tests "go test" | Atlas | Manage your database schema as code
Adapted from a talk given at GopherCon Israel 2024
Golang drawer
https://go.dev/blog/gotelemetry
go.dev
Telemetry in Go 1.23 and beyond - The Go Programming Language
Go 1.23 includes opt-in telemetry for the Go toolchain.
Golang drawer
https://github.com/satmihir/fair
GitHub
GitHub - satmihir/fair: A Go library for serving resources fairly
A Go library for serving resources fairly. Contribute to satmihir/fair development by creating an account on GitHub.
Golang drawer
https://github.com/eduardolat/pgbackweb
GitHub
GitHub - eduardolat/pgbackweb:
๐
Effortless PostgreSQL backups with a user-friendly web interface!
๐
๐พ
๐
Effortless PostgreSQL backups with a user-friendly web interface!
๐
๐พ
- eduardolat/pgbackweb
Golang drawer
https://maelstrom-software.com
Golang drawer
https://github.com/bitfield/script
GitHub
GitHub - bitfield/script: Making it easy to write shell-like scripts in Go
Making it easy to write shell-like scripts in Go. Contribute to bitfield/script development by creating an account on GitHub.
Golang drawer
https://devblogs.microsoft.com/oldnewthing/20240909-00/?p=110234
Microsoft News
GitHub trick to find the commit that deleted a file
Ask for the history of the file.
Golang drawer
https://blog.pradumnasaraf.dev/dockerizing-go-api
Pradumna Saraf
Dockerize Golang API with MySQL & Docker Compose
Learn how to dockerize a Golang API with MySQL, and add Docker Compose support for streamlined development and deployment
Golang drawer
https://ebpfchirp.substack.com/p/transparent-proxy-implementation
eBPFChirp
Transparent Proxy Implementation using eBPF and Go
Building a Transparent Proxy with eBPF
Golang drawer
https://www.freecodecamp.org/news/how-to-implement-server-sent-events-in-go/
freeCodeCamp.org
How to Implement Server-Sent Events in Go
Server-Sent Events (SSE) is a powerful technology that enables real-time, unidirectional communication from servers to clients. In this article, we'll explore how to implement SSE in Go, discussing its benefits, use cases, and providing practical exa...
Golang drawer
https://www.jvt.me/posts/2024/09/16/api-pretty/
Jamie Tanna | Software Engineer
Don't pretty print your API's JSON response body ยท Jamie Tanna | Software Engineer
Why pretty-printing JSON responses in your APIs is a waste of resources, and you should stop it.
Golang drawer
https://bitfieldconsulting.com/posts/aes-encryption
Bitfield Consulting
Encrypting with AES โ Bitfield Consulting
AES is an amazing, state-of-the-art encryption system, and itโs built right in to Go as part of the standard library. Itโs also incredibly easy to use. Letโs see how!
Golang drawer
https://blog.kowalczyk.info/article/4b1f9201181340099b698246857ea98d/using-go-instead-of-bash-for-scripts.html
blog.kowalczyk.info
Using Go instead of bash for scripts
Golang drawer
https://eli.thegreenplace.net/2024/notes-on-running-go-in-the-browser-with-webassembly/
Golang drawer
https://go.dev/blog/llmpowered
go.dev
Building LLM-powered applications in Go - The Go Programming Language
LLM-powered applications in Go using Gemini, langchaingo and Genkit