i'm writing an app that upload and save images from directories of windows to the app. I have write the function to upload the image on the app but I can't find
How to save each object output of lapply(list_of_object_names, function_1)? My function_1 takes a name of an existing object as input and gives a new object as
I am working for the first time on a "large" scale with threads in C and i am uncertain about how to properly use multiple mutex with each mutex protecting a st
I have an application deployed on JBOSS EAP 7.2 in standalone mode the application works fine and it's behind an apache reverse proxy, after some time accessing
I am using firebase Admin SDK for Nodejs. To successfully upload files. Now i need to use the upload response to determine a download url to b
I have a relatively simple query, I have an event table and I want to query all records with a date within the last 12 to next 12 hours. The table has ~1 millio
I am new to Salesforce chat API. I had a requirement to check the chat button availability status. upon research I found below API: https://developer.salesforce
I use custom identity objects in my .net core mvc api. This works fine with creating users/roles etc. But as soon as i ad an [authorize] tag to one of my contro