#17 Ismael Nzouetom Failure Lessons I-Dispo | Doumer's Blog Ismael Nzouetom Failure Story (I-Dispo). Aujourd’hui, on va parler d’échec, et de lecons tirés de cet échec.
Burke Learns Blazor - More frontend fun! We're going to work on the top bar on the Edit form and hook the form up with the backend API.Community Links: https://theurlist.com/burke-learns-blazorFeatu...
Mr. Maeda’s Cozy AI Kitchen: AI-copiloted Career Advising with guest Kevin Bethune John Maeda is Microsoft’s VP of Design and AI. He also enjoys cooking up some warm and wonderful AI goodies in his kitchen. John’s guest today is Kevin Buth...
Web Components Will Outlive Your JavaScript Framework | jakelazaroff.com If we're building things that we want to work in five or ten or even 20 years, we need to avoid dependencies and use the web with no layers in between.
Have I Been Pwned: API v3 Have I Been Pwned allows you to search across multiple data breaches to see if your email address or phone number has been compromised.
It's 2023, here is why your web design sucks. Exploring the reasons why we no longer have web designers.
Crafting boring APIs: lessons learned from implementing fallback handlers in Pavex | Luca Palmieri APIs should not surprise: we see what it takes to apply this design principle to the API router for Pavex, a Rust web framework
axo blog - System dependencies are hard (so we made them easier) About cargo-dist's new tooling for installing and introspecting system dependencies
iLeakage: Browser-based Timerless Speculative Execution Attacks on Apple Devices We present iLeakage, a transient execution side channel targeting the Safari web browser present on Macs, iPads and iPhones. iLeakage shows that the Spectre attack is still relevant and exploitable, even after nearly 6 years of effort to mitig...
Unity Killed Modern Proprietary Gaming For Me As some of you undoubtedly have heard Unity, the company behind one of the most prolific game engines of our time called Unity Engine, recently announced some changes to their pricing. On the surface this may sound like quite a big nothing burger if you ...
My 2023 all-flash ZFS NAS (Network Storage) build For over 10 years now, I run two self-built NAS (Network Storage) devices which serve media (currently via Jellyfin) and run daily backups of all my PCs and servers. In this article, I describe my goals, which hardware I picked for my new build (and why) ...
Automattic's Tumblr/ActivityPub integration reportedly shelved When Twitter changed hands and Mastodon had its 15 minutes of fame, on October 2022, it seemed that we were on the verge of a digital revolution based on Act...
How Databases Store and Retrieve Data with B-Trees Learning about data storage and B-Trees from "Database Internals: A Deep Dive Into How Distributed Data Systems Work" by Alex Petrov (O'Reilly Media).
Avoiding addictions Capitalism is great at giving people what they demand and making them even want things they don’t need. Once a company creates a product or service, the industry streamlines its production, distribution, and sales to maximize efficiency. The more they sel...
It's Fucking Impossible to Stay Healthy My college physical life was a bit strange. I worked out(weights) nearly every day, except that I basically didn’t move from my chair at any other point in time. Food was a block away, and I nearly never went to class. The few times I did, I would use an ...
Integration Testing GraphQL Endpoints with Alba I’m helping a JasperFx Software client get a new system off the ground that’s using both Hot Chocolate for GraphQL and Marten for event sourcing and general persistence. That’s le…
Azure Java Jockeys Get OpenAI Playground -- Visual Studio Magazine Microsoft's dev team for Java on Azure tooling announced support for the Azure OpenAI Service and associated Playground, enabling new AI-based scenarios based on advanced tech from Microsoft partner OpenAI, creator of ChatGPT.
Anatomy of a .NET devcontainer Wondering how the new .NET Codespaces environment is configured? Check out the devcontainer definition to learn more and how you can do this too!
Create a web API with ASP.NET Core and MongoDB This post is about configuring Mongo DB and creating ASP.NET Core Web API to work with Mongo DB using MongoDB.EntityFrameworkCore nuget package. Recently MongoDB team announced a EF Core provider for MongoDB. Earlier this year I blogged about MongoDB and ...
Loyal workers are selectively and ironically targeted for exploitation Loyalty is often touted as a moral principle, or virtue, worth exemplifying in social and business relations. But is it always beneficial to be loyal?…
Azure DevOps Podcast: Shawn Wildermuth: Web Service APIs in .NET 7 - Episode 266 Shawn Wildermuth has been tinkering with computers and software since he got a VIC-20 back in the early ’80s. He has been a Microsoft MVP, Pluralsight Author, and filmmaker. You can reach him at his blog at and he makes films at . Topics of Discus...
Mr. Maeda’s Cozy AI Kitchen: AI-copiloted Career Advising with guest Kevin Bethune John Maeda is Microsoft’s VP of Design and AI. He also enjoys cooking up some warm and wonderful AI goodies in his kitchen. John’s guest today is Kevin Buth...
GitHub - AndrewWalsh/openapi-devtools: Effortlessly discover API behaviour with a Chrome extension that automatically generates OpenAPI specifications in real time for any app or website Effortlessly discover API behaviour with a Chrome extension that automatically generates OpenAPI specifications in real time for any app or website - GitHub - AndrewWalsh/openapi-devtools: Effortle...
How to Master the Art of Reflection in CSharp and Boost Your Programming Skills Learn about reflection in CSharp and how it can be used. See how reflection in C# allows you to explore and modify objects, classes, and assemblies at runtime.
Tarsnap has given 2^18 dollars to open source Yesterday I read a great article from Sentry entitled "We Just Gave $500,000 to Open Source Maintainers", and it made me wonder just how much Tarsnap had spent on supporting open source software over the years. Ever since December 2009 Tarsnap has spent ...
Interfaces vs Abstract Classes A popular C# interview question is to explain the differences between interfaces and abstract classes, why use an interface over an abstract class or an abst...
Dynamically Adding Rows on a Form in Razor Pages - Code Maze In this article, we will understand how to add and remove rows in Razor Pages Form in ASP.NET Core dynamically.
Azure Friday - Learn about the Azure cloud with this free weekly educational video podcast with Scott Hanselman and Friends! Azure Friday - Search through past episodes of the Azure Friday cloud video podcast with Scott Hanselman and learn more about the Azure Cloud!
Release v0.3.0 · cgillum/azure-functions-openai-extension This release contains full support for Azure OpenAI deployments, allowing users to safely interact with OpenAI's advanced models without exposing any data to OpenAI. NuGet Packages The following Nu...
Accelerate your software engineering career by tracking your work Your manager doesn’t know what you’re doing. They do know about things you should be doing they care about but you’re doing much more than that. You’re probably doing much more than even you think …
Uno Platform Live Coding: Porting WinUI 3 code! Today we embark on a new adventure of porting the newly published WinUI 3 code to C# and Uno Platform!
Microsoft .NET Code Analysis: Consider Using String.Contains() Instead of String.IndexOf() In this article, we explore Microsoft’s recommendation to utilize the String.Contains() method instead of String.IndexOf() for improved code readability. We provide code examples to illustrat…
Interfaces can have private methods Let's drop some "useless" knowledge here. Interfaces can have private methods. This comes with the C# 8 feature: "Default interface methods".
React Basics: How to Use Cookies in React Cookies are a common way to store and retrieve data on the client side in web applications. See some examples of setting and using cookies in React.
Creating a Service Virtualization Capability from Scratch (Part 2) A case study in building a cloud tool to perform service virtualization using LocalStack (AWS), minimal APIs, and Terraform
Creating a Service Virtualization Capability from Scratch (Part 1) A case study in building a cloud tool to perform service virtualization using LocalStack (AWS), minimal APIs, and Terraform
How to use Testcontainers with .NET Unit Tests | The .NET Tools Blog With Testcontainers, you can spin up and tear down Docker containers as part of your automated tests. For example, if you need a database, you don't need to mock it: your xUnit, NUnit, and MSTest code can launch an actual database against which you can va...
JavaScript Decorators: What They Are and When to Use Them — SitePoint Learn about decorators in JavaScript: what they are, how they work, what they're useful for, their pros and cons, and how to use them.
Global Endpoint Filters with ASP.NET Core Minimal APIs Minimal API endpoint filters for ALL the Minimal API endpoints
Migrating to v4 Azure Functions Node.js with TypeScript | johnnyreilly Learn how to migrate a TypeScript Azure Functions app to the v4 Node.js programming model.
Metalama Source Code Available | PostSharp Blog It is important to note that “source-available” does not equate to “open source” as defined by the Open Source Initiative (OSI). If you need more features than those provided by Metalama Free, you will still need to acquire a license for Metalama.
C# Record Explained - NDepend Blog Unlock the power of C# records with this comprehensive guide. Explore their features, syntaxes, applications and benefits.
.NET 8 Top 10 New Features - NDepend Blog Explore the Top 10 New Features in .NET 8 - Uncover the latest enhancements and innovations in this game-changing release.
Redefining Developer Workflow with Pieces.App's Tsavo Knott Tsavo Knott and the team at Pieces have an app that smooths the spaces between your developer tools. It makes you smarter and makes your workflow more seamless as you move code context from ide to web, from browser tab to clipboard, through your entire to...
Mr. Maeda’s Cozy AI Kitchen: AI-copiloted Design Thinking with guest Ben Sheppard Welcome to the first episode of Mr. Maeda’s Cozy AI Kitchen. First off, please note we had a bit of an issue with the audio inside of our refrigerator for ...
That Time the City of Seattle Accidentally Gave Me 32m Emails for 40 Dollars October 19, 2018 — Matt Chapman