Message Types in Domain-Driven Design
This article by Alex Alves discusses message types in Domain-Driven Design. A message can be any intention of transmitting and/or processing information, regardless of the way it is produced and consu...
Net8.0-Browser TFM: A TFM for Applications Running in the Browser
This document outlines the scenarios, user experience, requirements, goals, and non-goals of Net8.0-Browser TFM. The design challenges and details of the TFM are also discussed, along with the stakeho...
Whats New in Entity Framework Core 8
Entity Framework Core 8, set to release in November 2023, brings several new features and improvements to existing features of EF Core 7. These notable features include support for raw SQL queries for...
Coeus - AI Computing Assistant
The Coeus AI Computing Assistant is a MacOS tool that uses the OpenAI API to generate images, answer questions, provide math solutions, recipes, code examples/correction, write reports, write letters,...
GitHub Enhanced Copilot with New AI Model and Security-Oriented Capabilities
GitHub has released new enhanced features for its Copilot with a more sophisticated AI model and security-oriented capabilities. The new Copilots added capabilities allow developers to code with bette...
GitHub Enhances Copilot with New AI Model and Security-Oriented Capabilities
GitHub has implemented a new AI model in Copilot that is faster and more accurate than the previous one, as well as enhanced AI to detect vulnerabilities and block insecure coding patterns in real-tim...
A Minimal API Discovery Tool for Large APIs
Shawn Wildermuth talks about his experimental nuget package called WilderMinds.MinimalApiDiscovery, which helps to discover Minimal APIs instead of mapping them all in Program.cs, and explains how it ...
Using ChatGPT to Build System Diagrams - Part I
In this article, aruva explains how ChatGPT can be used to create system diagrams, particularly in the financial domain for Wealth Management. The article highlights the growing popularity of ChatGPT ...
Using ChatGPT to Build System Diagrams with C4 Diagramming Model
In this article, aruva - empowering ideas explores the use of ChatGPT to build system diagrams using the C4 diagramming model. The author provides a prompt for software architects, focusing on the use...
Optimizing Entity Framework Core Database Queries With Dynamic Program Analysis
Learn how Dynamic Program Analysis (DPA) in ReSharper and JetBrains Rider can help optimize your applications performance by automatically monitoring it for common memory allocation and database issue...
200-Year-Old Math Opens Up AI’s Mysterious Black Box
A team of Rice University researchers trained a deep neural network using Fourier analysis, a 200-year-old mathematical tool, to quickly train more accurate neural networks. Fourier analysis provides ...
[LDM] - Union Types · dotnet/csharplang · Discussion #7010 · GitHub
This is a summary of discussions held on discriminated unions in C# by members of the C# language design team. Union types are types where instances represent a single case from a closed set of possib...
Architecture Modernization Enabling Teams (AMET): The Key to Continuous, Value-Driven Modernization
This article describes the Architecture Modernization Enabling Team (AMET), a pattern observed and applied in multi-team-scope architecture modernization initiatives. AMET is a type of architecture en...
Getting Started with the ChatGPT API and Python
OpenAI launched the ChatGPT API today which makes it so easy to create chatbots in Python. This guide details how to build a command line chatbot using Python and ChatGPT API in just 16 lines of code....
How to Build a Consistent Workflow for Development and Operations Teams
In this post, learn how to bring together the worlds of infrastructure, operations, and development to enable consistent workflows and guardrails throughout the entire CI/CD pipeline. GitHub and Hashi...
How to Build a React Admin Panel with Mantine and Strapi
Learn how to build a React Admin Panel with Mantine and Strapi using refine, a free, open-source, and MIT-licensed React framework for building CRUD apps. The article covers setting up a refine applic...
How to Convert Image to Text with Azure Computer Vision
Learn how to use Azure Computer Vision to automate the process of extracting text from a receipt or other images. With this tutorial, youll be able to create a small console app using C#, Visual Studi...
Interactive Microservices as an Alternative to Micro Front-Ends for Modularizing the UI Layer
Learn about the benefits of using interactive microservices as a solution for modularizing the UI layer, and compare them to micro front-ends. Join world-class software leaders at QCon San Francisco (...
Interactive Microservices as an Alternative to Micro Front-Ends
In this article, Doğa Armangil explores the concept of interactive microservices as an alternative to micro front-ends for modularizing the UI layer. While microservices have found widespread adoption...
Yaci DevKit - A Set of Dev Tools for Development on Cardano
Yaci DevKit is a set of dev tools that enables developers to create/manage a local cluster and other utilities for development on Cardano. It includes Yaci CLI - a CLI to create/manage a local cluster...