I am trying to use the dotenv NPM package and it is not working for me. I have a file config/config.js with the following content: 'use strict'; var dotenv
I've created a User Poll and connected a Facebook to it. Here is what it looks like in the AWS Console. I also have set email as a required attribute for sig
I am working for a big consulting firm and we have a platform that exchanges data with couple of big companies. We are trying to enhance then platform on which
Given a list of data like this, I want to be able to generate sets of x & y coordinate pairs in the shape of a circle: test_data = list(range(121)) Current
I have an ASP.NET Web API project that uses Serilog with the Correlation Id enricher. It works fine for HTTP requests, but I have a few controller endpoints tha
I am trying to process data from external source and store it in my MongoDB. So I am trying to understand how should I access Mongodb Hook in my operator.
I have a table with a property that is a foreign key and another property that is a timestamp Table id fk timestamp 1 2 16-02-2022 2 2 01-02-2022 3 2 02-02-202