-
Take the `Age` type from chapter 3 as an example ([source code](https://github.com/la-yumba/functional-csharp-code/blob/master/Examples/Chapter03/Age.cs)).
Suppose I want to create a `Person` class…
-
Picking up from https://github.com/Strider-CD/strider/issues/667
## Idea
Thin API that communicates with drones and supports plugins. No UI in core, since it can be implemented as a plugin.
## Goal
…
-
AsyncAPI is a sister specification to OpenAPI for describing asynchronous (e.g. message queuing) APIs. AsyncAPI is gaining some traction in the industry and by producing an emitter for this we could d…
-
We're implementing a microservices architecture using NestJS and RabbitMQ for inter-service communication. The current goal is to distribute messages from one service to multiple other services using …
-
Certainly! Let's dive into a comprehensive brainstorm on how your code and project can evolve to achieve your goals. We'll explore various ideas, metrics, and improvements that could help you optimize…
-
I would like to know who uses this API, and how many downloads have been made?
-
@vaadin-bot commented on [Fri Jan 28 2011](https://github.com/vaadin/framework/issues/1437)
**Originally by @jojule**
___
The proposal outlines a new operation mode for Vaadin applications wher…
pleku updated
2 years ago
-
### Current Behavior
When meshery server boots up its unable to seed a catalog content (https://github.com/meshery/meshery/blob/master/docs/catalog/abf90eeb-9cd9-4186-b9e4-118946f35ac4/0.0.1/desi…
-
Remove carriage return and line separation------------
gawk -v RS='"' 'NR % 2 == 0 { gsub(/\n/, "") } { printf("%s%s", $0, RT) }' filename
Micro Services tute.............
https://howtodoinja…
-
Hi @joeldg, nice project you created!
I was wondering if you have a vision about separating the app, webserver and db into separate docker containers? We might be able to simplify a few things by t…