Skip to content

Commit 2c476bc

Browse files
author
Vivek Vishal
authored
Merge branch 'master' into update-handboo
2 parents d70bd0c + 956e066 commit 2c476bc

3 files changed

Lines changed: 29 additions & 3 deletions

File tree

src/assets/data/tutorials/index.js

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const data = [
8787
}
8888
]
8989
},
90-
90+
9191
{
9292
date: "Jan. 28 2021",
9393
topic: "Beginner's guide to contributing to Meshery and mesheryctl",
@@ -112,7 +112,7 @@ const data = [
112112
link: "/community/members/piyush-singariya",
113113
name: "Piyush Singariya",
114114
}
115-
]
115+
]
116116
},
117117
{
118118
date: "Apr. 10, 2025",
@@ -141,7 +141,21 @@ const data = [
141141
name: "Riya Garg"
142142
}
143143
]
144-
},
144+
},
145+
{
146+
date: "Apr. 24, 2025",
147+
topic: "Meshery CI and CD",
148+
resources: {
149+
slides: "https://docs.google.com/presentation/d/1hUDhFeYP7dtCQhOEw2U_wQ-G718Y2e5iU3drMDOdIws/edit?usp=sharing",
150+
recording: "https://youtu.be/dlr_nzJV16Q"
151+
},
152+
presenters: [
153+
{
154+
link: "/community/members/sangram-rath",
155+
name: "Sangram Rath"
156+
}
157+
]
158+
},
145159
];
146160

147161
export default data;
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Varad Gupta
3+
position: Contributor
4+
image_path: ./varad-gupta.webp
5+
github: vr-varad
6+
twitter: vr_varad
7+
linkedin: vr-varad
8+
layer5: 0af1d3ea-fbce-47c3-b833-357b45602ea7
9+
bio: I’m Varad, a CS undergrad and software developer with a strong tilt toward backend development. I'm passionate about building scalable systems, designing efficient APIs, and diving deep into cloud technologies. I love contributing to open source and exploring the intersection of clean architecture and real-world engineering.
10+
status: Active
11+
published: true
12+
---
161 KB
Loading

0 commit comments

Comments
 (0)