Using iterators in go-lang

How to use iterators in go-lang

Example of using Gemini model with MCP

How to intergate MCP server with Gemini model

Function Calling using Gemini API

How to use function calling in Gemini API

Gemini structured output call from UI

How to call Gemini structured output from UI

Convert nested form object to compatible OpenAPI schema for Gemini

How to convert ested object form for an openapi compatible schema

Testing golang 1.24.0 map updates

Testing the new golang 1.24.0 swiss-table maps

Using go-routines with waiters in AWS SDK V2

Using go-routines with waiters in AWS SDK V2

Using Autoscaling Group waiter in AWS SDK v2

Using Autoscaling Group waiter in AWS SDK v2

Generics in Go Lang

What are generics and how they work in Go Lang

Test AWS services using go-lang SDK

Notes on how to test AWS services when using go-lang SDK

Extract Public Key from KMS

Notes on how to extract public key from KMS key

Cancelling a pair of go routines

How to cancel a set of go routines if one fails