.NET MAUI Community Standup - 2025 New Year Kickoff As a new year is upon us, let's celebrate some holiday hacks and talk about our hopes and expectations for what's ahead. Community Links: https://www.theurlist.com/maui-standup-jan2025 Featuring: David Ortinau (@davidortinau), Rachel Kang (@therache...
</> htmx ~ The future of htmx htmx gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext htmx is small (~14k min.gz’d), dependency-free, e...
ASP.NET Core 9: Discover the new developer Exception page Introduction ASP.NET Core 9 has arrived and brings interesting novelties, especially on debugging. In this...
Dive into Time-Series Anomaly Detection: A Decade Review Recent advances in data collection technology, accompanied by the ever-rising volume and velocity of streaming data, underscore the vital need for time series analytics. In this regard, time-series anomaly detection has been an important activity, entaili...
Happy New Year In this edition of #tech on ice, I start the new year off with my predictions in #ai and my resolutions for 2025. #technology#developer#programming#coldplunge
Routing and Topologies – Navigating the Digital Highways - Chris Woody Woodruff When you send an email, stream a video, or check a social media feed, it's easy to take how that data travels to you for granted. Behind the scenes, an intricate system of routing and network topologies ensures that everything arrives where it's supposed ...
C# Semantic Kernel Plugins: Get YouTube Video Info! Semantic Kernel in C# is absolutely awesome! One of my favorite parts is leveraging the plugin system. In this video, let's explore using plugins to play around with getting the AI to query YouTube video data! ---- Get C# 13 and .NET 9 – Modern Cross-Pl...
SharpSite - Open Source CMS with C# Turn your videos into live streams with https://restream.io Let's work on SharpSite, an open source CMS that you can contribute to and learn from. https://github.com/FritzAndFriends/SharpSite
GitHub - basnijholt/tuitorial: Create beautiful terminal-based code tutorials with syntax highlighting and interactive navigation. Create beautiful terminal-based code tutorials with syntax highlighting and interactive navigation. - basnijholt/tuitorial
Beyond the Random Class: Cryptographic Randomness in .NET 6+ Learn how to generate cryptographically secure random numbers in .NET applications using the RandomNumberGenerator class. Discover the importance of true randomness for security-sensitive tasks and explore best practices for generating unpredictable valu...
Don't Use This LINQ Feature. It's Bad. | Code Cop #026 Check out my courses on Dometrain: https://dometrain.com Subscribe to my weekly newsletter: https://nickchapsas.com Become a Patreon and get special perks: https://www.patreon.com/nickchapsas Hello, everybody. I'm Nick, and in this video of Code Cop, I ...
What's Wrong with Microservices? Hi there! Today we are going to talk about microservices, the bad reputation sometimes get and why that is. #csharp #dotnet #microservices
Crafting a Swift Timespan Type — With a Little Prompt Engineering Magic Discover how I crafted a custom Timespan type in Swift to handle precise time calculations with features like arithmetic, formatting, and optional rounding.
Why is Open Source important? And is it free? As I am an open source maintainer myself, I want to highlight my personal thoughts on why open source is important. I will put a bit more focus on the .NET side of things, but most of the thoughts are "valid" in the broader open source world.
This year in LLVM (2024) Another year has passed, so it’s once again time for my yearly summary blog post. As usual, this summary is mostly about my own work, and only covers the more significant / higher level items.
Four years a founder - Time Learnings and anecdotes from four years as a startup founder - timing matters, accept the past and good things take time.
Timescape | by Brian Koberlein The Universe is expanding, but a new paper argues the cause is not dark energy.
Maintaining control of our data with personal databases Relational databases are in their sixth decade, and the database community is understandably celebrating and reflecting on its accomplishments. In two wonderful pieces, Donald Chamberlin shared his perspective on the past half-century, and Eugene Wu share...
How I Biohack My Vitality - Desmolysium The key to changing my life is changing my habits. Big achievements are about the tiny, non-sexy things that I do every day. James Clear preaches this in the book “Atomic Habits” and I do not disagree. But guess what: If I feel awful all of the time, chan...
Leveraging Immutability and Observability for Reliable Undo/Redo in Document-Based Applications Document-based applications are software systems that are centred around creating and editing documents. What constitutes a “document” depends on the application. For a text editor, it may be as simple as a single text file. A CAD application most likely ...
My Planetary Datacenter I: Architecture Explore my homelab ‘Planetary Datacenter’ where ZeroTier networking, MacVLAN tricks, VLAN segmentation, and GPU passthrough combine for a global, DIY cloud.
Getting Started with Prisma and Neon DB: A Modern Approach to Database Prisma and Neon DB provide powerful, flexible solutions for seamless application development and efficient modern database management
How to generate OpenGraph images with Astro and Satori Generating OpenGraph images for your Astro site is an easy way to increase click-through rates and make link previews more appealing. Here's how to set them up!
What kind of Data Team should I join? o understand the differences between these three options, we first need to grasp the nature of the work in each context.
Home Assistant Voice Preview Edition: The Open-Source Game Changer We've Been Waiting For? Charlie's notes on University, homelabs and other bits and bobs.
Keeping Too Much Logic in SQL Queries Does Not Scale Replacing hundreds of lines of code by a single clever SQL snippet is fun and intellectually satisfying. And, after all, there are compelling reasons.
Using NBomber for Performance, Load and Stress testing in ASP.NET WEB API In this post I will teach how to use nbomber for running performance test in ASP.NET Web API. All with live working demo.