Sobes.tech

What does the client.onNotification call physically return in the working application and why doesn't the synchronous try/catch protect against RPC error? How to fix this?

3

Tell us about your main achievement in your professional experience.

Middle
3

The task: a train is at a distance S from the city and is moving towards it at a speed V1. A fly flies between the train and the city at a speed V2, turning around upon reaching the train or the city, until the train reaches the city. How far does the fly fly?

Middle+
3

[name] explains how they choose a new workplace: what they pay attention to and which subject areas interest or displease them?

Middle
3

Are there data types that have no methods?

3

How was role-based access control implemented on the NestJS backend?

Middle
3

What is asynchronous in JavaScript, why is it needed, and how does the Event Loop work?

3

How does the process work without dedicated testers?

Middle
3

How do you position yourself: front-end developer, full-stack developer, or product engineer? How independently do you work in a team, and how does this independence manifest in practice: can you independently complete a task or feature to the product?

3

Given the JavaScript code, determine what console.log will output in each call: when calling an object method directly, when calling a saved reference to a method, and inside setTimeout.

Middle
3

Conduct a code review of the Vue user management component: identify issues and suggest improvements. Do not consider CSS class names, HTML semantics, or styles; the users data are mock data.

3

Please tell me more about Claude: did you connect it to the project or use it as a tool for individual questions and tasks?

3

What is the difference between asynchrony and parallelism? What mechanisms in JavaScript allow for concurrent work?

3

Implement a function memo(fn, lifetime) that returns a new function and caches the result of the original function without arguments for a specified lifetime in milliseconds. It should cache only the last result, without keys and Map; a repeated call within the lifetime should return the cached result.

Middle+
2

Complete the if condition in the provided TypeScript task to correctly narrow the type and make the condition true.

2

Please tell me about an interesting problem you've encountered recently.

2
/350