Skip to content

Commit b0e42cf

Browse files
EtssMMdon-code
andauthored
[PRG-2025] Add speakers (#15027)
* prg 2025 speakers * hide propose link --------- Co-authored-by: Don Luchini <don-code@users.noreply.github.com>
1 parent e6ffba1 commit b0e42cf

11 files changed

Lines changed: 72 additions & 6 deletions

File tree

60.4 KB
Loading
18.9 KB
Loading
221 KB
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
+++
2+
Talk_date = ""
3+
Talk_start_time = ""
4+
Talk_end_time = ""
5+
Title = "The (API) gateway to hell: Fixing a decade of poor API design decisions"
6+
Type = "talk"
7+
Speakers = ["jan-vlnas"]
8+
youtube = ""
9+
slideshare = ""
10+
slides = ""
11+
+++
12+
13+
What happens when you add an API gateway in front of a decade-old monolith serving thousands of partners? At Mews, we discovered our APIs were being used in ways we never imagined. Join me to learn what we broke, what surprised us, and how we fixed it.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
+++
2+
Talk_date = ""
3+
Talk_start_time = ""
4+
Talk_end_time = ""
5+
Title = "Burnout. How to recognize and prevent it?"
6+
Type = "talk"
7+
Speakers = ["marek-jalovec"]
8+
youtube = ""
9+
slideshare = ""
10+
slides = ""
11+
+++
12+
13+
I learned about burnout the hard way—by having several of them, including a Christmas Eve spent in the hospital hooked up to tubes. I wish I had recognized the signs earlier. You don’t have to hit that wall like I did. In this talk, I’ll share how to see burnout coming and what to do about it.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
+++
2+
Talk_date = ""
3+
Talk_start_time = ""
4+
Talk_end_time = ""
5+
Title = "Clouds, Code, and Confused Grandmas: Building Your DevOps ‘House’ in 5 Minutes"
6+
Type = "talk"
7+
Speakers = ["martin-hauskrecht"]
8+
youtube = ""
9+
slideshare = ""
10+
slides = ""
11+
+++
12+
13+
It’s always hard to explain what DevOps is or what you actually do. To your spouse, to your friends, to your family, hell even to your dentist. After this talk, you might actually be able to get it right and they might finally figure out why do you mention containers so often.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
+++
2+
Title = "Jan Vlnas"
3+
type = "speaker"
4+
linktitle = "jan-vlnas"
5+
image = "jan-vlnas.jpg"
6+
+++
7+
8+
Jan is a senior software engineer and a former developer advocate focused on design and usability of web APIs. When he’s not working, parenting, or Slacking, he delves into the obscure histories of computing and hypertext.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
+++
2+
Title = "Marek Jalovec"
3+
type = "speaker"
4+
linktitle = "marek-jalovec"
5+
image = "marek-jalovec.jpg"
6+
+++
7+
8+
I’ve been crafting software for 23 years—long enough to remember the joy of debugging for Internet Explorer 4.0 and Netscape Navigator. My first software ran on an 8-bit computer, and I wrote my first “serious” desktop app for Windows 95 using Delphi 3 (Object Pascal). Over the years, I’ve worn many hats: running my own web hosting company complete with a self-built “datacenter” in 2008, diving into mobile app development for the iPhone in 2009, and moving to cloud-based web applications in 2010.
9+
10+
My path has zigzagged between engineering and leadership, but since 2018, I’ve leaned fully into people management. Currently, I lead IT, Cybersecurity, CloudOps, and Technical Writing at FINN, a German scale-up making mobility frictionless and flexible for both B2C and B2B customers. I thrive at the intersection of technology and security, problem-solving, and building teams that drive innovation.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
+++
2+
Title = "Martin Hauskrecht"
3+
type = "speaker"
4+
linktitle = "martin-hauskrecht"
5+
image = "martin-hauskrecht.png"
6+
+++
7+
8+
Head of Engineering at Labyrinth Labs TLDR DevOps newsletter Curator
9+
My main focus is designing full-featured cloud infrastructures on AWS and Azure. Over the past couple of years, I gained experience building robust, auto-scaled, and highly-available cloud environments for many customers and applications, utilising a large set of tools and technologies during the process, mainly revolving around Kubernetes and Serverless. I like to work on challenging tasks, and always want to learn something new. I’ve wrote couple of blog posts mainly focused on observability tools and challenges I needed to solve and developed/contributed to couple of open-source tools used across the DevOps community.

content/events/2025-prague/welcome.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Description = "DevOpsDays Prague 2025"
3636
</div>
3737
</div>
3838

39-
<div class = "row">
39+
<!-- <div class = "row">
4040
<div class = "col-md-2">
4141
<strong>Propose</strong>
4242
</div>
@@ -45,7 +45,7 @@ Description = "DevOpsDays Prague 2025"
4545
Propose a talk!
4646
</a>
4747
</div>
48-
</div>
48+
</div> -->
4949

5050
<div class = "row">
5151
<div class = "col-md-2">

0 commit comments

Comments
 (0)