This article will help you to integrate your nodejs application with the salesforce. It also covers about Basics of Salesforce and Other terms like SOQL, APEX Classes and Triggers and also CRUD Operations Using Both SOQL and REST.
GraphQL is a powerful query language and runtime for APIs that was developed by Facebook. It allows to request only the required data rather than returning all the data. In this blog, You'll get the idea on GraphQL and other terms like Schemas, Resolvers, Query, Mutation, etc.
If you've been programming for a while, you may have heard the words 'camel case' or 'pascal case'. This article will help you to understand various naming conventions used in any programing languages.