» Tag
go
35 postsHigh-Performance Go to TypeScript Compiler: GoScript
GoScript is a high-performance compiler for sharing Go code with TypeScript projects.
PostgreSQL Batch UPSERT with CTE: From 90 Seconds to 5
An email sync process with audit history was rewritten from separate queries into a single PostgreSQL CTE, cutting 100k-row processing time from 90 seconds to 5.
Building a Video Thumbnail Generator Service in Go With FFmpeg
Explore the process of creating a video thumbnail service using Go and FFmpeg.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comCompile Time OTel Instrumentation for Go Released as v1
The new v1 compile time OTel instrumentation for Go keeps your code clean while adding automatic telemetry.
Gorai – A Go-Based Robotics Framework for the AI Era
Gorai offers a Go-based robotics framework for the AI era, enabling robots to be built as distributed systems.
One Go Codebase, Two Deployment Modes: Monolith to Microservices
Go-SimpleScale enables deployment as both a monolith and microservices from a single codebase, offering flexibility and security.
Swapbook: A Single-Binary Component Workbench for Go/templ
Swapbook is a standalone component workbench for Go and templ applications.
Solo Dev Built a Sharded Go Library with WAL Instead of Kafka
A solo developer built Flux, a sharded, WAL-backed Go library for batching database writes instead of running Kafka or Redis, ensuring crash safety.
Fetching Dependencies Directly from VCS
Differences in dependency management between Go and Ruby, focusing on security advantages.
Green Tea Garbage Collector: A New Feature in Go 1.25
The Green Tea garbage collector in Go 1.25 offers up to 40% time savings for certain workloads.