Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
going-to-production
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zk
going-to-production
Commits
e309edec
Commit
e309edec
authored
Apr 03, 2015
by
Mr_Mig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merged pull request
#1
from sejoker
parent
e19a7335
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
sources.md
sources.md
+2
-2
spa-checklist.md
spa-checklist.md
+8
-0
No files found.
sources.md
View file @
e309edec
...
...
@@ -3,10 +3,10 @@
## Backend
1.
[
12 factor applications
](
http://12factor.net/
)
2.
[
Pro
s
uction Quality NodeJS Applications
](
http://caines.ca/blog/2014/06/01/production-quality-node-dot-js-web-apps-part-i/
)
2.
[
Pro
d
uction Quality NodeJS Applications
](
http://caines.ca/blog/2014/06/01/production-quality-node-dot-js-web-apps-part-i/
)
3.
[
OWASP Top 10 Vulnerabilities Report
](
http://owasptop10.googlecode.com/files/OWASP%20Top%2010%20-%202013.pdf
)
4.
[
AWS Security Best Practices
](
http://media.amazonwebservices.com/AWS_Security_Best_Practices.pdf
)
## Frontend
5.
[
Deploying Javascript Applications
](
https://alexsexton.com/blog/2013/03/deploying-javascript-applications/
)
\ No newline at end of file
5.
[
Deploying Javascript Applications
](
https://alexsexton.com/blog/2013/03/deploying-javascript-applications/
)
spa-checklist.md
View file @
e309edec
...
...
@@ -28,3 +28,11 @@ This is a checklist for browser-based Web App **without the backend** or with a
-
Chrome Dev Tools Audit
-
[
]
My app does not have memory leaks
## Debugging
-
[
]
minified JavaScript files contain URL for source maps
## Tracking
-
[
]
My app gathers metrics about usage behaviour
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment