Golang Articles, News, Packages's Avatar

Golang Articles, News, Packages

@golangch.bsky.social

https://x.com/golangch with over 30k followers Go Development and AI Consulting: https://altafino.com

914 Followers  |  6 Following  |  877 Posts  |  Joined: 07.11.2024  |  1.6982

Latest posts by golangch.bsky.social on Bluesky

Post image

A principled CORS middleware library for Go, designed to be both easier to use and harder to misuse than existing alternatives
#golang

github.com/jub0bs/cors

07.08.2025 08:22 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

A sample repository for doing Google OAuth in Go with a Web App
#golang

github.com/Skarlso/goo...

07.08.2025 07:11 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - preslavrachev/gomjml: A native Go implementation of the MJML email framework, providing fast compilation of MJML markup to responsive HTML. A native Go implementation of the MJML email framework, providing fast compilation of MJML markup to responsive HTML. - GitHub - preslavrachev/gomjml: A native Go implementation of the MJML email ...

A native Go implementation of the MJML email framework, providing fast compilation of MJML markup to responsive HTML
#golang

github.com/preslavrach...

06.08.2025 07:06 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Learning Go concurrency patterns is getting easy with this amazing site
#golang

concurrency.rocks

05.08.2025 05:19 β€” πŸ‘ 17    πŸ” 6    πŸ’¬ 1    πŸ“Œ 1
Post image

A Go-based CLI tool for working with the database | SQLite, libSQL, PostgreSQL, MySQL, MariaDB
#golang

github.com/gigagrug/sc...

05.08.2025 05:11 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Post image

An ETL toolset for extracting, transforming, and loading data sources, providing powerful data synchronization capabilities
#golang

github.com/Breeze0806/...

05.08.2025 05:07 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
How we made our IDEs data-aware with a Go MCP Server | CloudQuery Blog How we built a Go-based MCP server to make AI Assistants AI data-aware, bridging code and database, which ended up transforming the way we code.

An interesting article about "How we made our IDEs data-aware with a Go MCP Server"
#golang

www.cloudquery.io/blog/how-we...

05.08.2025 05:04 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

A Go-based infrastructure visualization tool that converts YAML definitions to Graphviz diagrams
#golang

github.com/imran31415/...

04.08.2025 05:26 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Issuing TLS Certificates in Go A practical guide to issuing TLS certificates in Go: self-signed, Certificate Authority, Certificate Signing Request.

A nice article about "Issuing TLS Certificates in Go"
#golang

getpid.dev/blog/tls-ce...

03.08.2025 10:02 β€” πŸ‘ 7    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

A modern, open source, self-hosted customer support desk. Single binary app. Go-based #opensource
#golang

github.com/abhinavxd/l...

02.08.2025 06:24 β€” πŸ‘ 14    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Post image

A walk through building a basic Go CLI (compiled with TinyGo) that leverages WASI Preview 2 and multiple WebAssembly Components to create a composable AI agent
#golang

blog.hayride.dev/composable-...

02.08.2025 06:12 β€” πŸ‘ 4    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - F2077/go-pubsub: πŸ”₯Lightweight, real-time Pub/Sub for Goβ€”perfect for transient data flows like live dashboards, game events, short-lived alerts, and real-time streaming-media packet fan-out. It’s pure fire-and-forget: zero persistence, no delivery guarantees, just ultra-fast one-way messagin πŸ”₯Lightweight, real-time Pub/Sub for Goβ€”perfect for transient data flows like live dashboards, game events, short-lived alerts, and real-time streaming-media packet fan-out. It’s pure fire-and-forge...

A lightweight, real-time Pub/Sub for Goβ€” for transient data flows like live dashboards, game events, short-lived alerts, and real-time streaming-media packet fan-out.
#golang

github.com/F2077/go-pu...

01.08.2025 09:51 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - oaswrap/spec: A lightweight, framework-agnostic OpenAPI 3.x specification builder for Go. A lightweight, framework-agnostic OpenAPI 3.x specification builder for Go. - oaswrap/spec

A lightweight, framework-agnostic OpenAPI 3.x spec builder for Go, offering core logic to describe API operations, paths, parameters, and schemas without tying you to a specific web framework.
#golang

github.com/oaswrap/spec

01.08.2025 08:24 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

A command-line tool that cleans #Firefox search and visit history by removing entries containing specific words or phrases from a configurable word list.
#golang

github.com/stefanwuthr...

01.08.2025 08:14 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

A modular e-commerce backend with a GraphQL gateway and gRPC microservices for accounts, products, orders, and recommendations
#golang

github.com/rasadov/Eco...

01.08.2025 05:39 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Monotonic and Wall Clock Time in the Go time package Operating systems expose a wall clock that can leap or slew with NTP and a monotonic clock that never runs backward. In Go, only time.Now (might) carries both readings, while values from time.Parse, time.Date, etc., are wall-clock-onlyβ€”so naΓ―ve equality checks or time.Since on those can mislead when the system clock shifts.

