chore: add articles for c#, HotChocolate and Svelte

This commit is contained in:
Theresa Henze
2022-10-27 14:40:59 +02:00
committed by Bastian
parent a175e22525
commit ecc331f03c
4 changed files with 30 additions and 1 deletions

View File

@@ -1 +0,0 @@

View File

@@ -0,0 +1,9 @@
---
title: "C#"
ring: adopt
quadrant: "languages-and-frameworks"
featured: true
---
C# is a statically, strongly typed and object-oriented language.
After PHP and several JVM languages, we also have projects with C#. We value all features of this highly developed language.

View File

@@ -0,0 +1,10 @@
---
title: "Hot Chocolate"
ring: assess
quadrant: "languages-and-frameworks"
featured: true
---
[Hot Chocolate](https://chillicream.com/docs/hotchocolate/v12) is an open-source GraphQL server for .NET.
It is compatible to many GraphQL clients and tools and is really easy to setup and use. We assess it in one of our
projects as an alternative to [GraphQL .NET](https://graphql-dotnet.github.io/docs/getting-started/introduction/).

View File

@@ -0,0 +1,11 @@
---
title: "Svelte"
ring: assess
quadrant: "languages-and-frameworks"
featured: true
---
[Svelte](https://svelte.dev/) is neither a language nor a framework, but actually a compiler. It compiles HTML templates to specialized code that
manipulates the DOM directly, which may reduce the size of transferred files and give better client performance.
It is surprisingly easy to work with, and we currently assess it in an internal project.