-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
10 lines (10 loc) · 805 Bytes
/
db.json
1
2
3
4
5
6
7
8
9
10
{
"data": [
{"number": "01", "person": "Jarrod Overson", "comment": "Was Rust Worth It?", "date": "Oct 26", "read": "8 min read"},
{"number": "02", "person": "Aditya Chaudhary", "comment": "App dev or Web dev? ", "date": "Nov 5", "read": "6 min read"},
{"number": "03", "person": "Elena Rodriguez", "comment": "The Future of Artificial Intelligence", "date": "Nov 10", "read": "10 min read"},
{"number": "04", "person": "Michael Kim", "comment": "Exploring Quantum Computing", "date": "Nov 15", "read": "12 min read"},
{"number": "05", "person": "Aisha Patel", "comment": "Cybersecurity Threats in 2023", "date": "Nov 18", "read": "7 min read"},
{"number": "06", "person": "Nina Wang", "comment": "Design Trends for the Next Decade", "date": "Nov 22", "read": "9 min read"}
]
}