Hello World!
RSS FeedDev Ideas is a space where I explore simple approaches to complicated problems, and journal my thoughts. Hope you enjoy!
Featured
-
Reliable Natural Language Database Querying with LLMs-1
A practical guide to building reliable text-to-SQL systems with LLMs, covering schema retrieval, semantic layers, SQL validation, hallucination prevention, and production best practices.
Recent Posts
-
Predefined color schemes
Updated:Some of the well-crafted, updated predefined color schemes for AstroPaper.
-
Reflection in Golang
Learn how reflection works in Go using the reflect package, including Type, Kind, Value, and practical examples.
-
Unified Type System in Scala
Learn how Scala's unified type system works, including the Any, AnyVal, and AnyRef hierarchy and why it provides greater type safety.
-
Composition in Golang
Learn how composition works in Go using struct embedding and interface embedding, and why it is Go's preferred mechanism for code reuse.