Skip to content

Commit fd68ef5

Browse files
authored
Update speaker bio and meetup image for 2025-09-11 (#74)
1 parent 2c87852 commit fd68ef5

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed
1.53 MB
Loading

src/Meetup/Meetup20250911MonolithOrMicroservicesAndWhyYoureWrong.php

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ public function getTitle(): string
1515
return 'Monolith or Microservices? And why you\'re wrong!';
1616
}
1717

18+
public function getImage(): string
19+
{
20+
return '/images/monolith-vs-microservices-and-why-youre-wrong.jpg';
21+
}
22+
1823
public function getDescription(): string
1924
{
2025
return <<<END
@@ -41,6 +46,16 @@ public function getSpeakerName(): string
4146

4247
public function getSpeakerBio(): string
4348
{
44-
return '';
49+
return <<<END
50+
Bobby Cahill is a Senior Software Engineer with over a decade of experience building scalable, user-centric
51+
web platforms and developer tools. With a strong background in full-stack development, cloud-native
52+
architectures, and modern DevOps practices, he's passionate about building readable, maintainable, and secure
53+
code. Previously, Bobby spent eight years at Wayfair, where he was a key player in a company-wide initiative to
54+
decouple a massive monolithic codebase, and led the development of new tools to improve engineering
55+
productivity. He’s also the lead organizer of the BostonPHP Meetup Group and a co-founder of MergePHP.
56+
57+
In his free time Bobby supports the open-source and dev communities and enjoys traveling, hiking, basketball
58+
and gaming.
59+
END;
4560
}
4661
}

0 commit comments

Comments
 (0)