96 Commits

Author SHA1 Message Date
5f27dcdd24 Translated Section 6 (#361)
* translated lint rules

* translated limit requests

* translated secret management

* translated ORM ODM usage

* translated secure server

* translated commum security best pratices

* translated secure headers

* translated dependency security

* translated bcrypt passwords

* translated escape output

* translated validation

* translated expire jwt

* translated login rate limit

* translated non root user

* translated request payload size limit

* translated avoid eval

* translated regex

* translated safe module loading

* translated sandbox

* translated child processes

* translated hide errors

* translated sessions

* translated safe redirects

* changed links to tranlated files & fixed a typo

* translated ESlint and Prettier

* translated native over util

* translated refactoring

* translated ci tools

* translated 3 parts in name

* translated monitoring

* translated smart logging

* translated delegate to proxy

* translated lock dependencies

* translated guard process

* translated utilize cpu

* translated create maintenance endpoint

* translated apm products

* translated production code

* translated measure memory

* translated frontend out

* translated be stateless

* translated detect vulnerabilities

* translated assign transation ID

* translated set NODE_ENV

* translated LTS release

* translated log rounting

* translated break into components

* translated create layers

* translated wrap utilities

* translated separate express

* translated config guide

* corrected typos and updated anchors

* corrected files names
2019-03-19 12:52:46 +05:30
f0670e0e81 Merge BR translation into master (#351)
Merge BR translation into master, finally!

Please turn on the `No Whitespace` option during review.

![image](https://user-images.githubusercontent.com/2608321/53858802-7dba0a00-4001-11e9-998b-3506e012b357.png)

/cc @marcelosdm 

Closes: https://github.com/i0natan/nodebestpractices/issues/223
2019-03-10 12:31:22 +05:30
Sam
8843e9c071 Update guardprocess.chinese.md 2019-02-14 16:24:32 +08:00
6a6acb2995 Rename readme files from producton to production 2018-12-26 07:51:43 +01:00
62a92cabcb Updated references to NSP 2018-11-30 09:17:46 +01:00
19d1047875 Merge pull request #275 from MattJin/master
[Chinese translation]Some translations on Security part
2018-11-14 13:43:19 +08:00
jin
35d8d56c72 [Chinese]modify.. 2018-11-09 15:31:51 +08:00
bf415fa889 updates based on feedback 2018-11-03 12:09:19 -05:00
0218ce5d7a fixed typo, added tldr to readme 2018-10-29 19:10:57 -05:00
2c8ee8bfe7 slight rewording to make clearer 2018-10-27 12:17:11 -05:00
0ac89be7ff pre-editing, content is in place 2018-10-21 14:03:41 -05:00
a7c8abe85c init 2018-09-15 17:32:12 +03:00
26241eddd5 Replace deprecated Node Security Project with npm audit 2018-08-15 21:06:51 +03:00
6fb68ec9bc fixed security best practice details 2018-07-25 12:14:18 +02:00
49141e283b Fixed grammar issues and syntax 2018-05-30 08:33:22 +02:00
74ef41ef69 #187: 5.7. maintenance endpoint is dangerous when it becomes a target of DDOS 2018-05-29 22:35:52 -07:00
408bbf41db updated NPM => npm 2018-05-12 09:23:43 +12:00
f281695753 Remove unrelated quote. 2018-05-06 17:46:12 +01:00
1b6360413a made the requested changes for pull request 2018-04-22 17:47:22 +05:30
e2ca2c6ea8 fix grammar and formatting in all files 2018-04-22 16:53:06 +05:30
d2882e10f5 5.17. Use an LTS release of Node.js 2018-04-02 14:38:58 +12:00
3584977063 Merge pull request #15 from MattJin/master
merge
2018-02-26 21:34:43 +08:00
4df1334fbf Extended Node.js naming convention fix 2018-02-18 00:11:40 +01:00
f0d023211c Provide a URL to the StrongLoop blogpost 2018-02-15 08:33:56 +01:00
a274116bb7 [Chinese-translation]little change. 2018-01-15 18:51:27 +08:00
3f3f7b96f0 [Chinese-translation]little changes. 2018-01-15 18:50:20 +08:00
90fe4b9bef [Chinese-translation]review and make some changes. 2018-01-13 11:33:31 +08:00
9a507f1ed1 Merge pull request #9 from i0natan/master
merge changes from master
2018-01-02 16:20:41 +08:00
3ff40e0950 Merge pull request #121 from only-lei/chinese-translation
[Chinese translation] add
2018-01-02 16:08:48 +08:00
dd12ef2886 add [chinese_translate] \production\lockdependencies.chinese.md 2018-01-02 15:56:46 +08:00
f9b549d071 Merge branch 'chinese-translation' of https://github.com/i0natan/nodebestpractices into i0natan-chinese-translation 2018-01-02 15:37:50 +08:00
0b227171d0 Fix wrong copypasta
This code is not Nginx but Express
2017-12-29 17:52:23 +01:00
555cd182cb Optimized sytax and fixed typos 2017-12-27 15:36:03 +01:00
98d95dcbab translation guardprocess-->>lilanlan~~ 2017-12-27 17:19:05 +08:00
45c29a7b51 prettify and unify the syntax 2017-12-26 22:55:37 +08:00
eed35232ee Merge pull request #6 from i0natan/chinese-translation
[Chinese translation]merge
2017-12-25 11:04:13 +08:00
bad8743492 smartlogging.chinese.md
smartlogging.chinese
2017-12-24 16:42:59 +08:00
b7a039f088 Merge pull request #3 from i0natan/chinese-translation
[Chinese translation]merge
2017-12-23 16:17:59 +08:00
3741f60687 Merge pull request #112 from songxianjin/chinese-translation
Chinese translation
2017-12-23 16:16:23 +08:00
c02fa79b51 [Chinese-translation]apmproducts.chinese.md, detectvulnerabilities.chinese.md and frontendout.chinese.md - add. 2017-12-23 15:41:01 +08:00
dc64076f75 translation measure memory 2017-12-21 14:46:41 +08:00
82723d0d0d [chinese-translation]sections\production\monitoring.chinese.md 2017-12-18 10:06:15 +08:00
66ada270e6 [Chinese-translation] createmaintenanceendpoint.chinese.md & delegatetoproxy.chinese.md - finished. 2017-12-16 23:18:34 +08:00
a0441a43d1 [Chinese-translation] createmaintenanceendpoint.chinese.md & delegatetoproxy.chinese.md - init. 2017-12-16 18:31:56 +08:00
d012461e37 [Chinese-translation]assigntransactionid.chinese.md - init. 2017-12-16 17:07:31 +08:00
cb02b15999 [Chinese-translation] bestateless.chinese.md - add. 2017-12-15 17:23:01 +08:00
051f909d9c repair 2017-12-14 17:07:59 +08:00
bd4e3156f9 [chinese_translation] add sections\production\utilizecpu.chinese.md 2017-12-14 13:26:59 +08:00
bc5350b733 [chinese_translaton] add /production/setnodeenv.chinese.md 2017-12-12 09:45:38 +08:00
73170b42a0 Update resources section
The current link does not actually link to a video. This commit will add a direct link to the video as well as a link to the slide deck.
2017-12-11 17:15:34 -05:00