The missing text focused programming environment

Implementing some Git aliases indirectly, in shell scripts

JSON Handling and Type Management with Large Datasets in Go - Ep.4

Introduction: Welcome to Episode 4 of the JSON for Engineers series! In this episode, we tackle the complexities of working with JSON data, especially when dealing with extensive datasets and optimizing type management. Here, Miki introduces key strategies for managing large JSON...

A very demure, very mindful issue

#​531 — November 12, 2024 Unsub  |  Web Version Go Weekly Happy Birthday, Go! Go Turns 15 — Grab a slice of cake, Go has celebrated its latest anniversary. Austin reflects on what Go’s latest year has brought to the language an...

ML in Go with a Python sidecar

Machine learning models are rapidly becoming more capable; how can we make use of these powerful new tools in our Go applications? For top-of-the-line commercial LLMs like ChatGPT, Gemini or Claude, the models are exposed as language agnostic REST APIs. We can hand-craft HTTP req...

Go Turns 15

Happy 15th birthday, Go!

Maybe skipping 'Dependabot' commits when using '<code>git log</code>'

Fearless Concurrency Ep.5: Ensuring Memory Safety with Mutexes and RwLocks in Rust

Introduction: Welcome to Episode 5 of Fearless Concurrency in Rust! In this episode, Herbert Wolverson dives into advanced concurrency tools, focusing on RwLock for managing simultaneous reads and writes and the powerful concept of interior mutability. These tools provide develop...

Go 1.23.3-1 and 1.22.9-1 Microsoft builds now available

A new release of the Microsoft build of Go is now available for download. The post Go 1.23.3-1 and 1.22.9-1 Microsoft builds now available appeared first on Microsoft for Go Developers.

Tools for writing secure Go code

#​530 — November 5, 2024 Unsub  |  Web Version Go Weekly Writing Secure Go Code — A handy article rounding up a variety of resources and techniques to keep in mind in order to write more robust and secure Go apps, including stayi...