writer@homelab:~$ ls ./blog/Golang --sort=recent

#Golang

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

// 6 posts in #Golang
How to implement hot reloading in a Go application
Golang·3 min·APR 25 2024

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
Golang·9 min·AUG 18 2023

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.
Golang·8 min·FEB 05 2024

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
Golang·7 min·APR 23 2024

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·8 min·MAY 23 2023

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
Golang·6 min·DEC 10 2024

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