Tag: golang
All the articles with the tag "golang".
- genaiagentic-ai
From OpenAPI to MCP Server: Bridging REST APIs and AI Agents with Go
Every REST API already carries the schema an MCP server needs. openapi-go-mcp turns that spec into a working Model Context Protocol server in minutes, not days.
- golangtooling
VS Code Setup for Golang Programming
The VS Code setup I run for Go — the extensions, gopls settings, and debugging config that turn a stock install into a real Go IDE.
- serverlessdistributed-systems
Mocking Serverless Backends with Google Cloud Functions
Using Google Cloud Functions to stand up serverless mocks for testing event-driven systems — in Go.
- golanggithub
Working with the GitHub API in Go
Calling the GitHub REST API from Go — authentication, pagination, and the client patterns that keep it clean.