List stakeholders for project/feature.
Role | Person |
---|---|
Dev Owner | |
Other Dev 1 (Engine) |
# to generate your dhparam.pem file, run in the terminal | |
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |
Objective | Step | Description |
---|---|---|
Process the Problem | Understand the Problem |
|
Examples/Test Case | Validate understanding of the problem | |
Data Structure | How we represent data that we will work with when converting the input to output. | |
Algorithm | Steps for converting input to output | |
Code with Intent | Code | Implementation of Algorithm |