Maybe you were looking for...

What is the best practice to handle long external process in ASP.NET page?

An example will be something like: User clicks a button on a webpage I created with ASP.NET. My app calls an API hosted on a third party server. The user sees

my file in my dbb is undefined when i post with a picture

Hello in my app when i want to post a picture or a text with my picture. My console array tell me this : "http://localhost:8000/images/undefined" i don't really

Is there a way to add dates in queries in quickbooks api using Python?

I want to make queries for accounts for a specific time, for example, for their values in 2022-31-01. I have the following code using the documentation (specifi

Determine season given timestamp in Python using datetime

I'd like to extract only the month and day from a timestamp using the datetime module (not time) and then determine if it falls within a given season (fall, sum

Delete partial duplicate rows

I have a Dataverse table that has a few columns. One of those columns is an Order Number column. There should only be one row per order number. If there is more

How could we handle massive AWS SNS Mobile push notifications (with dynamodb and lambdas)?

We save a huge list of followers in DynamoDB (more than 10K) and we need to send a push notification to each follower each time an item is created. And i am wor

Multipart cloud init for windows on AWS

I have a small question about cloud config again; this time on Windows. I’m creating an EC2 instance with windows 2019. Here is how I do: resource "aws_in

How to do deferred jobs in Node API (Express)

I have an API in Node with many endpoints. It works well but there is one that can have large requests run up to 1 hour of processing which can often break. I'm