Custom Code-Generator Using ASP.Net Core

In this post we will get overview and generate a basic label code using our database table column that help in development. The main thought behind the sample was to generate the common types of code easily. The Single page application is built with ASP.Net Core & AngularJS, here’s the execution environment & API service is in .Net […]

Learn About API Authorization In Node.js

In this post we are going to secure our NodeJS API’s with customized security token generated by logged user and HTTP actions. How it Works: Let’s take a quick look on how the work is going to be done. Generating a customized token by each HTTP request. Pass it through request header(x-access-token) Server extract the token from each […]