GOtchas in Go #1/10: Vars, Funcs, Structs, and the Interface Scam
First post of a 10-part series where I dive into Golang. This one covers variables, functions, structs, and the true nature of interfaces compared to TypeScript.
May 19, 2025
First post of a 10-part series where I dive into Golang. This one covers variables, functions, structs, and the true nature of interfaces compared to TypeScript.
May 19, 2025
Learn how temperature, top-p, and top-k affect the behavior of large language models (LLMs) and how to configure them using the Python Gemini API.
April 3, 2025
In this post, we’ll walk through different ways to make a key optional in a TypeScript interface, leading to a reusable utility type.
March 27, 2025