Golang drawer
@golang101
178
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
178 subscribers
Golang drawer
https://harrisoncramer.me/terminal-applications-in-go/
harrisoncramer.me
Terminal Applications in Go
Charm's BubbleTea library integrates seamlessly with Cobra and Viper to build powerful command line tooling for developers.
Golang drawer
https://www.grant.pizza/blog/go-stack-traces-bpf/
Golang drawer
https://jtarchie.com/posts/2024-08-30-exploring-goja-a-golang-javascript-runtime
Jtarchie
Exploring Goja: A Golang JavaScript Runtime
The personal website of JT Archie. Includes a blog, work ethic, and projects they have worked on.
Golang drawer
https://invidious.jing.rocks/watch?v=9unISDZ6OqQ
Adib Hanna | Invidious
Shallow vs Deep Copying in Go
Difference between shallow and deep copying in Go.
----
Twitter: https://twitter.com/Adib_Hanna
Newsletter: dotfiles.substack.com/
Neovim Course: https://neovimmastery.com/
Golang drawer
https://tunalog.org/en-us/index.html
tunalog.org
Tunalog is a no-installation, easy-to-use blogging system written in Go. And, it's open-source software
🥳
Golang drawer
https://github.com/ashishb/wp2hugo
GitHub
GitHub - ashishb/wp2hugo: The best WordPress to static site migrator
The best WordPress to static site migrator. Contribute to ashishb/wp2hugo development by creating an account on GitHub.
Golang drawer
https://github.com/tz3/goforge
GitHub
GitHub - tz3/goforge: GoForge is a command-line interface (CLI) tool designed to streamline the setup of new API projects for Go…
GoForge is a command-line interface (CLI) tool designed to streamline the setup of new API projects for Go developers. With GoForge, you can quickly generate a well-structured project skeleton, all...
Golang drawer
https://github.com/dgraph-io/badger
GitHub
GitHub - hypermodeinc/badger: Fast key-value DB in Go.
Fast key-value DB in Go. Contribute to hypermodeinc/badger development by creating an account on GitHub.
Golang drawer
https://github.com/ssoready/hyrumtoken
GitHub
GitHub - ssoready/hyrumtoken: A Golang package to encrypt your pagination tokens
A Golang package to encrypt your pagination tokens - ssoready/hyrumtoken
Golang drawer
https://github.com/jhillyerd/enmime
GitHub
GitHub - jhillyerd/enmime: MIME mail encoding and decoding package for Go
MIME mail encoding and decoding package for Go. Contribute to jhillyerd/enmime development by creating an account on GitHub.
Golang drawer
https://github.com/asticode/go-astiav
GitHub
GitHub - asticode/go-astiav: Golang ffmpeg and libav C bindings
Golang ffmpeg and libav C bindings. Contribute to asticode/go-astiav development by creating an account on GitHub.
Golang drawer
https://github.com/burrowers/garble
GitHub
GitHub - burrowers/garble: Obfuscate Go builds
Obfuscate Go builds. Contribute to burrowers/garble development by creating an account on GitHub.
Golang drawer
https://github.com/Masterminds/sprig
GitHub
GitHub - Masterminds/sprig: Useful template functions for Go templates.
Useful template functions for Go templates. Contribute to Masterminds/sprig development by creating an account on GitHub.
Golang drawer
https://github.com/ergo-services/ergo
GitHub
GitHub - ergo-services/ergo: An actor-based Framework with network transparency for creating event-driven architecture in Golang.…
An actor-based Framework with network transparency for creating event-driven architecture in Golang. Inspired by Erlang. Zero dependencies. - GitHub - ergo-services/ergo: An actor-based Framework ...
Golang drawer
https://github.com/moderato-app/live-pprof
GitHub
GitHub - moderato-app/live-pprof: Monitor Go app's performance in seconds, not a day.
Monitor Go app's performance in seconds, not a day. - moderato-app/live-pprof
Golang drawer
https://tomjowitt.com/posts/a-love-letter-to-go/
Tomjowitt
A love letter to Go
The Go programming language (or golang) left beta twelve years ago, and version 1 was released which means I’ve been writing Go on and off for 12 years now.
Go came along at the perfect time. I was in the middle of evaluating languages for work as we were…
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.