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
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
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
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
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
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
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
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