Keyset Cursors, Not Offsets, for Postgres Pagination We're building Sequin, a Postgres CDC tool to streams and queues like Kafka, SQS, HTTP endpoints, and more. Efficient, correct pagination is paramount for our backfill process, so we use keyset cursors extensively. You've probably heard about the limi...
C# Web Development on SharpSite with a focus on Auth part 2 Turn your videos into live streams with https://restream.io Fritz is working on adding authentication to SharpSite https://github.com/FritzAndFriends/SharpSite
Using Dependabot to Manage .NET SDK Updates - .NET Blog Learn how to use Dependabot to keep your .NET SDK version up to date with the latest security patches and improvements.
Easily Upgrade .NET MAUI & Blazor Hybrid apps to .NET 9 in Minutes .NET 9 is here and with it comes some sweet new features and performance enhancements for .NET MAUI. Let's get your .NET MAUI apps upgraded in just a few minutes and talk about some of the more substantial updates to consider. Links: .NET 9 Announcement:...
C# Web Development on SharpSite with a focus on Auth part 2 Turn your videos into live streams with https://restream.io Fritz is working on adding authentication to SharpSite https://github.com/FritzAndFriends/SharpSite
Why do we need redis? Learn how to cancel long-running jobs in .NET the right way. Using Redis and CancellationToken, I’ll show you how to build a system for on-demand cancellations. Simple, clear, and effective! Join my mailing list: https://mdbouk.com/ Follow me on X: https...
Stop Using Exceptions in C#! Here’s Why and What to Do Instead Exceptions in C# are notoriously slow and should be avoided at all cost! If you are using exceptions for normal flow control, you need to watch this video! By simply using other patterns and practices you can reduce the memory footprint and greatly impro...
ChatGPT vs. Advent of Code 2024 Day 5: Print Queue ChatGPT vs. elven printers, what could go wrong? #openai #chatgpt #python #ai #codeinterpreter #adventofcode Contents: 0:00 - Intro 0:06 - Part 1 1:10 - Part 2 2:27 - Summary
[Monkey Conf 2024] Strategies for Modernising .NET Applications with Avalonia Avalonia is the best-kept secret in the .NET community, and this session aims to shed light on why so many have fallen in love with it! I'll walk you through the competitive landscape of .NET UI technologies and how you can take your .NET applications to ...
Join the December Community Standup: Explore What’s New in .NET MAUI 9 This December, join David, Rachel, and guests as they wrap the year 2024 by discussing the most recent advancements in the world of .NET MAUI during the monthly community standup following the rele…
EF Core 9.0: UseSeeding and UseAsyncSeeding .NET, ASP.NET Core, Visual Studio, Azure, Jaliya Udagedara
Late Takes on OpenAI o1 I realize how late this is, but I didn’t get a post out while o1 was fresh, and still feel like writing one despite it being cold. (Also, OpenAI just announced they’re going to ship new stuff starting tomorrow so it’s now or never to say something.)
Testing reading comprehension in 15 LLMs - Bulmash Media POSSIBLE SPOILER ALERTThis article discusses asking various models a question about my novel, Hell on $5 A Day, after providing it for context or RAG (retrieval augmented generation). The specific question addresses how one character dies. It’s a little b...
I hate `apt` Let me start this post by writing how much I thank the Ubuntu, Debian and therefore also the apt ecosystem to be there in my life. It was there when I operated VPS back in 2010, it excited me in 2013 when I used Ubuntu as my main Desktop Operating System,...