Go's great for working with LLMs

#​523 — September 17, 2024 Unsub  |  Web Version Go Weekly Building LLM-Powered Applications in Go — The post describes some different approaches to creating a Retrieval-Augmented Generation (RAG) server with different toolsets:...

What's in an (Alias) Name?

A description of generic alias types, a planned feature for Go 1.24

Notes on running Go in the browser with WebAssembly

Recently I've had to compile Go to WebAssembly to run in the browser in a couple of small projects (#1, #2), and in general spent some time looking at WebAssembly. I find WebAssembly to be an exciting technology, both for the web and for other uses (e.g. with WASI …

Centrally Collecting Events from Go Microservices

In the beginning at Solsten our engineering team focused on building products, tools, services but we never had the time to measure what was going on in our platform (it was an early-stage startup). Even though we had a feeling of what was right or not thanks to our customers, th...

Fearless Concurrency Ep.1: Rust's Approach to Safe and Manageable Multithreading

Introduction: In Episode 1 of the Fearless Concurrency in Rust series, Herbert Wolverson introduces the foundational concept of threads in programming, tracing their origins and evolution while demonstrating how Rust handles concurrency in a safer, more manageable way. He explore...

Building LLM-powered applications in Go

LLM-powered applications in Go using Gemini, langchaingo and Genkit

Announcing GoReleaser v2.3

Another month, another minor release full of improvements!

Go 1.23.1-2 and 1.22.7-2 Microsoft builds now available

A new release of the Microsoft build of Go is now available for download. The post Go 1.23.1-2 and 1.22.7-2 Microsoft builds now available appeared first on Microsoft for Go Developers.

Change of Scenery: Tinkering with my Setup

Do you know this feeling when you re-organize your room or house or move to a new place? It’s refreshing, isn’t it? You get a new energy, and it feels like you get more ideas in this updated environment. Yes, maybe it is hard to find things at first, because they&rsqu...

Why Go's telemetry is worth enabling

#​522 — September 10, 2024 Unsub  |  Web Version Go Weekly Share Your Feedback in the Latest Go Developer Survey — It’s your latest chance to influence the direction of Go! The core team really pays attention to the results and...