Skip to content

Commit 45a8cc4

Browse files
committed
prg 2025 speakers
1 parent 148cd43 commit 45a8cc4

10 files changed

Lines changed: 70 additions & 4 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.

data/events/2025/prague/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ location: "Clarion Congress Hotel" # Defaults to city, but you can make it the v
3535
location_address: "Freyova 33, Prague 9, 190 00" #Optional - use the street address of your venue. This will show up on the welcome page if set. Also used by the event_map shortcode!
3636

3737
nav_elements: # List of pages you want to show up in the navigation of your page.
38-
- name: propose
38+
# - name: propose
3939
- name: location
4040
- name: registration
4141
- name: program
@@ -184,11 +184,11 @@ program:
184184
end_time: "?"
185185

186186
ignites:
187-
- title: ""
187+
- title: "jan-vlnas"
188188
date: 2025-05-22
189-
- title: ""
189+
- title: "martin-hauskrecht"
190190
date: 2025-05-22
191-
- title: ""
191+
- title: "marek-jalovec"
192192
date: 2025-05-22
193193
- title: ""
194194
date: 2025-05-22

0 commit comments

Comments
 (0)