Development

Explore articles on Development.

88 articles

May 16, 2025 4 min read

Big Thinkers: James Gosling – Creator of Java

James Gosling is a name that resonates through the halls of computer science, software engineering, and more recently, cloud computing. Best known as the “Father…

Apr 28, 2025 4 min read

How to Write AI Prompts That Output Valid CSV Data

When working with Large Language Models (LLMs), generating structured outputs like CSV (Comma-Separated Values) is invaluable for tasks such as data analysis, reporting, and integration…

Apr 18, 2025 6 min read

Semantic Search in .NET / C# with Build5Nines.SharpVector

As developers, we often find ourselves building smarter, more context-aware applications. Whether it’s powering a document search tool or implementing Retrieval-Augmented Generation (RAG), semantic search…