Skip to content

Commit b3071c8

Browse files
mikermcneilmike-j-thomaseashaw
authored
Update testimonials.yml (#27871)
Co-authored-by: Mike Thomas <[email protected]> Co-authored-by: Eric <[email protected]>
1 parent 264664d commit b3071c8

11 files changed

+49
-1
lines changed

handbook/company/testimonials.yml

+40-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# TODO figure out what to do with this other quote that both Austin and Dre :+1:'d: "Fleet lets us be more actionable with fewer people. It helps us to filter out the noise better than we could with the other big name products we replaced."
1212
-
13-
quote: With its roots in osquery and a GitOps-driven approach, Fleet aligns with the strategies that enabled me to help scale Uber’s global device deployments with a lean DevOps/systems engineering team.
13+
quote: Fleet aligns with the strategies that enabled me to help scale Uber’s global device deployments with a lean DevOps/systems engineering team.
1414
quoteAuthorName: Luis Madrigal
1515
quoteAuthorProfileImageFilename: [email protected]
1616
quoteImageFilename: [email protected]
@@ -180,6 +180,21 @@
180180
quoteLinkUrl: https://www.linkedin.com/in/thlarkin/
181181
youtubeVideoUrl: https://www.youtube.com/watch?v=nkjg_hNe86Q
182182
productCategories: [Observability]
183+
-
184+
quote: You can use data from Fleet to predict cost savings initiatives, do data driven hardware refresh, or drill into which devices are performing well versus which aren’t.
185+
quoteAuthorName: Tom Larkin # https://t-lark.github.io/posts/building_endpoint_performance_metrics/
186+
quoteAuthorJobTitle: Sr. Manager, Client Engineering & DevOps
187+
quoteAuthorProfileImageFilename: [email protected]
188+
quoteLinkUrl: https://www.linkedin.com/in/thlarkin/
189+
productCategories: [Device management]
190+
-
191+
quote: I just want to brag again about how awesome Fleet and Snowflake are together. Osquery alone isn't a big data tool, but it's a powerful data collector.
192+
quoteAuthorName: tom larkin # Note: this name is lowercased here so we can sort the two observability-related Tom larkin quotes in different spots. (The name will be capitalized via CSS)
193+
quoteAuthorJobTitle: Sr. Manager, Client Engineering & DevOps
194+
quoteAuthorProfileImageFilename: [email protected]
195+
quoteLinkUrl: https://www.linkedin.com/in/thlarkin/
196+
youtubeVideoUrl: https://www.youtube.com/watch?v=nkjg_hNe86Q
197+
productCategories: [Observability]
183198
-
184199
quote: Something I really appreciate about working with you guys is that it doesn't feel like I'm talking to a vendor. It actually feels like I'm talking to my team, and I really appreciate it.
185200
quoteImageFilename: [email protected]
@@ -213,3 +228,27 @@
213228
quoteAuthorJobTitle: Senior Systems Security Engineer
214229
productCategories: [Observability, Software management]
215230
# From social media company: “absolutely, will do! this amazing support has been one of the great things that helped make this decision easier and, trust me when I say this, you guys must be doing good if you can take some die-hards away from their ______ (competing product)”
231+
-
232+
quote: I recently attended a GitOps workshop hosted by the team at Fleet—and WOW, it was truly inspiring! Seeing industry-standard tools like osquery and git combined with MDM and CI/CD to manage endpoints was impressive. With support for Linux, macOS, Windows, iOS, iPadOS, and Chrome OS, managing everything from a single codebase is a game-changer. Super cool. I’ve been a fan of Fleet, and the GitOps functionality showcased at the workshop added yet another dimension to an already exciting product. If you’re in IT or device management/client platform engineering, I highly recommend checking out one of these sessions.
233+
quoteImageFilename: [email protected]
234+
quoteLinkUrl: https://www.linkedin.com/in/justinlabo/
235+
quoteAuthorName: Justin LaBo
236+
quoteAuthorProfileImageFilename: [email protected]
237+
quoteAuthorJobTitle: Head of Core BT Engineering
238+
productCategories: [Observability, Software management]
239+
-
240+
quote: Thanks for a great run Jamf... Foursquare has officially completed the migration to Fleet as our new device management platform.
241+
quoteImageFilename: [email protected]
242+
quoteLinkUrl: https://www.linkedin.com/posts/mike-meyer-a5a21910_teamwork-engineering-devicemanagement-activity-7267672056970788866-Yt5Z?utm_source=share&utm_medium=member_desktop&rcm=ACoAAAOYKwIBtKBLvbxqgjD2fs4ScGobCzMbCvg
243+
quoteAuthorName: Mike Meyer
244+
quoteAuthorProfileImageFilename: [email protected]
245+
quoteAuthorJobTitle: Senior Manager, Corporate Engineering
246+
productCategories: [Device management]
247+
-
248+
quote: My users love this. It's increasing security and compliance across our workforce.
249+
quoteImageFilename: [email protected]
250+
quoteLinkUrl: https://www.linkedin.com/in/bart-reardon-00647889/
251+
quoteAuthorName: Bart Reardon
252+
quoteAuthorProfileImageFilename: [email protected]
253+
quoteAuthorJobTitle: Creator of swiftDialog
254+
productCategories: [Device management, Observability]

website/api/controllers/view-device-management.js

+2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ module.exports = {
3030
'Erik Gomez',
3131
'Chandra Majumdar',
3232
'Eric Tan',
33+
'Mike Meyer',
3334
'Matt Carr',
3435
'Luis Madrigal',
3536
'Nico Waisman',
3637
'Dan Grzelak',
38+
'Tom Larkin',
3739
];
3840

3941
// Filter the testimonials by product category

website/api/controllers/view-observability.js

+2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ module.exports = {
4444
'Andre Shields',
4545
'Scott MacVicar',
4646
'Erik Gomez',
47+
'Bart Reardon',
4748
'Mike Arpaia',
4849
'Chandra Majumdar',
50+
'Justin LaBo',
4951
'Charles Zaffery',
5052
'Tom Larkin',
5153
];

website/api/controllers/view-software-management.js

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ module.exports = {
3535
'Nico Waisman',
3636
'Dan Grzelak',
3737
'Luis Madrigal',
38+
'Justin LaBo'
3839
];
3940

4041
// Filter the testimonials by product category

website/api/controllers/view-testimonials.js

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ module.exports = {
3434
'Dan Grzelak',
3535
'Erik Gomez',
3636
'Matt Carr',
37+
'Mike Meyer',
38+
'Tom Larkin',
3739
];
3840
let testimonialsForMdm = _.filter(testimonials, (testimonial)=>{
3941
return _.contains(testimonial.productCategories, 'Device management') && _.contains(testimonialOrderForMdm, testimonial.quoteAuthorName);
@@ -82,6 +84,8 @@ module.exports = {
8284
'Andre Shields',
8385
'Mike Arpaia',
8486
'Tom Larkin',
87+
'Justin LaBo',
88+
'Bart Reardon',
8589
];
8690
let testimonialsForObservability = _.filter(testimonials, (testimonial)=>{
8791
return _.contains(testimonial.productCategories, 'Observability') && _.contains(testimonialOrderForObservability, testimonial.quoteAuthorName);
4.42 KB
Loading
4.17 KB
Loading
8 KB
Loading
8.08 KB
Loading
13.8 KB
Loading
17.6 KB
Loading

0 commit comments

Comments
 (0)