Edupala

Comprehensive Full Stack Development Tutorial: Learn Ionic, Angular, React, React Native, and Node.js with JavaScript

Month: July 2017

D3 Axes

In D3, it’s worth remembering that a scale is a function that maps an input range to an output domain, whereas an axis is merely a visual representation of a scale. The axis component renders human-readable reference marks for scales. When creating a graph we have to make the line for x and y-axis, adding tick on […]

Express js passport authentication

User authentication is one of the most important tasks, in this article we’ll learn express js passport authentication in our project. Passport is a robust piece of Node.js authentication middleware that helps us to authenticate and access control our Express apps. The Passport middleware allows developersto offer various authentication methods using a mechanism called strategies, which allows you […]

Scroll to top