Posts tagged "node js" :

Building a Node.JS REST API With Express

16 min read

#REST#APIs#Node.js#Express

Learn the basics of creating a REST API using Node.js and Express. In this tutorial, you will develop a REST API for CRUD actions for a simple blog.

Implementing Google Analytics API with Node.js

8 min read8 VIEWS

#Google Analytics#Google APIs#Node.js#JWT

In this article, we will learn how to link a Node.js application with the Google Analytics API. The examples provided will use a JSON Web Token and the official 'googleapis' package.

A Simple Approach to Understanding JSON Web Tokens (JWT)

14 min read1 VIEWS

#JSON#JWT#JWS#JWE#Node.js#base64#Security

In this article, we will take a quick tour of the JWT and its capabilities. We will go over its structure and build a JWT from scratch. We will then explore its most common uses and talk about stateful (server-side) and stateless (client-side) sessions. Finally, we will end with a review of the cryptographic security features that make the JWT a staple in authorization workflows.

How to Setup Authentication for Any Google API

5 min read16 VIEWS

#Google APIs#Node.js#JSON#JWT

This article aims to make it simple to setup authentication in the Google Developers Console for any of the Google APIs. While the back-end API service examples are written in JavaScript, you can still use this guide no matter how yours may be developed.

MEANcore-CMS - MEAN Stack CMS & Blogging Platform

6 min read159 VIEWS

#MEAN#Angular#MongoDB#Node.js#CMS

MEANcore-CMS is an open source CMS (Content Management System) and blogging platform developed using the MEAN Stack (MongoDB, Express.JS, Angular, and Node.JS). This post will cover how to set up this CMS on a DigitalOcean droplet, but the steps are relatively the same for any host.

How to Install the MEAN Stack on CentOS

13 min read149 VIEWS

#MongoDB#Node.js#PM2#NGINX#Angular-CLI#Express#Angular

In this post, we will install a MEAN stack (MongoDB, Express.JS, Angular, and Node.JS) on CentOS. These steps have been tested on CentOS 7, but they should work fine on CentOS 6 as well.

How to Install the MEAN Stack on Windows

6 min read2024 VIEWS

#MongoDB#Angular-CLI#Node.js#Express#Angular

In this post, we will install a MEAN stack (MongoDB, Express.JS, Angular, and Node.JS) on Windows. These steps have been tested on Windows 10 but they should work fine on Windows 7 and Windows 8 as well.