Skip to content

Commit f4c8b5c

Browse files
committed
misc: docs restyle
1 parent fba8729 commit f4c8b5c

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

docs/RESOURCES.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
1-
# Frontend
1+
## Frontend
22

33
[1] [Custom Hooks](https://react.dev/learn/reusing-logic-with-custom-hooks)
4+
45
[2] [Context](https://react.dev/reference/react/createContext)
56

6-
# Backend
7+
## Backend
78

89
[1] [Fiber Docs](https://docs.gofiber.io/)
910

10-
# Mongo
11+
## Mongo
1112

1213
[1] [Data Modeling](https://www.mongodb.com/developer/products/mongodb/mongodb-schema-design-best-practices/)
13-
[2] [Bson](https://www.mongodb.com/docs/drivers/go/current/fundamentals/bson/)
14+
15+
[2] [BSON](https://www.mongodb.com/docs/drivers/go/current/fundamentals/bson/)
16+
1417
[3] [Schema Validation](https://www.mongodb.com/docs/manual/core/schema-validation/)
18+
1519
[4] [CRUD Operations](https://www.mongodb.com/docs/manual/crud/)
20+
1621
[5] [Aggregations](https://www.mongodb.com/docs/manual/aggregation/)
1722

18-
# BSON -> JSON Conversion
23+
## BSON to JSON Conversion
1924

2025
### 1. **BSON `D`**
2126

0 commit comments

Comments
 (0)