I'm looking to create a property that will track the user's notification authorization setting for the application. (The ultimate goal here is to alert the user
I am getting this error when i Try to Open any Project. I am not using any proxy servers. And my windows firewall is OFF. Does any1 knows how to fix this.Error
code in which the error occurs: const countRef = db.collection('counter').doc('counter'); const increment = firebase.Firestore.FieldValue.increment(1); const de
import java.awt.BorderLayout; import java.awt.Color; import javax.swing.JFrame; import javax.swing.JPanel; public class GUIWindow { publ
I am building a full stack mern application with basic crud operations. So far, i have completed the backend rest api and have tested in postman, all endpoints
I try to show a google map in angular 12 I installed agm/core and imported it but it still has error with the agm-map tag. here is my code: HTML: <agm-map [l
I am trying to print a 2-D array in C by using pointers but I am not getting the expected output. Program:- #include <stdio.h> int main() { int arr[2]
There is a project, the frontend part is written in NextJS, the backend is in Strapi + PostgressSQL. Strapi page data is obtained through the Apollo Client, typ