-
Notifications
You must be signed in to change notification settings - Fork 2
References
ganghee edited this page Apr 9, 2021
·
5 revisions
We referred some documents for developing server that help our team. These documents are related to Node.js, Database, NPM, and Javascript.
- NPM - mongodb
- NPM - ioredis
- NPM - mysql2
- What is Redis?
- What is MongoDB?
- How to flush with DB?
- How to deal with MySQL error?
- MongoDB vs. MySQL
- Common commands on Redis in Node.js
- Sequelize - ORM
- Isolation Level
- MyRocks for MariaDB
- MyRocks DB Document
- InnoDB VS MyRocks
- What is the Sharding?
- NPM - openapi-validator-middleware
- Best practices for designing a pragmatic RESTful API
- What is REST API?
- HTTP response status codes
- res.json() VS res.send()
- How to prevent SQL injection in Node.js?
- Encryption with hash
- Authentication based on session/cookie