#golang search results

🐹 Go: Calling a Rust library without CGO. Good post about internals and trade-offs: • how cgo affects portability and cross-compilation • what actually happens in FFI • where the real overhead is • why skipping cgo can buy simplicity stoolap.io/blog/2026/04/0… #golang #go

brk0v's tweet image. 🐹 Go: Calling a Rust library without CGO. 

Good post about internals and trade-offs:
• how cgo affects portability and cross-compilation
• what actually happens in FFI
• where the real overhead is
• why skipping cgo can buy simplicity

stoolap.io/blog/2026/04/0…
#golang #go

🐹 Go: Hedged Requests is a distributed systems pattern to fight tail latency. Learn latency per host with DDSketch, send a duplicate only when the original looks unusually slow, then cap extra traffic with a token-bucket budget. github.com/bhope/hedge #go #golang

brk0v's tweet image. 🐹 Go: Hedged Requests is a distributed systems pattern to fight tail latency.

Learn latency per host with DDSketch, send a duplicate only when the original looks unusually slow, then cap extra traffic with a token-bucket budget.

github.com/bhope/hedge
#go #golang

How-To: Real-Time Dashboards with Go and PostgreSQL (Without Polling) #golang medium.com/@josesomojola/…

golangch's tweet image. How-To: Real-Time Dashboards with Go and PostgreSQL (Without Polling)
#golang

medium.com/@josesomojola/…

A fast, keyboard-focused, yazi-inspired terminal user interface for navigating and managing #Kubernetes clusters. Built for speed and efficiency #golang github.com/janosmiko/lfk

golangch's tweet image. A fast, keyboard-focused, yazi-inspired terminal user interface for navigating and managing #Kubernetes clusters. Built for speed and efficiency
#golang

github.com/janosmiko/lfk

A lightning fast image processing and resizing library for Go #golang github.com/davidbyttow/go…

golangch's tweet image. A lightning fast image processing and resizing library for Go
#golang

github.com/davidbyttow/go…

Containers Are Just Linux wrapper: Exploring Namespaces and cgroups From Scratch #golang blog.iamvedant.in/containers-are…

golangch's tweet image. Containers Are Just Linux wrapper: Exploring Namespaces and cgroups From Scratch
#golang

blog.iamvedant.in/containers-are…

🐹 Go: Immutable Go map Want to become a better developer? Read the source code. The map uses a binary fuse filter so lookup is 1 hash + 3 array reads + 2 XORs. The tradeoff: expensive construction, but tighter memory and simple hot-path. lemire.me/blog/2026/03/2… #go #golang

brk0v's tweet image. 🐹 Go: Immutable Go map 

Want to become a better developer? Read the source code.

The map uses a binary fuse filter so lookup is 1 hash + 3 array reads + 2 XORs. 
The tradeoff: expensive construction, but tighter memory and simple hot-path. 

lemire.me/blog/2026/03/2…
#go #golang

Embedded Go proxy foundation for reverse, forward, CONNECT, WebSocket, and runtime-aware proxy workflows. #golang github.com/777genius/prox…

golangch's tweet image. Embedded Go proxy foundation for reverse, forward, CONNECT, WebSocket, and runtime-aware proxy workflows.
#golang

github.com/777genius/prox…

Advanced DNS tunneling VPN for censorship bypass, optimized beyond DNSTT and SlipStream with low-overhead ARQ, resolver load balancing, high packet-loss stability and speed. #golang github.com/masterking32/M…

golangch's tweet image. Advanced DNS tunneling VPN for censorship bypass, optimized beyond DNSTT and SlipStream with low-overhead ARQ, resolver load balancing, high packet-loss stability and speed.
#golang

github.com/masterking32/M…

A puppeteer for terminal UIs. Control Vim, Emacs, htop, Nethack, or any interactive TUI from the CLI (or an AI agent): launch it in a background session, send keystrokes, grab screen snapshots, and stream it live from another shell. #golang github.com/montanaflynn/h…

