I'm performing edit/update operation but it give me the following error: TypeError: Cannot read property 'name' of null at editComponent.js :19 I'm attaching the code, can someone please help me. import React,{Component} from 'react' import axios fr...
I've already built my application using Apollo GraphQL (with subscriptions) and Sequelize. However, Apollo GraphQL is very unstable, no proper authentication/authorization techniques. I'm planning to use old school Rest based APIs and Socket IO. How...
I am going to sit for interviews within 6 months and I am going to place node.js at front. I really want some topics and if possible, their tutorials or docs source to learn it to master in Node.js. I am really looking for raw Node.js topics. I saw...