EF Core 8.0: Numeric Rowversion for Azure SQL/Microsoft SQL Server .NET, .NET Core, ASP.NET, ASP.NET Core, Visual Studio, Jaliya Udagedara
The Anxiety Epidemic Everywhere you turn these days, someone’s freaking out about something. Your coworker’s having a meltdown over a looming deadline. Your fri...
Failed Attempt at Creating a Video Search Engine I’m a Toronto-based software developer specializing in Ruby on Rails / Crystal with game development experience, passionate about AI and open source. Join me as I share insights, best practices, and explore the intersections of technology, gaming, and AI.
NVIDIA Transitions Fully Towards Open-Source GPU Kernel Modules | NVIDIA Technical Blog With the R515 driver, NVIDIA released a set of Linux GPU kernel modules in May 2022 as open source with dual GPL and MIT licensing. The initial release targeted datacenter compute GPUs…
Soundcljoud, or a young man's Soundcloud clonejure In which I put Soundcloud out of business in 243 lines of Clojure
System Design Sketches | Trekhleb System design sketches for popular system design interview questions.
Python: it is now() time to migrate from utcnow() Python utcnow() method is not timezone aware, and Python 3.12 is deprecating it. Learn how to migrate your code to use now() instead.
Teaching a 3-Year-Old and LLMs This past holiday weekend, my wife and I traveled to the East Coast to visit family. Spending time with my 3-year-old niece was a highlight, and one of our experiences sparked some interesting thoughts about LLMs.
Why parenting makes you human A family in my environment has recently lost their child in a terrible accident. I cannot imagine what those parents must be going through, but it has made me reflect on what it means to be a parent. In this semi-digital world, we’re losing touch with wha...
White Labeling .NET MAUI Apps In this blog post about white labeling .NET MAUI apps, you will learn how you can create customized client apps using a single, shared code base.
Panic! at the Tech Job Market “I have the two qualities you require to see absolute truth: I am brilliant and unloved.”
Creating an already-completed asynchronous activity in C++/WinRT, part 7 - The Old New Thing Implementing the contract directly.
I built a tool which tracks all VC fundings worldwide and announces when new funding deal is closed! This app will give you all information about the company & their key employees with contact details (email + linkedin). Free access to everyone who comments on this submission! Posted in r/VenturedCapital by u/Weary_Mobile_3023 • 3 points and 33 comments
Import and export Markdown in Google Docs What’s changing In 2022 , we introduced expanded support for composing with Markdown in Google Docs on web. Today, we’re introducing highly-...
I created a tool to track all VC Funded Startups. Use it to scale your sales or for research! Posted in r/SalesOperations by u/SadFile3857 • 2 points and 3 comments
Check out my data science project - live stream of all VC funded startups. This scrapes 1k+ news sources and aggregates all funded startups into one place. What else could I make with this technology? Posted in r/DataScienceProjects by u/Narrow-Sample1910 • 3 points and 3 comments
Building a Safer Future - How NuGet is Tackling Software Supply Chain Threats - The NuGet Blog Despite significant technological progress in addressing complex security threats, the key to preventing the next attack lies in adhering to fundamental security principles. It’s essential to ensure the software ecosystem is secure, focusing on protecting...
.NET Aspire vs Docker. Comparing setting up a PostgreSql dependency using Docker vs using .NET Aspire?
Using AZD for faster incremental Azure Container App deployments in Azure DevOps | johnnyreilly Learn how to speed up deployments using the AZD command.
Making Visual Studio a bit more visual - Visual Studio Blog Any web, desktop, or mobile developer works with images often. You reference them from C#, HTML, XAML, CSS, C++, VB, TypeScript, and even in code comments. Some images are local, and some exist online or on network shares, while others only exist as base6...
UX Crash Course: Wayfinding Good wayfinding is intuitive and consistent throughout the experience and shows only relevant information. See practical examples of helpful wayfinding design.
How To Fix .NET Nullability Warnings For Guarded Members Using the System.Diagnostics.CodeAnalysis namespace to quiet nullability warnings in C# code.
Debug your .NET 8 code more efficiently .NET 8 introduces a lot of debugging improvements. If you take a look for example at the HttpContext , you see that you get a much better de...
Multithreading in Blazor WASM using Web Workers - Kristoffer Strube’s Blog In this article, we will go through how to use two of the most prominent Blazor Web Workers OSS libraries; we will show a separate Web Workers implementation that I have created myself which uses the experimental-wasm .NET workload and, in the end, do a l...