Latest

All the resources in the Guide, starting with most recent.

HashSet<T>

Part of tutorial

HashSet<T>
Use the HashSet<T> type for high performing data sets with unique elements.
Dictionary<T>

Part of tutorial

Dictionary<T>
Use the Dictionary<TKey, TValue> type for strongly-typed, dynamic, sets of data stored with keys and values.
Arrays

Part of tutorial

Arrays
Arrays are a straightforward and traditional way to work with a set of data.
Building APIs

Part of tutorial

Building APIs
AWS Go SDK Integration & Streamlit Python UI
Introduction

Part of tutorial

Introduction
What is RAG?
Build a RAG App with AWS Bedrock and Go

Tutorial

Build a RAG App with AWS Bedrock and Go
Develop an RAG App with combination of AWS Bedrock, Go & OpenSearch.
Getting Started

Part of tutorial

Getting Started
Setting up the AWS environment and configuring the AWS SDK.
Creating the KnowledgeBase

Part of tutorial

Creating the KnowledgeBase
Setting up the Knowledge Base and configuring the vector store.
When to use Junie follow-up prompt

Tip

When to use Junie follow-up prompt
And when to start a new prompt.
Convert JSON to classes or records

Tip

Convert JSON to classes or records
Turn any JSON data you have into a class or record
Guard conditions

YouTube

Guard conditions
Create advanced control flows in when statements