Adriatics Tech Summit 2026
Announcing a talk at Adriatics Tech Summit 2026 on implementing RAG with Microsoft.Extensions.VectorData in .NET.
Announcing a talk at Adriatics Tech Summit 2026 on implementing RAG with Microsoft.Extensions.VectorData in .NET.
A .NET developer's discovery of the DnsEndPoint class for simplifying network socket connections with hostnames.
A daily tech reading list covering AI agents, software engineering trends, secure coding, and new developer tools like Gemini models and MCP SDKs.
Highlights Handy, an open-source, offline speech-to-text tool for developers, emphasizing its local processing and multi-language support.
A technical guide on implementing RPKI route validation for BGP security on MikroTik RouterOS 7.21.
Introduces a free, open-source .NET Toolbox with utilities like JSON to C# conversion, middleware designer, and package centralizer for developers.
A developer shares their experience building a Winter Wishlist app using the MCP-UI framework and Goose AI agent, focusing on UI integration and iframe sizing challenges.
Analyzes the lack of data replication support for Clustered Columnstore Indexes in SQL Server, covering features from 2012 to 2025.
Release notes for sqlite-utils 3.39, featuring bug fixes for plugin installation with uv and new functionality for custom SQL functions.
Explains that .NET 10 makes the Program class public by default, eliminating the need for 'public partial class Program' declarations in WebApplicationFactory tests.
Explains why and how to use CancellationTokens in .NET APIs to stop long-running operations and free server resources.
A developer shares practical website optimization tips, including updating HTTP links, using AI agents, and cleaning up config files.
Explains how HTMX uses 'previous' and 'next' mechanics with CSS selectors and the Node.compareDocumentPosition() method.
Explains the performance difference between C# collection expressions and collection initializers, showing how expressions preallocate lists.
A technical guide on building a contextual fitness AI agent using LangChain.js, covering architecture, challenges, and implementation details.
A guide to using Langchainjs for coordinating AI agent tool and function calls with chain-of-thought reasoning, including a practical code example.
A guide to planning and designing a hub and spoke cloud network architecture, focusing on principles like resilience, micro-segmentation, and cost management.
A tutorial for R users on mastering data wrangling in 5 progressive levels, using the dplyr package and the Ames housing dataset.
Learn two Git tricks: quickly switch back to the previous branch and view the last 5 checked-out branches using reflog.
A guide to centralizing CancellationToken management in ASP.NET using a middleware service to reduce repetitive code.