Building HasteKit: A LLM & Agent SDK For Golang From Scratch
Learn what it takes to build an LLM & Agent SDK for Golang and a LLM Gateway to swap model providers easily and get deep observability.
Learn what it takes to build an LLM & Agent SDK for Golang and a LLM Gateway to swap model providers easily and get deep observability.
Building a simple tool for DB Migrations in Go that can run up and down migrations and list status of each migrations.
Provides 5 ways to live reload go applications. The article covers tools Air, Gin, Nodemon and Fresh to add live reloading to your go application.
In Golang, one can pass the database connection to the controller as a global variable or by creating a separate struct or by creating a repository interface and passing it to the controller.