Software Development: Difference between revisions
Jump to navigation
Jump to search
[Next]
(→DevOps) |
|||
Line 10: | Line 10: | ||
* NIST definition of Cloud Computing http://csrc.nist.gov/publications/nistpubs/800-145/SP800-145.pdf | * NIST definition of Cloud Computing http://csrc.nist.gov/publications/nistpubs/800-145/SP800-145.pdf | ||
=A/B Deployments= | =A/B Deployments= |
Revision as of 20:50, 30 December 2021
Internal
Overview
With any of the delivery modes below, the provider controls and manages some portion of the technology stack. The customer manages the portion of the technology stack that is not managed by the provider. The benefit is that the customer controls the design of its portion of the stack.
External
- NIST definition of Cloud Computing http://csrc.nist.gov/publications/nistpubs/800-145/SP800-145.pdf
A/B Deployments
Twelve-Factor Application
Semantic Versioning
Good Reads
Developing Applications for the Cloud
Microservices
Infrastructure as Code (IaC)
Infrastructure as Code is an approach to IT systems infrastructure management, where various elements of the underlying hardware infrastructure are represented as programming constructs rather than physical hardware. This approach can be used in combination with automation tools to provide the ability to provision infrastructure in a repeatable and reliable manner.
Code Review
Simplicity
- https://thinkingsideways.net/code/2019/03/24/simplicity-over-flexibility.html
- https://www.infoq.com/articles/simplicity-manifesto-development
Scrum
Domain-Driven Design
Software Security
Consistency
To Process
- Grady Booch - Building the Enchanted Land https://www.infoq.com/presentations/ai-best-practices. Health of the system: "do you have a regular process of release?" "do you have a sense of architecture?"