golangch's tweet image. A puppeteer for terminal UIs. Control Vim, Emacs, htop, Nethack, or any interactive TUI from the CLI (or an AI agent): launch it in a background session, send keystrokes, grab screen snapshots, and stream it live from another shell.
#golang

github.com/montanaflynn/h…

An interesting article about "Anatomy of an OpenAI-compatible provider in Go" #golang blog.anh.sh/anatomy-of-an-…

golangch's tweet image. An interesting article about "Anatomy of an OpenAI-compatible provider in Go"
#golang

blog.anh.sh/anatomy-of-an-…

A cool video about: "DS Emulation! It includes a jit compiler, a 3D scene exporter, direct boot without Bios or Firmware files, and a ton of configurable options" #golang github.com/aabalke/guac youtu.be/AsWBItlGmZg


A hex-native embedded database for Go. Morton keys, native ring scans, seams (contradictions), MVCC, provenance, and optional HNSW embeddings. #golang github.com/hexxla/hexxladb

golangch's tweet image. A hex-native embedded database for Go. Morton keys, native ring scans, seams (contradictions), MVCC, provenance, and optional HNSW embeddings.
#golang

github.com/hexxla/hexxladb

10K, 1M.. or more active SSE streams Building MCPSprut ( MCP Hub ) How I built an MCP hub designed to hold as many SSE streams as a single machine can handle #golang ernest-khas.hashnode.dev/part-1-10k-1m-…

golangch's tweet image. 10K, 1M.. or more active SSE streams Building MCPSprut ( MCP Hub )

How I built an MCP hub designed to hold as many SSE streams as a single machine can handle
#golang

ernest-khas.hashnode.dev/part-1-10k-1m-…

@TraderepublicFR is hiring for a Data Engineer Location: Paris Visa: Yes To apply, check the 1st comment. #StaffEngineer #BackendEngineer #Golang #Hiring #TechJobs #RelocationJobs #RemoteWork #visa #Paris #Data


New Research: Malicious Ruby gems and Go modules impersonated developer tools to steal secrets and poison CI. Socket researchers found credential theft, GitHub Actions tampering, fake Go wrappers, proxy manipulation, and SSH persistence. socket.dev/blog/malicious… #golang


GSoC '26 selected! 🎉 Contributing to Maglev @ Open Transit Software Foundation — 57 PRs in. Summer of Go starts now 🔥Shoutout to @kirat_tw & @Hiteshdotcom — your content played a big part in this journey🙏 #GSoC2026 #GoLang #OpenSource


Day 17/30 of learning Go Backend🔥 Today: Database basics + SQL → What is a relational DB? → CREATE TABLE, INSERT, SELECT → UPDATE & DELETE → Primary keys, data types 📁 github.com/Divyamsirswal/… 📺 youtube.com/@classic4650 #100DaysOfCode #Golang #BuildInPublic


Day 5/90: Control flow. Useful shift: making control flow — if, switch, loops feel like concrete data. Main check: make values, structs, and interfaces say one clear thing about. #GoLang #LearnGo It made the topic easier to explain. The debugging lens got cleaner. Clearer now.


New in glyph v0.6.0 for #golang - Components now support Opacity - Added support for an In().Out() animation workflow that automatically binds to the wrapping condition within the declarative template. - A breaking change that tighten up the public interface with a


本日は、Cloud Logging 環境を作成。 「GoのAPIサーバー」、「Pythonのダミーモデル」に対して、ツール「k6」で検証を実施、そのログを取得し、BigQuery に格納する構成とした。 ログ格納は出来たので、明日は内容確認をしてみる。 #BigQuery #Python #GoLang #Kubernetes #k6 #CloudLogging


Day 2/100 Practiced more TDD and learned new #golang features: 1. Learned how to declare interfaces 2. Learned how to use table tests using structs to write more clearer test cases #100DaysOfCoding #golang #coding


