Gathering useful resources for engineering practice and use in TP-Coder Innovation Hub
พื้นที่สำหรับเก็บข้อมูลที่เกี่ยวข้องกับการพัฒนาซอฟต์แวร์และใช้ใน TP-Coder Innovation Hub
Architecture Decision Records (ADRs) document important architectural decisions made in the project.
ในทุก ๆ โปรเจค หากจะเริ่มเขียนโค้ดใด ๆ ให้ทำการบันทึกการออกแบบและความคิดของเราเองลงใน ADR เพื่อ mitigating เรื่องต่าง ๆ เช่น business impact, technical requirements, and other relevant factors.
| File | Description | Location | Reference |
|---|---|---|---|
| 0000-template.md | ADR Template 1 | adr/0000-template.md | decision-record-template-by-michael-nygard |
| 0001-template.md | ADR Template 2 | adr/0001-template.md | - |
Quick references for building real-world projects. Keep these handy when working on any challenge.
| Topic | File | What it covers |
|---|---|---|
| System Design | system-design-fundamentals.md | Load balancers, caching, DB types, message queues, CDN, API styles, observability |
| Database Schema Design | database-schema-design.md | Data modeling, relationships, normalization, data types, indexing |
| API Design | api-design/ | REST, GraphQL, gRPC, WebSocket — when to use each, with examples |
| Testing | testing-fundamentals.md | Testing pyramid, test types, mocking, naming, coverage |
| Security | security-basics-checklist.md | OWASP Top 10, input validation, auth, SQL injection, XSS, secrets |
| Git & PR | git-and-pr-conventions.md | Branch naming, commit messages, PR template, review checklist |
| Cost Estimation | cost-estimation-guide.md | Cloud pricing models, back-of-envelope calculation, AWS pricing reference |
This section contains coding standards and style guides for different programming languages used in our projects.
| Style Guide | Source |
|---|---|
| Google Style Guides | https://github.com/google/styleguide?tab=readme-ov-file |