Skip to content

Commit f7bc329

Browse files
alexandre-touretthomaspoignantbeeme1mr
authored
feat: Add new workshop (#1393)
## This PR - Brings a new workshop: https://blog.touret.info/feature-flag-workshop/ ### Related Issues N/A ### Notes ### Follow-up Tasks N/A ### How to test N/A --------- Signed-off-by: Alexandre Touret <alexandre-touret@users.noreply.github.com> Signed-off-by: Alexandre Touret <943841+alexandre-touret@users.noreply.github.com> Co-authored-by: Alexandre Touret <alexandre-touret@users.noreply.github.com> Co-authored-by: Thomas Poignant <thomas.poignant@gmail.com> Co-authored-by: Michael Beemer <beeme1mr@users.noreply.github.com>
1 parent d660b02 commit f7bc329

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/pages/support-training.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@ export default function Support(): JSX.Element {
3737
'Learn about the evaluation API, providers, context, hooks, and how to integrate OpenFeature into your code.'
3838
]}
3939
/>
40+
<CourseCard
41+
href="https://blog.touret.info/feature-flag-workshop"
42+
imageUrl="https://blog.touret.info/feature-flag-workshop/img/logo.webp"
43+
imageAlt="OpenFeature Workshop"
44+
title="Free OpenFeature Workshop"
45+
subtitle="Feature-Flag with OpenFeature Hands-on by Alexandre Touret"
46+
description={[
47+
'This workshop dives into the concepts of Feature Flags and details how to maximize their benefits using OpenFeature. Participants will discover methodologies (e.g., A/B Testing or Canary Deployment) and tools tailored to streamline the development process.',
48+
'It is designed to be flexible as much as possible: it can be experienced as a self-paced, hands-on module or delivered as a live presentation during a guided workshop.'
49+
]}
50+
/>
4051
</div>
4152
</div>
4253
<div className="mb-16">

0 commit comments

Comments
 (0)