159 Commits

Author SHA1 Message Date
f2eded46ac update wraputilities.polish.md
fixed
2020-03-26 17:55:48 +01:00
6e1343a715 update separateexpress.polish.md
fixed
2020-03-26 17:55:23 +01:00
4b2c199f91 update configguide.polish.md
fixed
2020-03-26 17:54:53 +01:00
0b9be054b0 update breakintcomponents.polish.md
fixed
2020-03-26 17:54:31 +01:00
a03d528172 create configguide.polish.md
created
2020-03-09 01:13:12 +01:00
a677eb49b7 create separateexpress.polish.md
created
2020-03-09 01:06:38 +01:00
0d68e8fb21 create wraputilities.polish.md
created
2020-03-09 01:03:07 +01:00
796469e52f create createlayers.polish.md
created
2020-03-09 00:57:49 +01:00
271d05431e create breakintcomponents.polish.md
created
2020-03-09 00:06:30 +01:00
e3d77b1c71 Translation of configguide.md 2019-12-11 17:17:12 +01:00
f4992d9c5c Translation of separateexpress.md 2019-12-11 17:14:09 +01:00
837f444f17 Translation of wraputilities.md 2019-12-11 17:10:56 +01:00
9f735ec4e1 Translation of createlayers.md 2019-12-11 17:07:50 +01:00
7c96952ba3 Translation of thincomponents.md 2019-12-11 17:03:53 +01:00
e38180229d Translation of breakintcomponents.md 2019-12-11 16:59:15 +01:00
93bdceaa9c Init french translation 2019-12-10 13:51:28 +01:00
21fc99fa74 Reflecion of #584 2019-11-29 08:38:05 +03:00
2972924980 Reflecion of #589 2019-11-29 08:35:59 +03:00
d65d19c2d2 Use simple quotes everywhere 2019-11-24 14:54:57 +01:00
58de54f1cc Upgrade js to be more es6-like, fix small bugs and inconsistencies 2019-11-24 14:54:57 +01:00
e35b47b9ad Merge pull request #584 from kevynb/typescript-examples
Add typescript examples for error handling and project structure
2019-11-17 21:14:38 +02:00
8a2d1d9534 Add typescript examples for error handling and project structure
Also edit some javascript code to make it more modern and avoid having duplicate typescript examples.
2019-11-16 08:00:06 +01:00
ed81c320ce Merge branch 'master' into russian-translation_updates_19-10/1 2019-10-17 09:02:11 +03:00
e1fb2c91f5 Sync updates 19_10/1 2019-10-17 08:59:39 +03:00
a4e312ad28 Added a bullet point on validating env vars at start-up 2019-10-10 11:29:35 +02:00
58dbab43cc wraputilities
Signed-off-by: Alexander Ivanov <oshli.a.er@gmail.com>
2019-07-22 21:50:10 +03:00
a4dbd38976 thincomponents
Signed-off-by: Alexander Ivanov <oshli.a.er@gmail.com>
2019-07-22 21:43:15 +03:00
252331bf50 separateexpress
Signed-off-by: Alexander Ivanov <oshli.a.er@gmail.com>
2019-07-22 21:28:28 +03:00
0be46572f8 createlayers
Signed-off-by: Alexander Ivanov <oshli.a.er@gmail.com>
2019-07-22 21:18:17 +03:00
0a9f63240f configguide
Signed-off-by: Alexander Ivanov <oshli.a.er@gmail.com>
2019-07-22 21:11:41 +03:00
227f37923c breakintcomponents
Signed-off-by: Alexander Ivanov <oshli.a.er@gmail.com>
2019-07-22 20:02:28 +03:00
b5e841c533 Rename the file 2019-07-17 11:25:51 +03:00
52db0bb1ee Merge branch 'master' into russian-translation-01step 2019-06-28 09:06:10 +03:00
98ed2d2c77 Merge pull request #429 from Alexerx/patch-1
Update breakintcomponents.chinese.md
2019-06-28 00:02:20 +08:00
3fc72dafe4 Merge pull request #427 from MasahiroSakaguchi/master
Create breakintcomponents.japanese.md
2019-06-26 15:17:40 +03:00
5c0488ff6a Update breakintcomponents.chinese.md 2019-06-25 09:54:02 +08:00
e888871a31 Merge pull request #399 from ChangJoo-Park/korean
Fix Broken links (KOREAN)
2019-06-24 12:16:45 +02:00
30947d23e2 Update breakintcomponents.japanese.md 2019-06-23 21:04:30 +09:00
49ca97b745 Update breakintcomponents.japanese.md 2019-06-23 20:55:03 +09:00
b39ca0da37 Update breakintcomponents.japanese.md 2019-06-23 20:47:25 +09:00
7b49411003 Update breakintcomponents.japanese.md 2019-06-23 20:42:11 +09:00
d4c5b4b9c7 Create breakintcomponents.japanese.md 2019-06-23 20:41:13 +09:00
d1e8819f86 Sync w master 2019-06-10 10:48:05 +03:00
c6ee89dd4d Updated BR version to keep up with the main version 2019-05-09 10:47:20 -03:00
095f1ab91d Fix Broken links (KOREAN) 2019-05-07 16:09:56 +09:00
067c3274c4 Update configguide.md
Better view for comment in json
2019-04-18 18:22:42 +08:00
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
a8e6168a25 Fixed Korean import issue 2018-12-13 11:21:42 +01:00
jin
adbd60b764 add breakintcomponents.chinese.md 2018-11-09 09:01:58 +08:00
a7c8abe85c init 2018-09-15 17:32:12 +03:00