Article Index Algorithm, Prgoramming, Architecture, Cloud
- 8601. Micro Service & RESTful API[Draft]8601. Micro Service & RESTful API[Draft...
Setup a dummy server to provide fake data as RESTful APIs.
- Comments
- |
- JSON Server
- 8611. Creating RESTful API with Dummy Server8611. Creating RESTful API with Dummy Serve...
Setup a dummy server to provide fake data as RESTful APIs.
- Comments
- |
- JSON Server
- 8612. Building RESTful API with ASP.NET Core8612. Building RESTful API with ASP.NET Cor...
Create Restful Web Service with ASP.NET Core for Angular/ReactJS App to consume.
- Comments
- |
- ASP.NET Core, RESTful, WebAPI 2.0
- 8613. Testing RESTful API with Postman8613. Testing RESTful API with Postman
Test RESTful APIs with Postman.
- Comments
- |
- HTTP, Postman
- 8614. Deploying ASP.NET RESTful API to Azure8614. Deploying ASP.NET RESTful API to Azur...
Deploy the RESTful API built with ASP.NET Core to Azure.
- Comments
- |
- Azure
- 8621. Creating RESTful Web Services with Spring Boot8621. Creating RESTful Web Services with Sp...
Build RESTful Web Service with Spring Boot and Maven in Java.
- Comments
- |
- Spring Boot, RESTful, Maven
- 8622. Building RESTful API with Spring Boot8622. Building RESTful API with Spring Boot
Create Restful Web Service with Spring Boot for Angular/ReactJS App to consume.
- Comments
- |
- Spring Boot, RESTful, Maven
- 8623. Deploying Spring Boot RESTful API to Heroku8623. Deploying Spring Boot RESTful API to ...
Deploy the RESTful API built with Spring Boot to Heroku.
- Comments
- |
- Spring Boot, Heroku
- 8624. Continuously Deploy Spring Boot App to Heroku with Travis-CI8624. Continuously Deploy Spring Boot App t...
Introduce how to deploy Spring Boot RESTful API to Heroku with Travis-CI.
- Comments
- |
- Heroku, Travis CI
- 8631. Building RESTful API with Express And MongoDB8631. Building RESTful API with Express And...
Introduce how to create RESTful Web Service with Express and MongoDB.
- Comments
- |
- RESTful, Express, MongoDB
- 8632. Creating RESTful Web Services with Jersey8632. Creating RESTful Web Services with Je...
Build RESTful web services with Jersey in Java.
- Comments
- |
- Jersey, RESTful, Maven
- 8701. Installing Node.js and NPM8701. Installing Node.js and NPM
Tutorial for how to install Node.js and npm on Ubuntu and Mac.
- Comments
- |
- Node.js, NPM
- 8702. Using Node.js and NPM8702. Using Node.js and NPM
Use npm to manage packages for node.js application.
- Comments
- |
- Node.js, NPM
- 8703. Using Yarn to Manage Packages8703. Using Yarn to Manage Packages
Introduce how to use Yarn for fast, reliable, and secure dependency management.
- Comments
- |
- Yarn
- 8704. Security Vulnerability of Dependencies for Node.js App8704. Security Vulnerability of Dependencie...
Tutorial for remove security vulnerabilities for node js apps.
- Comments
- |
- Node.js
- 8705. QPS and Event Loop - draft8705. QPS and Event Loop - draft
QPS in multi-threading.
- Comments
- |
- Node.js
- 8711. Creating Http Server with Node.js8711. Creating Http Server with Node.js
Tutorial for how to create web applications through Node.js.
- Comments
- |
- Node.js
- 8712. Running C and Java in Node.js8712. Running C and Java in Node.js
Introduce how to compile and run c program and java application in Node.js.
- Comments
- |
- Nodejs, Java
- 8713. Calling spawn with Arguments[Draft]8713. Calling spawn with Arguments[Draft]
Tutorial for how to use environment variables in Node.js.
- Comments
- |
- Node.js
- 8715. Building Socket.IO Application with ExpressJS[Draft]8715. Building Socket.IO Application with E...
Tutorial for how to create web application with Socket.IO and ExpressJs.
- Comments
- |
- Node.js
- 8721. Hosting Node.js Application in Docker[Draft]8721. Hosting Node.js Application in Docker...
Tutorial for how to create docker image for Node.js and host node.js application in docker container.
- Comments
- |
- Node.js
- 8722. Working with Environment Variables in Node.js[Draft]8722. Working with Environment Variables in...
Tutorial for how to use environment variables in Node.js.
- Comments
- |
- Node.js
- 8725. Deploying Node.js Application to Amazon EC28725. Deploying Node.js Application to Amaz...
Introduce how to deploy Node.js application to Amazon Cloud Server, EC2.
- Comments
- |
- Amazon EC2, Node.js, Putty
- 8731. Building Cross-platform Desktop Apps with Electron8731. Building Cross-platform Desktop Apps ...
Tutorial for how to build cross-platform desktop apps with Electron and Node.js.
- Comments
- |
- Electron, Node.js, Visual Studio Code
- 8732. Converting Web App to Desktop App with Electron8732. Converting Web App to Desktop App wit...
Wrap a web application of game 2048 and convert it to desktop application.
- Comments
- |
- Electron, 2048
- 8751. Getting Started with Express8751. Getting Started with Express
Introduce how to setup web server with express in Node.js.
- Comments
- |
- Express
- 8752. Middleware8752. Middleware
Introduce the middlewares used in express.
- Comments
- |
- Express, Middleware
- 8753. Logging with Morgan8753. Logging with Morgan
Introduce how to use Morgan for logging in express server.
- Comments
- |
- Express, Morgan
- 8754. Logging with Winston8754. Logging with Winston
Introduce how to use Winston for logging in express server.
- Comments
- |
- Express, Winston
- 8755. Combine Morgan & Winston8755. Combine Morgan & Winston
Introduce how to combine Morgan and Winston for logging in express server.
- Comments
- |
- Express, Morgan, Winston
- 8756. Express Routing8756. Express Routing
Introduce how to implement server side routing for express.
- Comments
- |
- Express, Routing
- 8757. Template Engine8757. Template Engine
Introduce how to use EJS as a templating engine for the Node and Express applications.
- Comments
- |
- Express, Template Engine, EJS
- 8758. Express Security - Draft8758. Express Security - Draft
Introduce how to build secure web application with express.
- Comments
- |
- Express
- 8759. Process Manager - Draft8759. Process Manager - Draft
Introduce how to user PM2 to setup load balancer.
- Comments
- |
- PM2
- 8760. Authenticating Users with Passport - Draft8760. Authenticating Users with Passport - ...
Introduce how to implement authentication for web application hosted by express.
- Comments
- |
- React, Nodejs
- 8761. Using Express to Serve Static Files8761. Using Express to Serve Static Files
Introduce how to quickly setup a web server to serve static files (e.g. html files) with ExpressJS.
- Comments
- |
- Node.js, Express
- 8764. Versioning RESTful API - Draft8764. Versioning RESTful API - Draft
Introduce how to version RESTful APIs.
- Comments
- |
- RESTful