I'm trying to check if my user isLoggedIn with a query from GraphQL API data from the user if it's loggedin if not it's supposed to return undefined or some err
I'm trying to create my own NodeJS package that uses the chalk to output colored strings, but i'm getting empty string as output( when i run node test.js in te
I have been tasked to move a process that pays people for training from an excel spreadsheet to sql server DB. I need to be able to track payments and the reaso
I created a new page in Wordpress and the title of this new page does not look like the other page titles. For all other pages there is a picture in the backgro
I want to optimize MLP in Weka with an algorithm (for example genetic). Would you please tell me how can I tell Weka to train my MLP with genetic algorithm? Is
I know how to print a 2D array without using a function (using nested for loops), but how would I implement a fuction that prints it. This is what I tried int p
I am trying to federate a service but having no luck passing through the schema and resolvers to the buildSubgraphSchema method in the Apollo constructor. Is th