-
Notifications
You must be signed in to change notification settings - Fork 2
/
articles.json
59 lines (59 loc) · 1.4 KB
/
articles.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"articles": [
{
"slug": "cypress",
"title": "Cypress 🌲",
"lastUpdated": "April 25th, 2023"
},
{
"slug": "integration-testing",
"title": "Integration Testing",
"lastUpdated": "April 25th, 2023"
},
{
"slug": "fold",
"title": "Clojure Fold",
"lastUpdated": "August 1st, 2022"
},
{
"slug": "amplify",
"title": "Amplify Notes",
"lastUpdated": "Nov 16th, 2021"
},
{
"slug": "review-your-own-prs",
"title": "Review Your Own Pull Requests",
"lastUpdated": "Oct 28th, 2021"
},
{
"slug": "yarn-link-with-vite",
"title": "Yarn Link with Vite",
"lastUpdated": "Oct 27th, 2021"
},
{
"slug": "nextjs",
"title": "Next.js Notes",
"lastUpdated": "Oct 25th, 2021"
},
{
"slug": "xstate-saves-our-bacon",
"title": "Xstate Save's the Bacon 🥓",
"lastUpdated": "Oct 23rd, 2020"
},
{
"slug": "own-your-second-brain",
"title": "Own Your Second Brain 🧠",
"lastUpdated": "May 13th, 2020"
},
{
"slug": "stop-thinking-in-lifecycle-methods",
"title": "Stop Thinking In Lifecycle Methods",
"lastUpdated": "Oct 10th, 2019"
},
{
"slug": "brief-introduction-to-gatsby-themes",
"title": "A Brief Introduction to Gatsby Themes",
"lastUpdated": "May 20th, 2019"
}
]
}