Learn, Document and Share!
The objective of this issue is to:
learn/discuss about a decision/tech stack opinion that was taken
document it through Markdown files (docs/ folder)
share with others
In many projects, this is called ADR (Architectural Decision Record).
To "digest" this information for the colleagues, it's also common to do presentation about the decision taken and the gist of what devs need to know.
This issue will train you to deep dive into the subject, write good documentation and do technical presentation.
In this issue, you should discuss the database stack:
MySQL: to practice SQL types of DBs
No ORM: for learning purpose, but also performance
PlanetScale: as a free hosting platform, might investigate webhooks + branch possibilities
Description
Learn, Document and Share! The objective of this issue is to:
docs/
folder)In many projects, this is called ADR (Architectural Decision Record). To "digest" this information for the colleagues, it's also common to do presentation about the decision taken and the gist of what devs need to know. This issue will train you to deep dive into the subject, write good documentation and do technical presentation.
In this issue, you should discuss the database stack:
As this is a lot of subjects, feel free to divide it with a colleague.
ACs
docs/database.md
with more information