A nice article about "Monotonic and Wall Clock Time in the Go time package"
#golang

victoriametrics.com/blog/go-tim...

01.08.2025 05:37 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

A Go-based AI coding agent for your favourite terminal
#golang

github.com/charmbracel...

31.07.2025 13:25 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

A personal AI assistant focused on privacy, implemented in Go
#golang

github.com/EternisAI/e...

30.07.2025 06:55 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - busyster996/geo: A Go library for 2D computational geometry, providing data structures and algorithms for working with coordinates, vectors, lines, polygons, circles, rectangles, triangles, and convex shapes. It is suitable for applications such as collision detection, geometric queries, an A Go library for 2D computational geometry, providing data structures and algorithms for working with coordinates, vectors, lines, polygons, circles, rectangles, triangles, and convex shapes. It is...

A Go library for 2D geometry, featuring structures and algorithms for coordinates, vectors, lines, and shapes like polygons and circles. Perfect for collision detection and spatial reasoning.
#golang

github.com/busyster996...

30.07.2025 06:53 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Go at American Express Today: Seven Key Learnings A look into pain points of adopting Go at American Express and how we and the language have evolved.

Go at American Express Today: Seven Key Learnings
#golang

americanexpress.io/go-at-ameri...

29.07.2025 14:11 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - modelcontextprotocol/go-sdk: The official Go SDK for Model Context Protocol servers and clients. Maintained in collaboration with Google. The official Go SDK for Model Context Protocol servers and clients. Maintained in collaboration with Google. - modelcontextprotocol/go-sdk

The official Go SDK for Model Context Protocol servers and clients. Maintained in collaboration with Google
#golang

github.com/modelcontex...

29.07.2025 04:16 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Post image

A fast, modern documentation generator for Go. It uses idiomatic concurrency, minimal dependencies, and clean HTML templates to create fully browsable, filterable documentation pages for Go codebases.
#golang

github.com/navid-m/arrow

28.07.2025 09:43 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - coze-dev/coze-loop: Next-generation AI Agent Optimization Platform: Cozeloop addresses challenges in AI agent development by providing full-lifecycle management capabilities from development, debugging, and evaluation to monitoring. Next-generation AI Agent Optimization Platform: Cozeloop addresses challenges in AI agent development by providing full-lifecycle management capabilities from development, debugging, and evaluation...

Cozeloop is a next-gen #AI Agent Optimization Platform offering full-lifecycle management from development to monitoring.
#golang

github.com/coze-dev/co...

28.07.2025 04:31 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - aaronlmathis/CloudAWSync: CloudAWSync is a cloud file synchronization agent written in Go. It provides real-time and scheduled synchronization between local directories and cloud storage (currently AWS S3), with support for multiple sync modes, comprehensive monitoring, and security feature CloudAWSync is a cloud file synchronization agent written in Go. It provides real-time and scheduled synchronization between local directories and cloud storage (currently AWS S3), with support for...

A Go-based cloud sync agent for real-time or scheduled syncing between local directories and AWS S3. Supports multiple sync modes, robust monitoring, and security features.
#golang

github.com/aaronlmathi...

28.07.2025 04:30 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - babycommando/zuse: ZUSE is an irc client for the terminal made in Go with Bubbletea ZUSE is an irc client for the terminal made in Go with Bubbletea - babycommando/zuse

A sleek, minimal IRC client for your terminal. Built with Go and powered by the elegant Bubble Tea framework
#golang

github.com/babycommand...

28.07.2025 04:28 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - arl/statsviz: πŸš€ Visualise your Go program runtime metrics in real time in the browser πŸš€ Visualise your Go program runtime metrics in real time in the browser - arl/statsviz

Visualize real time plots of your Go program runtime metrics, including heap, objects, goroutines, GC pauses, scheduler and more, in your browser.
#golang

github.com/arl/statsviz

27.07.2025 13:38 β€” πŸ‘ 4    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
20 Go Performance Tricks I Learned the Hard Way Go Performance Tuning in Practice: 20 Core Lessons from Production

Nice article: 20 Go Performance Tricks I Learned the Hard Way
#golang

medium.com/@leapcell/2...

26.07.2025 09:13 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - jsnfwlr/o11y: Observability (logging and tracing) for Golang projects Observability (logging and tracing) for Golang projects - jsnfwlr/o11y

Seems similar to a module I have been working on.

github.com/jsnfwlr/o11y

13.07.2025 13:29 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - cyolosecurity/finq: A tool for monitoring Go's finalizer routine responsiveness A tool for monitoring Go's finalizer routine responsiveness - cyolosecurity/finq

A monitoring tool for Go's finalizer go routine. The routine is spawned by the function runfinq under the runtime package in Go's source code (mfinal.go).
#golang

github.com/cyolosecuri...

26.07.2025 08:57 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

A beautiful and feature-rich Command Line Interface library for Go that makes building stunning terminal applications effortless
#golang

github.com/alperdrsnn/...

26.07.2025 08:47 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

@golangch is following 6 prominent accounts