Why I get this error when I want to start the grahpql server? I have no error on line 7 I want to start this server on port 3000 with json-graphql-server server
i am here trying to add a node to a singlylinkedlist SinglyLinkedListNode s = new SinglyLinkedListNode(data); if(head == null){SinglyLinkedList a = new Singly
I am currently developing an auction website using Nodejs and react. For each bidding product, I want to display a countdown timer indicating the end of auction
Inside insert function head is not updating. #include<iostream> #include<stdlib.h> using namespace std; struct node { int data; struct n
I am showing a map of Azerbaijan using my own map tiles and style. Using mapbox-gl-js v1.12.0 I want to hide the symbols on certain layers (place_city, place_ci
I have a method that uses IFormFileCollection and i want to unit test it. my method : public IActionResultUploadBankAccount(){ IFormFileCollection files = Req