Building a digital vigil for those we've lost This post is hard to write in a lot of ways. It's more personal than most I've written. This is presumptively a tech blog, and this piece is about so much more than technology. But it's important.
Migrating Page Navigation Apps from Xamarin Forms Learn about common pitfalls and practical solutions for migrating Xamarin Forms page navigation to Uno Platform. Dive into Xamarin Forms' NavigationPage and Uno's Frame control, comparing navigation patterns, hardware button integration, and adding a Navi...
Radius a new open-source application platform for the cloud | BRK402 The Microsoft Azure Incubations team is excited to announce Radius, a cloud-native application platform that enables developers and the platform engineers wh...
Microsoft Canada - Calgary Automation and Integration Day Join Microsoft and our Partners (MNP & Horton Cloud) for a day to dive into the latest product announcements, customer stories and enablement of our Power Automate & Azure Integration Services capabilities. You will hear from Microsoft...
The New CSS Math: rem() and mod() New math constants and functions are coming to CSS... now with more remainders and modulo
The Creator's Curse: Why your latest project will eventually make you miserable | Peter Shallard You have a great new idea for a creative project that’ll move your business forward. It feels exciting and sexy. You’re pumped, because part of you thinks this’ll be the best thing ever. You know it’ll be hard to actually build your thing, but you dive in...
C# Data Access: Complex Objects with Dapper In C#, we deal with complex objects that have nested objects inside of them. In SQL, a query returns flat rows. Those two structures don't match up well. Ent...
Never again compare a startup to a vitamin There’s a ubiquitous piece of startup advice: “Sell painkillers, not vitamins.” With painkillers, the story goes, you fix something that’s b...
Discount rates in venture backed startups For some ten years I have advised students in my entrepreneurship class to use a 40% discount rate in their lifetime value calculations. Every semester someone decides to take advice they found on …
Back up your Bitwarden vault in a future-proof and secure way Introduction Your Bitwarden vault contains (hopefully) all of your passwords and other sensitive data, so it would be good to have a backup of it in case something goes wrong. In this post, we will explore how to export your Bitwarden data, keep it safely...
Writing a Cloudflare worker with squint and bun In this post I'll describe how to write a Cloudflare worker with squint and bun.
How to Effectively Set Up NextJS with a Component Library using Monorepos Learn how to set your next project up for success by effectively configuring Storybook and NextJS within a monorepo archictecture that will scale with your project.
Exploring macOS private frameworks Apple develops a growing amount of frameworks. As an application developer, youare probably familiar with public frameworks such asAppKit andCore Data.These frameworks are well documented, and you will find lots of tutorials andexamples atdeveloper.apple....
SearchArray: Making search relevance not so special Make traditional text search a core part of the Python data stack
Data-Driven Development is a Lie In the Clojure community, people often discuss such things as data-driven development. It is like you don’t write any code or logic. Instead, you declare data structures, primarily maps, and whoosh: there is a kind of Deus ex Machina that evaluates these ...
The cocktail revolution - Works in Progress Cocktails aren't what they used to be – and that's a good thing. The search for fresher and more novel ingredients from ever further afield continues to revolutionize mixology for the better.
Monkey Conf 2023 El mayor evento celebrado en España centrado en el desarrollo multiplataforma de aplicaciones con .NET.
Improvements & Changes in Android resource generation in .NET 8 - .NET Blog In .NET 8 we have made some vast improvements in changes to how Android resources work in regards to the designer assembly. If you are building Android apps and libraries there are some important changes to know about.
Post .NET Conf wrap-up, TagzApp Review and Tech News discussions Powered by Restream https://restream.ioFritz works on the TagzApp open source application. You can find it at https://github.com/FritzAndFriends/TagzApp
The State of Integration This video shares why Azure Integration Services is right Integration platform for your organization. It also covers our strategy for Azure Logic Apps as a ...
.NET 🚀🔥 : The Game-Changing New Features of .NET 8 Unveiled 🔥🔥🔥 Dive into the future of development with ".NET 8 Unveiled!" Discover how the latest iteration is transforming the landscape with performance boosts, cloud-na...
If you're going to crash on an unhandled exception, you may as well do it sooner rather than later - The Old New Thing Avoiding the problem discovered by the case of the invalid argument exception from a method that takes no arguments.
20+ Years of .NET and Me I realized this weekend that I’ve worked with .NET now for over 20 years. During the Thanksgiving week of 2002 when it was unusually quiet in the office because most folks were out, I spent t…
Exploring Examples Of The Mediator Pattern In C# Let's explore examples of the Mediator Pattern in C#! See how the Mediator Pattern in C# can promote loose coupling, and increase scalability.
Embedding additional files in an MSBuild binary log file - Gérald Barré In this post, I describe how to embed additional files in an MSBuild binary log file to help to diagnose builds using a binlog file.
Youtube has started to artificially slow down video load times if you use Firefox. Spoofing Chrome magically makes this problem go away. Posted in r/youtube by u/vk6_ • 3,782 points and 337 comments
GitHub - Acly/krita-ai-diffusion: Streamlined interface for generating images with AI in Krita. Inpaint and outpaint with optional text prompt, no tweaking required. Streamlined interface for generating images with AI in Krita. Inpaint and outpaint with optional text prompt, no tweaking required. - GitHub - Acly/krita-ai-diffusion: Streamlined interface for gen...
How to Deploy .NET 8's New .NET Aspire Stack Use code BLACKFRIDAY23 and get 40% off any course and 20% off any bundle on Dometrain: https://dometrain.com/courses?coupon_code=BLACKFRIDAY23Become a Patreo...
.NET Aspire: Cloud-Native App Development With Microsoft's Latest Project Microsoft released .NET 8 last week, one of the most notable news within the launch was .NET Aspire. The cloud-native development stack for building resilient, observable, and configurable cloud-native applications with the dotnet. .NET Aspire includes a ...
Clever code is probably the worst code you could write And clear, readable code is probably the hardest code to write
sign up or log in r/YouTube is for discussion about YouTube. This is a fan sub, not run or owned by YouTube! Please read the rules:...
Escaping The .NET 8 Blazor Redirect To Login Hell The redirect to login functionality doesn't work in the .NET 8 Blazor Visual Studio template. That caused me a lot of frustration recently as I hit a lot of ...
GitHub - prom3theu5/aspirational-manifests Contribute to prom3theu5/aspirational-manifests development by creating an account on GitHub.
Trying to automate Microsoft Entra ID App Registration process using Terraform The purpose of this post is to test the App Registration process using the latest version of the Terraform provider for Microsoft Entra ID. To achieve this, we're going to register multiple apps on Microsoft Entra ID and make them interact with each other...
The Programmer Gap Like many people, I’ve been thinking quite a lot about the impact of AI on the software development industry. Based on the current state of the Copilot technologies from GitHub and Microsoft in Visual Studio Code and Visual Studio (and increasingly in oth...
GitHub - arcataroger/awesome-engineering-games: A curated list of engineering-related video games rated Very Positive or higher on Steam A curated list of engineering-related video games rated Very Positive or higher on Steam - GitHub - arcataroger/awesome-engineering-games: A curated list of engineering-related video games rated Ve...
Practical Tips for Finetuning LLMs Using LoRA (Low-Rank Adaptation) Things I Learned From Hundreds of Experiments
Improve ASP.NET Core authentication using OAuth PAR and OpenID Connect This article shows how an ASP.NET Core application can be authenticated using OpenID Connect and OAuth 2.0 Pushed Authorization Requests (PAR) RFC 9126. The OpenID Connect server is implemented usi…
React Basics: Guide to the useEffect Hook See how to use the useEffect hook to run code when a state or prop value changes in our React app.
Get Started with Git Using Git and GitHub can be a little intimidating at first. But worry no more; here are the tips, tricks, and analogies that will help you get started with Git..
GitHub - cxli233/FriendsDontLetFriends: Friends don't let friends make certain types of data visualization - What are they and why are they bad. Friends don't let friends make certain types of data visualization - What are they and why are they bad. - GitHub - cxli233/FriendsDontLetFriends: Friends don't let friends make certain ty...
Cake - Cake v4.0.0 released Version 4.0.0 of Cake has been released. Take it for a spin and give us feedback on our discussion board.
Find a subset from a set of values whose sum is closest to a specific value–C# I got an interesting question from my girlfriend last week: Given I have a list of numbers, I want to select a subset of numbers that a...
Return To Office Mandates Can Take A Hike I've been working from home since long before the pandemic. It's been almost 10 years of partial 'wfh' and 6 years of full time 'wfh' for me, and frankly I don't see it ever changing on my end, without threats of physical violence or bags of money. Some f...
Things Programmers Can Do in One Week | Blog | build-your-own.org Things Programmers Can Do in One Week
Kyutai is a French AI research lab with a $330 million budget that will make everything open source | TechCrunch This new lab called Kyutai will be a privately-funded nonprofit working on artificial general intelligence.
ConcurrentStack in C# - Code Maze Discover .NET's ConcurrentStack for thread-safe LIFO operations, ensuring data integrity and high throughput in multi-threaded applications.
Amazon.com: Elgato Stream Deck Pedal – Hands-Free Studio Controller, 3 macro footswitches, trigger actions in apps and software like OBS, Twitch, YouTube and more, works with Mac and PC : Video Games Amazon.com: Elgato Stream Deck Pedal – Hands-Free Studio Controller, 3 macro footswitches, trigger actions in apps and software like OBS, Twitch, YouTube and more, works with Mac and PC : Video Games