Bronze 2
Since ‎03-05-2021
‎10-18-2023

My Stats

  • 5 Posts
  • 0 Solutions
  • 1 Likes given
  • 2 Likes received

oleksandrdarchu's Bio

Badges oleksandrdarchu Earned

View all badges

Recent Activity

Hello, API proxy has to split incoming JSON and make a number of HTTP requests to the back-end (sort of batch API). Additionally there is a need to limit number of simultaneous HTTP connections to that back-end. This has been implemented in javascrip...
I am making a few HTTP POSTs to the back-end using JavaScript (httpClient.send) Following anti-pattern guidelines, onComplete() function is used to process the responses. Things work well until there is an error. For the error response I need to unde...
Likes from