Blog Logo
TAGS

10 Microservices Design Patterns for Developers

Consider using these popular design patterns in your next microservices app and make organization more manageable. Microservices solve issues with monolithic architectures by having each microservice ...

Read more...

Tmds.ExecFunction

Tmds.ExecFunction is a library that makes it simple to execute a function in a separate process. This can be interesting for writing tests that require a separate process, or running some code with a ...

Read more...

Test Driven Development with C# - from Padawan to Jedi - Scott Sauber - NDC Porto 2023

Test Driven Development with C# - from Padawan to Jedi - Scott Sauber - NDC Porto 2023

In this talk, Scott discusses test-driven development (TDD) with C, focusing on guiding net developers who may be new to TDD. He clarifies that although the talk assumes the audience hasnt seen TDD be...

Read more...

Why is it so Hard to Create a Great Platform-as-a-product? • Nicki Watt • GOTO 2023

Why is it so Hard to Create a Great Platform-as-a-product? • Nicki Watt • GOTO 2023

Nikki Wat, the CEO and CTO of open Credo, a software development consultancy based in London, discusses the challenges of creating distributed architectures, cloud-native systems, data solutions, and ...

Read more...

Epic: Eventing Framework in .NET 9

This issue captures issues related to the eventing framework work area in .NET 9. Issues and categorizations are grouped under the Epic label. The milestone for this work is 9.0.0.

Read more...

Current State of C# Platform Support in Godot 4.2

With the recent release of Godot 4.2, projects that use C# can now export to Android and iOS. Let’s take a look at the current platform support for C# projects and what to expect from future releases ...

Read more...

Zed is now open source

Were excited to announce that Zed is now an open source project. The code for Zed itself is available under a copyleft license to ensure any improvements will benefit the entire community (GPL for the...

Read more...

Enhancing Language Models with Task-Agnostic Scaffolding

We introduce meta-prompting, an effective scaffolding technique designed to enhance the functionality of language models (LMs). This approach transforms a single LM into a multi-faceted conductor, ade...

Read more...

fluxzy: A Fully Managed MITM Engine and CLI App

fluxzy is a fully managed and fully streamed MITM engine and a CLI app to intercept, record and alter HTTP/1.1, H2, websocket traffic over plain or secure channels. It provides core features such as i...

Read more...

Icons for D2

A collection of hand-picked icons and graphics for use in D2 diagrams. These hosted icons are provided, free, for your convenience, but D2 is not restricted to using these whatsoever. You can set icon...

Read more...

DoorDash Uses Service Mesh and Cell-Based Architecture to Reduce Data Transfer Costs

In a recent move, DoorDash has significantly optimized its cloud infrastructure costs by implementing zone-aware routing with its Envoy-based service mesh and utilizing its Cell-Based Architecture. Th...

Read more...

The Rise of the Serverless Data Architectures

Gwen Shapira explores the implications of serverless workloads on the design of data stores, and the evolution of data architectures toward more flexible scalability. Serverless databases have become ...

Read more...

Architecture as a code

Visualize, collaborate, and evolve the software architecture with always actual and live diagrams from your code. LikeC4 is a modeling language for describing software architecture and tools to genera...

Read more...

Overarch: A data driven description of software architecture based on UML and the C4 model

Overarch is a tool that allows you to describe your software architecture as data and generate representations such as diagrams. It supports core and supplementary C4 diagrams, as well as UML use case...

Read more...

pumla - re-usable models as code

# pumla [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=pumla%20%2D%20re%2Dusable%20models%20as%20code%20&url=https://github.com/D...

Read more...

Autonomous microservices dont share data. Period. - Dennis van der Stelt - NDC Porto 2023

Autonomous microservices dont share data. Period. - Dennis van der Stelt - NDC Porto 2023

This talk was recorded at NDC Porto in Porto, Portugal. #ndcporto #ndcconferences #microservices #dotnet #softwaredeveloper Attend the next NDC conference near you: https://ndcconferences.c...

Read more...

# Sharpify - A Collection of High Performance Language Extensions for C#

Sharpify is a collection of high performance language extensions for C# that provide various features and optimizations. It includes fully native AOT compatible utilities, discriminated union objects,...

Read more...

Integration that uses Home Assistant Kafka integration for creating home automations in .NET

# ha-kafka-net Integration that uses Home Assistant Kafka integration for creating home automations in .NET It was created with the following goals: * Create Home Assistant automations in .NET * Expos...

Read more...

An in-depth guide to Dapr workflow patterns in .NET

After covering Dapr workflow basics in the previous article, let’s take a look at the different application patterns that can be used with Dapr workflow and .NET. The patterns covered in this post are...

Read more...

Rider 2023.3: AI Assistant, .NET 8 Support, C# 12 and F# 8 Features, Debugging Improvements and More

JetBrains has released Rider 2023.3, the latest version of their cross-platform .NET IDE. This release contains an AI Assistant, support for .NET 8 SDK and an extended list of C# 12 and F# 8 features....

Read more...