Anton Shubin

Results 60 issues of Anton Shubin

- firebase-functions/logger/compat?

enhancement

### Idea A Seed user (developer) should be able to clone Seed and run a script/command that would setup the whole infrastructure for it in the cloud. ## Scope -...

code-organisation

Rephrase text using Amazon "backwards" approach: 1. Heading - Name the product in a way the reader (i.e. your target customers) will understand. 2. Sub-Heading - Describe who the market...

documentation

## Motivation: 1. Track a sequence of requests made by the same user (by `userId`) Right now it's not clear what logs belong to what user. 2. Track a single...

enhancement
expertise required

Motivation: It's important to know how much requests per second can an instance handle. Is there are performance bottleneck? DB connection pool issues? Candidates: - K6.js - to be defined...

enhancement
expertise required

Responsibilities of "event bus": 1. "Queue" A node posts an event, then a free node can grab and process it. Example: Delivery order statuses change: Order created -> Cooking ->...

enhancement
expertise required

Right now LogService usage is a nasty overwhelming boilerplate. Every controller's endpoint and command/query/event handler function look like this: ```typescript async methodName(...params): ReturnType { return this.logger.trackSegment(this.methodName.name, async () => {...

enhancement
good first issue