Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:20:34 +08:00
commit 10052112c1
29 changed files with 8734 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# References
Bundled resources for fullstack-starter-pack skill
- [ ] react_best_practices.md: A comprehensive guide to React best practices, including performance optimization, component design, and state management.
- [ ] express_api_design.md: A guide to designing RESTful APIs with Express, including authentication, authorization, and error handling.
- [ ] postgresql_schema_design.md: A guide to designing PostgreSQL schemas, including data types, indexing, and normalization.
- [ ] deployment_checklist.md: A checklist for deploying full-stack applications, including security considerations, performance tuning, and monitoring.