We have created an App ID, distribution certificate and provisioning profile. Push Notifications were not initially enabled. We now need to implement Push Notif
I am trying to use aws-sam to develop / simulate my API Gateway locally. My API gateway makes liberal use of the HTTP proxy integrations. The production Resourc
I'm triying to import our database which is in WE8MSWIN1252 instance to a new AL32UTF8 instance. I'm using impdp tool to achieve this. I get the following error
I made a code that is supposed to load many tables (listed through the method LTables) into differents dataframes in Scala using Spark. Here is my code: LTables
app.post('/data', (req, res) => { var bdy = req.body; var doc = builder.create('event') .att('id', '69420') .ele('title').txt(bdy
Why do we use NULL in strok() function? while (h != NULL) { h = strtok(NULL, delim); if (hold != NULL) printf("%s", hold); } What does thi
Configuration I'm using Laravel 8 with sentry/sentry-laravel plugin. There is a Job that works just fine 99% of time. It retries N times in case of any problems
I am trying to debug my Python file in a docker container. I am using VS Code server for remote development and I have Docker plugin installed. I created task.j
I'm trying to build a sharded cluster on mongoDB. but I have some issues when starting the db sharding or collection sharding the thing is that I've successfull