Feed

This is a feed of links I've run across and found interesting or noteworthy. The images, content and opinions in them are owned by their respective authors.
Top 10 GitHub Copilot Features Every Developer Should Know

Top 10 GitHub Copilot Features Every Developer Should Know

C# Corner - c-sharpcorner.com

Explore essential GitHub Copilot features to enhance developer productivity, including smart code completions and Copilot Chat.

GitHub Copilot, features, developer, productivity, code completions

Read More
GPT-OSS - A C# Guide with Ollama

GPT-OSS - A C# Guide with Ollama

N/A - devblogs.microsoft.com

Learn to run GPT-OSS locally using C# and Ollama for efficient, private, and offline AI development.

GPT-OSS, C#, Ollama, AI, offline

Read More
The Real Cost of Abstractions in .NET

The Real Cost of Abstractions in .NET

Milan Jovanovic - milanjovanovic.tech

Explore how certain abstractions can protect systems while others lead to complexity. Understand when to use abstractions or risk incurring technical debt.

abstractions, .NET, technical debt, complexity, performance

Read More

The Fastest Way to Add AI to Your .NET App: Amazon Bedrock

Milan Jovanović - youtube.com

Learn to integrate Generative AI into .NET apps using Amazon Bedrock, covering model selection, configuration, and chat app development for production readiness.

Amazon Bedrock, .NET, AI, Generative AI, SDK

View
Live Stream Thursday for Marten 8 Projections

Live Stream Thursday for Marten 8 Projections

N/A - linkedin.com

Demonstrating recent improvements to Marten's projection model in the 8.0 release.

Marten, projections, improvements, stream

Read More
Why we built our startup in C#

Why we built our startup in C#

Is It Vritra - SDE I - isitvritra101.medium.com

The co-founder and CTO of Tracebit explains the decision to build their startup using C# and the benefits it offers.

C#, startup, Tracebit, software development

Read More
2x Faster, 73% Less Memory: My .NET 10 vs .NET 8 Battle Report

2x Faster, 73% Less Memory: My .NET 10 vs .NET 8 Battle Report

Is It Vritra - SDE I - isitvritra101.medium.com

.NET 10 offers significant performance enhancements over .NET 8, reportedly being twice as fast and using 73% less memory.

performance, .NET 10, .NET 8, memory, software engineering

Read More

Build Anything with OpenAI’s New OSS Models (n8n Agents)

Kyle Friel - youtu.be

Learn to run OpenAI's new open-source GPT models locally using Docker, integrate with n8n agents, and automate tasks without API costs.

OpenAI, GPT models, Docker, n8n, automation

View
Starbucks Does Not Use Two-Phase Commit

Starbucks Does Not Use Two-Phase Commit

Gregor Hohpe - enterpriseintegrationpatterns.com

Starbucks employs asynchronous processing for order management, enhancing throughput while managing correlations and exceptions effectively, demonstrating practical integration patterns.

asynchronous, messaging, order management, exceptions, integration patterns

Read More

Stop Mapping in .NET Use Facets Instead

Nick Chapsas - youtube.com

Discover Facet, a library that enhances .NET with typed LINQ projections, eliminating traditional mapping overhead.

Facet, .NET, LINQ, mapping

View