This page requires JavaScript to work properly. Please enable JavaScript in your browser.
Techievor
Blog
Login
Get Started
Posts tagged "node js" :
Building a Node.JS REST API With Express
Aug 18, 2021
David Oravsky
16 min read
VIEWS
#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
Aug 7, 2020
David Oravsky
8 min read
8 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)
Aug 6, 2020
David Oravsky
14 min read
1 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
Jul 17, 2020
David Oravsky
5 min read
16 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
Mar 5, 2019
David Oravsky
6 min read
159 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
Mar 3, 2019
David Oravsky
13 min read
149 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
Feb 28, 2019
David Oravsky
6 min read
2024 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.
««
«
1
(current)
»
»»