~470 lines of Go. Fake clock + fake tag lister make the tests deterministic. Three test files, sub-second per run. Series: dev.to/willamhou Repo: github.com/Prismer-AI/k8s… #Kubernetes #Golang #DistributedSystems


Go’s error handling makes you deal with failure every step. “if err != nil” is repetitive, but you can’t ignore errors by accident. I’ll take that over exceptions breaking things somewhere else. #Golang #Programming #DevLife

MdGhulamAzad's tweet image. Go’s error handling makes you deal with failure every step.

“if err != nil” is repetitive, but you can’t ignore errors by accident.

I’ll take that over exceptions breaking things somewhere else.

#Golang #Programming #DevLife

Goroutines and channels are Go's superpower — but most beginners get them wrong. I broke it down with real examples — WaitGroups, buffered channels, select, and pitfalls that cause silent bugs. Read it here dev.to/oketch/concurr… #golang #go #programming #concurrency

oketch_dishon's tweet image. Goroutines and channels are Go's superpower — but most beginners get them wrong.

I broke it down with real examples — WaitGroups, buffered channels, select, and pitfalls that cause silent bugs.

Read it here
dev.to/oketch/concurr…

#golang #go #programming #concurrency

Built an ASCII-art web app during my AI Fellowship at @learn2earnNG 🚀 Worked on a Go server, HTML templates, file downloads with proper headers, and a responsive UI with copy, delete & download features. Check out the demo 👇 go-artify-web.onrender.com #GoLang #Learn2EarnNg

s_asadu's tweet image. Built an ASCII-art web app during my AI Fellowship at @learn2earnNG  🚀

Worked on a Go server, HTML templates, file downloads with proper headers, and a responsive UI with copy, delete & download features.

Check out the demo 👇
go-artify-web.onrender.com

#GoLang #Learn2EarnNg
s_asadu's tweet image. Built an ASCII-art web app during my AI Fellowship at @learn2earnNG  🚀

Worked on a Go server, HTML templates, file downloads with proper headers, and a responsive UI with copy, delete & download features.

Check out the demo 👇
go-artify-web.onrender.com

#GoLang #Learn2EarnNg

#gopherconEU Speaker Spotlight #Golang 1.26's new Green Tea GC uses a cryptographic instruction for bitmap expansion. @alextrending read the runtime code to understand why and will walk through the real implementation: mark bits, span queues and the ownership protocol behind it.

gopherconeu's tweet image. #gopherconEU Speaker Spotlight
#Golang 1.26's new Green Tea GC uses a cryptographic instruction for bitmap expansion. @alextrending read the runtime code to understand why and will walk through the real implementation: mark bits, span queues and the ownership protocol behind it.

qiita.com/ykato/items/3a… 最近のオペレーションって、後から失敗が分かるものが多く、Unixの原体験とすれ違ってないか?という気持ちをツールに込めてみました。確認はとても大事。でも繰り返し必須はトイルでもある #SRE #Golang #Unix


Implemented secure user registration with Bcrypt password hashing, and wired up a PostgreSQL repository to verify credentials before minting stateless JWTs for accessing chess matches. #Golang #PostgreSQL #100DaysOfCode #BuildInPublic


Follow us on Bluesky to make sure you don't miss the latest #golang #jobs: bsky.app/profile/golang…


How-To: Real-Time Dashboards with Go and PostgreSQL (Without Polling) #golang medium.com/@josesomojola/…

golangch's tweet image. How-To: Real-Time Dashboards with Go and PostgreSQL (Without Polling)
#golang

medium.com/@josesomojola/…

🐹 Go: Calling a Rust library without CGO. Good post about internals and trade-offs: • how cgo affects portability and cross-compilation • what actually happens in FFI • where the real overhead is • why skipping cgo can buy simplicity stoolap.io/blog/2026/04/0… #golang #go

brk0v's tweet image. 🐹 Go: Calling a Rust library without CGO. 

Good post about internals and trade-offs:
• how cgo affects portability and cross-compilation
• what actually happens in FFI
• where the real overhead is
• why skipping cgo can buy simplicity

