Thursday, June 16, 2022

GoLang generics

 A gentle introduction to generics in Go – dominikbraun.io

type Node[T] struct { 
   value T 
}

n := Node[int] { 
   value: 5, 
}



Azure Training


Collections - LannaTeh-3810 | Microsoft Docs

role-based guides map out your itinerary with a variety of resources to help build and deepen your knowledge of Azure. Each guide features carefully selected digital training, learning courses, videos, documents, certifications, and more. You can travel at your own pace, and then continue your Azure exploration with ongoing learning opportunities.

Azure AI Learning Journey