-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* draft * figure shortcode fallback * fix image
- Loading branch information
1 parent
f266b81
commit aa1456f
Showing
5 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: "Product Masterclass: B2B SaaS bei edding – mit interdisziplinären Teams " | ||
date: 2025-01-30 | ||
categories: ["Leadership"] | ||
image: preview.de.jpg | ||
social: https://www.linkedin.com/events/warumnicht-digitalefirmenkeined7287516741629321216/comments/ | ||
--- | ||
|
||
![](preview.de.jpg) | ||
|
||
Bei einer LinkedIn Live-Session von [Product Masterclass](https://www.product-masterclass.com/de) erzählte ich gemeinsam mit **Boontham Temaismithi (CDO)**, wie wir **B2B SaaS bei edding** aufsetzen. | ||
|
||
Worüber wir sprechen, ist nicht nur für den Mittelstand relevant – auch Startups können beim Thema interdisziplinäre Kollaboration wertvolle Erkenntnisse mitnehmen. | ||
|
||
**Was wir behandelt haben:** | ||
|
||
- Die häufigsten Stolpersteine bei der Entwicklung digitaler Produkte | ||
- Konkrete Ansätze, die wirklich funktionieren – und warum sie entscheidend sind | ||
- Schlüsselmomente aus der Transformation bei edding | ||
- Praktische Beispiele, wie digitale Innovation bei edding operativ umgesetzt wird | ||
|
||
{{< youtube aYgwPgEceBs >}} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<div class="relative w-full pb-[56.25%] h-0"> | ||
<iframe class="absolute top-0 left-0 w-full h-full" src="https://www.youtube-nocookie.com/embed/{{ .Get 0 }}" frameborder="0" allowfullscreen> | ||
</iframe> | ||
</div> |