stoolap.io/blog/2026/04/0…
#golang #go

Build reactive Web Components in pure Go—no JS framework. Create custom elements with data binding, conditional views, list rendering, two-way forms, hash routing, and parent-child communication—all in Go, running in the browser. #golang github.com/luisfurquim/wp…

golangch's tweet image. Build reactive Web Components in pure Go—no JS framework.

Create custom elements with data binding, conditional views, list rendering, two-way forms, hash routing, and parent-child communication—all in Go, running in the browser.
#golang

github.com/luisfurquim/wp…

Embedded Go proxy foundation for reverse, forward, CONNECT, WebSocket, and runtime-aware proxy workflows. #golang github.com/777genius/prox…

golangch's tweet image. Embedded Go proxy foundation for reverse, forward, CONNECT, WebSocket, and runtime-aware proxy workflows.
#golang

github.com/777genius/prox…

A terminal monitor for Ollama nodes, providing a TUI focused on operational visibility #golang github.com/hbasria/ollamon

golangch's tweet image. A terminal monitor for Ollama nodes, providing a TUI focused on operational visibility
#golang

github.com/hbasria/ollamon

A Go-based pipeline runner with skills for CI/CD and development #golang #DevOps github.com/titpetric/atki…

golangch's tweet image. A Go-based pipeline runner with skills for CI/CD and development
#golang #DevOps

github.com/titpetric/atki…

🐹 Go: Stack vs Heap allocations Recent Go compilers (Go 1.25/1.26) got smarter about slices: common make and append patterns can stay stack-backed longer. This cuts heap allocs and GC work even when the slice later escapes. go.dev/blog/allocatio… #go #golang #performance

brk0v's tweet image. 🐹 Go: Stack vs Heap allocations

Recent Go compilers (Go 1.25/1.26) got smarter about slices: common make and append patterns can stay stack-backed longer.
This cuts heap allocs and GC work even when the slice later escapes.

go.dev/blog/allocatio…
#go #golang #performance

🐹 Go: Must-Know Mutex Pattern with Closure A mutex should protect the whole mutation, not just separate Get() and Set() calls: • Get() + Set() can still lose updates • go test -race may not catch it • a closure-based API makes it work rednafi.com/go/mutex-closu… #go #golang

brk0v's tweet image. 🐹 Go: Must-Know Mutex Pattern with Closure

A mutex should protect the whole mutation, not just separate Get() and Set() calls:

• Get() + Set() can still lose updates
• go test -race may not catch it
• a closure-based API makes it work

rednafi.com/go/mutex-closu…
#go #golang

A critical 9.1 CVSS flaw in gRPC-Go (CVE-2026-33186) allows attackers to bypass authorization by omitting a leading slash. Upgrade to v1.79.3 immediately. #gRPC #Golang #CyberSecurity #InfoSec #CVE #BugBounty #AppSec #TechNews #CloudNative #Vulnerability securityonline.info/grpc-go-author…

the_yellow_fall's tweet image. A critical 9.1 CVSS flaw in gRPC-Go (CVE-2026-33186) allows attackers to bypass authorization by omitting a leading slash. Upgrade to v1.79.3 immediately.

#gRPC #Golang #CyberSecurity #InfoSec #CVE #BugBounty #AppSec #TechNews #CloudNative #Vulnerability
securityonline.info/grpc-go-author…

An interesting article about "Making Services With Go Right Way" #golang snawoot.github.io/go_web_right_w…

golangch's tweet image. An interesting article about "Making Services With Go Right Way"
#golang

snawoot.github.io/go_web_right_w…

A lightning fast image processing and resizing library for Go #golang github.com/davidbyttow/go…

golangch's tweet image. A lightning fast image processing and resizing library for Go
#golang

github.com/davidbyttow/go…

