Skip to content

Commit ec0b5d4

Browse files
committed
Fix clickable links issue and clean all unwanted changes
Signed-off-by: Piyush <pk9995114@gmail.com>
1 parent a730289 commit ec0b5d4

File tree

4 files changed

+93
-84
lines changed

4 files changed

+93
-84
lines changed

src/collections/programs/lfx-2022/lfx-2022.mdx

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Technical writers and other contributors are what comprise Layer5 - an open orga
7878
- Mentor(s): [Lee Calcote](https://github.com/leecalcote), [Ashish Tiwari](https://github.com/revolyssup)
7979
- Upstream Issue (URL): https://github.com/meshery/meshery/issues/544
8080

81-
- **LFX URL**: https://mentorship.lfx.linuxfoundation.org/project/ea439582-8c63-498d-9066-dc563ce1172e
81+
- **LFX URL**: [https://mentorship.lfx.linuxfoundation.org/project/ea439582-8c63-498d-9066-dc563ce1172e](https://mentorship.lfx.linuxfoundation.org/project/ea439582-8c63-498d-9066-dc563ce1172e)
8282

8383
#### User Interface Overhaul: State Management w/Apollo/GraphQL
8484

@@ -90,8 +90,9 @@ Technical writers and other contributors are what comprise Layer5 - an open orga
9090
- Mentor(s): [Lee Calcote](https://github.com/leecalcote), [Nithish Karthik](https://github.com/sudo-NithishKarthik)
9191
- Upstream Issue (URL): https://github.com/meshery/meshery/issues/5094
9292

93-
- **LFX URL**: https://mentorship.lfx.linuxfoundation.org/project/7592d7db-5517-445b-95e8-14144c49e9b1
94-
93+
- **LFX URL**: [https://mentorship.lfx.linuxfoundation.org/project/7592d7db-5517-445b-95e8-14144c49e9b1
94+
](https://mentorship.lfx.linuxfoundation.org/project/7592d7db-5517-445b-95e8-14144c49e9b1
95+
)
9596
### Service Mesh Performance
9697
<br />
9798

@@ -103,18 +104,22 @@ A use-case that fits very well is be the ability to use it to run performance te
103104

104105
- Recommended Skills: golang, grpc, docker, kubernetes
105106
- Mentor(s): [Lee Calcote](https://github.com/leecalcote), [Xin Huang](https://github.com/gyohuangxin)
106-
- Upstream Issue (URL): https://github.com/service-mesh-performance/service-mesh-performance/issues/350
107+
- Upstream Issue (URL):
108+
[https://github.com/service-mesh-performance/service-mesh-performance/issues/350](https://github.com/service-mesh-performance/service-mesh-performance/issues/350)
107109

108-
- **LFX URL**: https://mentorship.lfx.linuxfoundation.org/project/9959277e-eefc-4c88-83b6-e8c4b011d557
110+
- **LFX URL**:
111+
[https://mentorship.lfx.linuxfoundation.org/project/9959277e-eefc-4c88-83b6-e8c4b011d557](https://mentorship.lfx.linuxfoundation.org/project/9959277e-eefc-4c88-83b6-e8c4b011d557)
109112

110113
#### Convergence of Network and Graph topologies
111114

112115
- Description: Use Neo4j's ability to create graph projections, which copy a subgraph to RAM so that algorithms can be efficiently run. This opens the door to leveraging algorithms in the areas of Centrality, Community Detection, Pathfinding, Topological Link Prediction, etc. Bringing to bear advances made in Machine Learning / AI / recommendation systems, fraud detection could really help to derive meaning and comprehension for future tools. Another example is how ML + graph approaches are used to find and determine the optimal molecular structure of atoms such that desired physical properties are targeted. This approach could be applied to the problem of workload sizing and estimation for service mesh operators and would-be adopters.
113116
- Recommended Skills: cuelang, golang, neo4j
114117
- Mentor(s): [Lee Calcote](https://github.com/leecalcote), [Nic Jackson](https://github.com/nicholasjackson)
115-
- Upstream Issue (URL): https://github.com/service-mesh-performance/service-mesh-performance/issues/351
118+
- Upstream Issue (URL):
119+
[https://github.com/service-mesh-performance/service-mesh-performance/issues/351](https://github.com/service-mesh-performance/service-mesh-performance/issues/351)
116120

117-
- **LFX URL**: https://mentorship.lfx.linuxfoundation.org/project/2c4510d6-7b73-4082-a3f4-209f61767263
121+
- **LFX URL**:
122+
[https://mentorship.lfx.linuxfoundation.org/project/2c4510d6-7b73-4082-a3f4-209f61767263](https://mentorship.lfx.linuxfoundation.org/project/2c4510d6-7b73-4082-a3f4-209f61767263)
118123

119124
### CNCF TAG Network and Observability
120125
<br />
@@ -130,7 +135,7 @@ A use-case that fits very well is be the ability to use it to run performance te
130135
- Mentor(s): [Lee Calcote](https://github.com/leecalcote), [Matt Young](https://github.com/halcyondude)
131136
- Issue: https://github.com/cncf/tag-network/issues/21
132137

133-
- **LFX URL**: https://mentorship.lfx.linuxfoundation.org/project/df449a23-ac20-4ee9-8a2c-e0e5d08ba727
138+
- **LFX URL**: [https://mentorship.lfx.linuxfoundation.org/project/df449a23-ac20-4ee9-8a2c-e0e5d08ba727](https://mentorship.lfx.linuxfoundation.org/project/df449a23-ac20-4ee9-8a2c-e0e5d08ba727)
134139
<br />
135140
## Additional information
136141
<br />

src/collections/programs/lfx-2023/lfx-2023.mdx

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -75,23 +75,23 @@ Technical writers and other contributors are what comprise Layer5 - an open orga
7575
**Description**: Integrate a new architectural component into Meshery: a workflow engine. This project involves shifting Meshery off of bitcask and off of sqlite over to postgres using gorm (golang). Interns will familiarize with concepts of orchestration engines, including chaining workflows, and content lifecycle management.
7676
- Recommended Skills: Golang, Temporal, ReactJS
7777
- Mentor(s): <Link to="/community/members/lee-calcote">Lee Calcote</Link>, <Link to = "/community/members/ashish-tiwari">Ashish Tiwari</Link>
78-
- LFX URL: https://mentorship.lfx.linuxfoundation.org/project/73202d21-d4ca-4435-9a73-f326c9b3e796
78+
- LFX URL: [https://mentorship.lfx.linuxfoundation.org/project/73202d21-d4ca-4435-9a73-f326c9b3e796](https://mentorship.lfx.linuxfoundation.org/project/73202d21-d4ca-4435-9a73-f326c9b3e796)
7979

8080
#### Multi-user cloud native playground
8181

8282
**Description**: Advance the cloud native playground in which any CNCF project can be explored. Meshery’s genesis is that of helping teach people about cloud native technology and enabling to operate various types of cloud native infrastructure confidently. The proposed project is aimed at furthering this mission by infusing multi-user collaboration as a pervasisve feature so that users can learn together in a running instance of Meshery.
8383
- Recommended Skills: ReactJS, CSS, Golang (nice-to-have)
8484
- Mentor(s): <Link to="/community/members/lee-calcote">Lee Calcote</Link>, <Link to = "/community/members/abhishek-kumar">Abhishek Kumar</Link>
85-
- Issue: https://github.com/meshery/meshery/issues/7020
86-
- LFX URL: https://mentorship.lfx.linuxfoundation.org/project/2ee7a912-e26e-4602-9dfc-4febe3842df3
85+
- Issue: [https://github.com/meshery/meshery/issues/7020](https://github.com/meshery/meshery/issues/7020)
86+
- LFX URL: [https://mentorship.lfx.linuxfoundation.org/project/2ee7a912-e26e-4602-9dfc-4febe3842df3](https://mentorship.lfx.linuxfoundation.org/project/2ee7a912-e26e-4602-9dfc-4febe3842df3)
8787

8888
#### Distributed client-side policy evaluation in WASM and Rego
8989

90-
**Description**: Meshery's highly dynamic infrastructure configuration capabilities require real-time evaluation of complex policies. Policies of various types and with a high number of parameters need to be evaluted client-side. With policies expressed in Rego, the goal of this project is to incorporate use of the https://github.com/open-policy-agent/golang-opa-wasm project into Meshery UI, so that a powerful, real-time user experience is possible.
90+
**Description**: Meshery's highly dynamic infrastructure configuration capabilities require real-time evaluation of complex policies. Policies of various types and with a high number of parameters need to be evaluted client-side. With policies expressed in Rego, the goal of this project is to incorporate use of the [https://github.com/open-policy-agent/golang-opa-wasm ](https://github.com/open-policy-agent/golang-opa-wasm )project into Meshery UI, so that a powerful, real-time user experience is possible.
9191
- Recommended Skills: Golang, Open Policy Agent, WebAssembly
9292
- Mentor(s): <Link to="/community/members/lee-calcote">Lee Calcote</Link>, <Link to = "/community/members/ashish-tiwari">Ashish Tiwari</Link>
93-
- Issue: https://github.com/meshery/meshery/issues/7019
94-
- LFX URL: https://mentorship.lfx.linuxfoundation.org/project/7e3382be-5d82-443e-b0bc-4dcd2194705d
93+
- Issue: [https://github.com/meshery/meshery/issues/7019](https://github.com/meshery/meshery/issues/7019)
94+
- LFX URL: [https://mentorship.lfx.linuxfoundation.org/project/7e3382be-5d82-443e-b0bc-4dcd2194705d](https://mentorship.lfx.linuxfoundation.org/project/7e3382be-5d82-443e-b0bc-4dcd2194705d)
9595

9696

9797
### Service Mesh Performance
@@ -104,8 +104,8 @@ Technical writers and other contributors are what comprise Layer5 - an open orga
104104
A use-case that fits very well is be the ability to use it to run performance tests on a schedule and track the maximum load a system can handle over time. This could give insights to performance improvements or degradations.
105105
- Recommended Skills: golang, grpc, docker, kubernetes
106106
- Mentor(s): <Link to="/community/members/lee-calcote">Lee Calcote</Link>, <Link to="/community/members/xin-huang">Xin Huang</Link>
107-
- Upstream Issue (URL): https://github.com/service-mesh-performance/service-mesh-performance/issues/350
108-
- LFX URL: https://mentorship.lfx.linuxfoundation.org/project/2597fc3d-eb2c-411f-b02d-940c8347328d
107+
- Upstream Issue (URL): [https://github.com/service-mesh-performance/service-mesh-performance/issues/350](https://github.com/service-mesh-performance/service-mesh-performance/issues/350)
108+
- LFX URL: [https://mentorship.lfx.linuxfoundation.org/project/2597fc3d-eb2c-411f-b02d-940c8347328d](https://mentorship.lfx.linuxfoundation.org/project/2597fc3d-eb2c-411f-b02d-940c8347328d)
109109

110110
### CNCF TAG Network
111111
<br />
@@ -120,8 +120,8 @@ A use-case that fits very well is be the ability to use it to run performance te
120120

121121
- Recommended Skills: cuelang, golang, OCI
122122
- Mentor(s): <Link to="/community/members/lee-calcote">Lee Calcote</Link>
123-
- Issue: https://github.com/cncf/tag-network/issues/24
124-
- LFX URL: https://mentorship.lfx.linuxfoundation.org/project/96080e3d-83e2-46ed-928c-b6e7f3154bf3
123+
- Issue: [https://github.com/cncf/tag-network/issues/24](https://github.com/cncf/tag-network/issues/24)
124+
- LFX URL: [https://mentorship.lfx.linuxfoundation.org/project/96080e3d-83e2-46ed-928c-b6e7f3154bf3](https://mentorship.lfx.linuxfoundation.org/project/96080e3d-83e2-46ed-928c-b6e7f3154bf3)
125125

126126
## LFX Mentorship 2023 Summer Projects
127127
<br />
@@ -136,8 +136,12 @@ A use-case that fits very well is be the ability to use it to run performance te
136136
**Expected Outcome**: Definition of permissions and their enforcement in Meshery with an aim for deep granularity and extensibility with each user interface input component carrying a unique permission key id. Each key is then put into a group of keys in a keychain, keychains assigned to user roles, in turn, roles assigned to users. With users having the ability to create own custom roles, the framework will be dynamic based on the associated server-side permissions for the currently auth’ed user.
137137
- Recommended Skills: React.js, CASL.js
138138
- Mentor(s): <Link to="/community/members/lee-calcote">Lee Calcote</Link>, <Link to = "/community/members/abhishek-kumar">Abhishek Kumar</Link>
139-
- Upstream Issue (URL): https://github.com/meshery/meshery/issues/7436, https://github.com/meshery/meshery/issues/7382
140-
- LFX URL: https://mentorship.lfx.linuxfoundation.org/project/f4a9804f-2e46-42a4-b2ae-ad3ea7b29734
139+
- Upstream Issue (URL):
140+
[https://github.com/meshery/meshery/issues/7436](https://github.com/meshery/meshery/issues/7436),
141+
[https://github.com/meshery/meshery/issues/7382](https://github.com/meshery/meshery/issues/7382)
142+
143+
- LFX URL:
144+
[https://mentorship.lfx.linuxfoundation.org/project/f4a9804f-2e46-42a4-b2ae-ad3ea7b29734](https://mentorship.lfx.linuxfoundation.org/project/f4a9804f-2e46-42a4-b2ae-ad3ea7b29734)
141145

142146
#### OPA policy evaluation in-browser using WebAssembly and Rego
143147

@@ -146,8 +150,8 @@ A use-case that fits very well is be the ability to use it to run performance te
146150
**Expected Outcome**: a powerful real-time multi-user collaboration experience.
147151
- Recommended Skills: Golang, Open Policy Agent, WASM
148152
- Mentor(s): <Link to="/community/members/lee-calcote">Lee Calcote</Link>, <Link to = "/community/members/abhishek-kumar">Abhishek Kumar</Link>
149-
- Upstream Issue (URL): https://github.com/meshery/meshery/issues/7019
150-
- LFX URL: https://mentorship.lfx.linuxfoundation.org/project/005db8db-7efe-4433-9605-91d14174c72c
153+
- Upstream Issue (URL): [https://github.com/meshery/meshery/issues/7019](https://github.com/meshery/meshery/issues/7019)
154+
- LFX URL: [https://mentorship.lfx.linuxfoundation.org/project/005db8db-7efe-4433-9605-91d14174c72c](https://mentorship.lfx.linuxfoundation.org/project/005db8db-7efe-4433-9605-91d14174c72c)
151155

152156
#### Adopt OCI as the packaging and distribution format for Meshery MeshModels
153157

@@ -162,8 +166,8 @@ A use-case that fits very well is be the ability to use it to run performance te
162166

163167
- Recommended Skills: Reactjs, Golang, GraphQL
164168
- Mentor(s): <Link to="/community/members/lee-calcote">Lee Calcote</Link>
165-
- Upstream Issue (URL): https://github.com/meshery/meshery/issues/6447
166-
- LFX URL: https://mentorship.lfx.linuxfoundation.org/project/26377c30-9ffd-41e3-bfea-839bf126f8f6
169+
- Upstream Issue (URL): [https://github.com/meshery/meshery/issues/6447](https://github.com/meshery/meshery/issues/6447)
170+
- LFX URL: [https://mentorship.lfx.linuxfoundation.org/project/26377c30-9ffd-41e3-bfea-839bf126f8f6](https://mentorship.lfx.linuxfoundation.org/project/26377c30-9ffd-41e3-bfea-839bf126f8f6)
167171

168172
#### OCI compatible Kubernetes ontology
169173

@@ -175,8 +179,8 @@ A use-case that fits very well is be the ability to use it to run performance te
175179

176180
- Recommended Skills: cuelang, golang, OCI
177181
- Mentor(s): <Link to="/community/members/lee-calcote">Lee Calcote</Link>
178-
- Upstream Issue (URL): https://github.com/meshery/meshery/issues/6447
179-
- LFX URL: https://mentorship.lfx.linuxfoundation.org/project/bb8ddf84-31d7-4a89-9e4b-e6aa9601c0db
182+
- Upstream Issue (URL): [https://github.com/meshery/meshery/issues/6447](https://github.com/meshery/meshery/issues/6447)
183+
- LFX URL: [https://mentorship.lfx.linuxfoundation.org/project/bb8ddf84-31d7-4a89-9e4b-e6aa9601c0db](https://mentorship.lfx.linuxfoundation.org/project/bb8ddf84-31d7-4a89-9e4b-e6aa9601c0db)
180184

181185
### Service Mesh Performance
182186
<br />
@@ -193,8 +197,8 @@ A use-case that fits very well is be the ability to use it to run performance te
193197

194198
- Recommended Skills: Cuelang
195199
- Mentor(s): <Link to="/community/members/lee-calcote">Lee Calcote</Link>, <Link to = "/community/members/xin-huang">Xin Huang</Link>
196-
- Upstream Issue (URL): https://github.com/service-mesh-performance/service-mesh-performance/issues/379
197-
- LFX URL: https://mentorship.lfx.linuxfoundation.org/project/4735d0fa-229f-43e7-9415-dff9220bf687
200+
- Upstream Issue (URL): [https://github.com/service-mesh-performance/service-mesh-performance/issues/379](https://github.com/service-mesh-performance/service-mesh-performance/issues/379)
201+
- LFX URL: [https://mentorship.lfx.linuxfoundation.org/project/4735d0fa-229f-43e7-9415-dff9220bf687](https://mentorship.lfx.linuxfoundation.org/project/4735d0fa-229f-43e7-9415-dff9220bf687)
198202

199203

200204
## Additional information

0 commit comments

Comments
 (0)