Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NYPL/engineering-general
Standards, values, and other information relevant to the NYPL Engineering Team.
https://github.com/NYPL/engineering-general
Last synced: 3 months ago
JSON representation
Standards, values, and other information relevant to the NYPL Engineering Team.
- Host: GitHub
- URL: https://github.com/NYPL/engineering-general
- Owner: NYPL
- Created: 2017-06-01T17:11:17.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T13:38:25.000Z (4 months ago)
- Last Synced: 2024-07-24T15:46:04.247Z (4 months ago)
- Homepage:
- Size: 732 KB
- Stars: 48
- Watchers: 51
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Security: security/README.md
Awesome Lists containing this project
README
# NYPL Engineering
This repo is intended to be used for information relevant to the NYPL Engineering Team.
The key words MUST, MUST NOT, SHOULD, SHOULD NOT, and MAY/OPTIONAL, in these documents are to be interpreted as described in [RFC 2119](https://www.ietf.org/rfc/rfc2119.txt).
## Contents
### Core Values
- [Engineering Values](culture/values.md)
- [Library Values](culture/library-values.md)### Policies
- [Accessibility](standards/accessibility.md)
- [Privacy & Data Retention](standards/privacy.md)### Code Standards
- [Coding Style](standards/coding-standards.md)
- [Versioning](standards/versioning.md)
- [Naming Conventions](standards/naming-conventions.md)
- [Logging](standards/logging.md)
- [Test Coverage](standards/test-coverage.md)
- [Documentation](standards/documentation.md)
- [Javascript](standards/javascript.md)
- [NYPL React Design System]()
- [Python]()
- [Ruby on Rails]()
- [PHP]()
- [Technical Approach Documents](standards/technical-approach.md)
- [Peer Review](standards/peer-review.md)
- [CI Coverage](standards/ci.md)
- [Github Actions](standards/github-actions.md)
- [Travis CI](standards/travis-ci.md)
- [Deployment](standards/deployment.md)
- [AWS](standards/aws.md)
- [Node Lambda](standards/node-lambda.md)
- [Production Readiness](standards/production-readiness.md)
- [Monitoring & Alarms](standards/alerting.md)
- [Root Cause Analysis](standards/root-cause-analysis.md)#### Security
- [General](security/README.md)
- [OAuth](security/oauth.md)
- [Secrets Management](security/secrets.md)### Onboarding/Offboarding
- [Onboarding](on-off-board/onboarding.md)
- [Offboarding](on-off-board/offboarding.md)
- [GitHub Org Management](on-off-board/github-org-management.md)### How To
- [Use AWS](how-to/use-aws.md)