#Golang
Every post filed under #Golang. Search by keyword or jump to another topic.

How to implement hot reloading in a Go application
This guide will explore what hot reloading is and why it is needed. It will also explore two libraries to help build hot reloading into your applications.
read.md
Appwrite + Go: Build APIs without technical overhead
Learn how to abstract technical overhead by leveraging Appwrite to build a project management API in Go
read.md
Xata + Go: A getting started guide.
This post discusses what Xata is and provides a detailed step-by-step guide to using it to build a project management API in Go.
read.md
How to build a fullstack application with Go, Templ, and HTMX
In this guide, you’ll learn how to build a fullstack application with Go using Templ, HTMX, and Xata.
read.md
Getting started with gRPC in Golang
gRPC is a modern communication framework that can run in any environment and helps connect services efficiently. This post explores what gRPC is and how to get started by building a user management service using gRPC, MongoDB and Golang.
read.md
Build APIs faster with Go and Appwrite
This post discusses how to quickly build REST APIs with the Appwrite Go SDK, eliminating the need to manually configure headers for API keys and project IDs, switch URLs for different endpoints, handle requests, and convert responses to JSON.
read.md