🐹 Go: Immutable Go map Want to become a better developer? Read the source code. The map uses a binary fuse filter so lookup is 1 hash + 3 array reads + 2 XORs. The tradeoff: expensive construction, but tighter memory and simple hot-path. lemire.me/blog/2026/03/2… #go #golang

brk0v's tweet image. 🐹 Go: Immutable Go map 

Want to become a better developer? Read the source code.

The map uses a binary fuse filter so lookup is 1 hash + 3 array reads + 2 XORs. 
The tradeoff: expensive construction, but tighter memory and simple hot-path. 

lemire.me/blog/2026/03/2…
#go #golang

Advanced DNS tunneling VPN for censorship bypass, optimized beyond DNSTT and SlipStream with low-overhead ARQ, resolver load balancing, high packet-loss stability and speed. #golang github.com/masterking32/M…

golangch's tweet image. Advanced DNS tunneling VPN for censorship bypass, optimized beyond DNSTT and SlipStream with low-overhead ARQ, resolver load balancing, high packet-loss stability and speed.
#golang

github.com/masterking32/M…

🌟 Go 1.26.1 and 1.25.8 are released! 🔐 Security: Includes security fixes for the standard library (CVE-2026-25679, CVE-2026-27137, CVE-2026-27138, CVE-2026-27139, CVE-2026-27142). 🗣 Announcement: groups.google.com/g/golang-annou… ⬇️ Download: go.dev/dl/#go1.26.1 #golang

golang's tweet image. 🌟 Go 1.26.1 and 1.25.8 are released!

🔐 Security: Includes security fixes for the standard library (CVE-2026-25679, CVE-2026-27137, CVE-2026-27138, CVE-2026-27139, CVE-2026-27142).

🗣 Announcement: groups.google.com/g/golang-annou…

⬇️ Download: go.dev/dl/#go1.26.1

#golang

Struct validation for Go that natively speaks log/slog and OpenTelemetry - so failures land in Datadog, CloudWatch, or Azure Monitor as queryable structured events, not as strings you have to parse. #golang github.com/trycatchkamal/…

golangch's tweet image. Struct validation for Go that natively speaks log/slog and OpenTelemetry - so failures land in Datadog, CloudWatch, or Azure Monitor as queryable structured events, not as strings you have to parse.
#golang

github.com/trycatchkamal/…

A puppeteer for terminal UIs. Control Vim, Emacs, htop, Nethack, or any interactive TUI from the CLI (or an AI agent): launch it in a background session, send keystrokes, grab screen snapshots, and stream it live from another shell. #golang github.com/montanaflynn/h…

golangch's tweet image. A puppeteer for terminal UIs. Control Vim, Emacs, htop, Nethack, or any interactive TUI from the CLI (or an AI agent): launch it in a background session, send keystrokes, grab screen snapshots, and stream it live from another shell.
#golang

github.com/montanaflynn/h…

A Go-based open-source task management with lists, Kanban, Gantt, and more #golang github.com/go-vikunja/vik…

golangch's tweet image. A Go-based open-source task management with lists, Kanban, Gantt, and more
#golang

github.com/go-vikunja/vik…

A fast, keyboard-focused, yazi-inspired terminal user interface for navigating and managing #Kubernetes clusters. Built for speed and efficiency #golang github.com/janosmiko/lfk

golangch's tweet image. A fast, keyboard-focused, yazi-inspired terminal user interface for navigating and managing #Kubernetes clusters. Built for speed and efficiency
#golang

github.com/janosmiko/lfk

🐹 Go: Hedged Requests is a distributed systems pattern to fight tail latency. Learn latency per host with DDSketch, send a duplicate only when the original looks unusually slow, then cap extra traffic with a token-bucket budget. github.com/bhope/hedge #go #golang

brk0v's tweet image. 🐹 Go: Hedged Requests is a distributed systems pattern to fight tail latency.

Learn latency per host with DDSketch, send a duplicate only when the original looks unusually slow, then cap extra traffic with a token-bucket budget.

github.com/bhope/hedge
#go #golang

Loading...

Something went wrong.


Something went wrong.