Skip to content

Update testimonials.yml #27871

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 40 additions & 1 deletion handbook/company/testimonials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# 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."
-
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.
quote: Fleet aligns with the strategies that enabled me to help scale Uber’s global device deployments with a lean DevOps/systems engineering team.
quoteAuthorName: Luis Madrigal
quoteAuthorProfileImageFilename: [email protected]
quoteImageFilename: [email protected]
Expand Down Expand Up @@ -180,6 +180,21 @@
quoteLinkUrl: https://www.linkedin.com/in/thlarkin/
youtubeVideoUrl: https://www.youtube.com/watch?v=nkjg_hNe86Q
productCategories: [Observability]
-
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.
quoteAuthorName: Tom Larkin # https://t-lark.github.io/posts/building_endpoint_performance_metrics/
quoteAuthorJobTitle: Sr. Manager, Client Engineering & DevOps
quoteAuthorProfileImageFilename: [email protected]
quoteLinkUrl: https://www.linkedin.com/in/thlarkin/
productCategories: [Device management]
-
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.
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)
quoteAuthorJobTitle: Sr. Manager, Client Engineering & DevOps
quoteAuthorProfileImageFilename: [email protected]
quoteLinkUrl: https://www.linkedin.com/in/thlarkin/
youtubeVideoUrl: https://www.youtube.com/watch?v=nkjg_hNe86Q
productCategories: [Observability]
-
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.
quoteImageFilename: [email protected]
Expand Down Expand Up @@ -213,3 +228,27 @@
quoteAuthorJobTitle: Senior Systems Security Engineer
productCategories: [Observability, Software management]
# 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)”
-
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.
quoteImageFilename: [email protected]
quoteLinkUrl: https://www.linkedin.com/in/justinlabo/
quoteAuthorName: Justin LaBo
quoteAuthorProfileImageFilename: [email protected]
quoteAuthorJobTitle: Head of Core BT Engineering
productCategories: [Observability, Software management]
-
quote: Thanks for a great run Jamf... Foursquare has officially completed the migration to Fleet as our new device management platform.
quoteImageFilename: [email protected]
quoteLinkUrl: https://www.linkedin.com/posts/mike-meyer-a5a21910_teamwork-engineering-devicemanagement-activity-7267672056970788866-Yt5Z?utm_source=share&utm_medium=member_desktop&rcm=ACoAAAOYKwIBtKBLvbxqgjD2fs4ScGobCzMbCvg
quoteAuthorName: Mike Meyer
quoteAuthorProfileImageFilename: [email protected]
quoteAuthorJobTitle: Senior Manager, Corporate Engineering
productCategories: [Device management]
-
quote: My users love this. It's increasing security and compliance across our workforce.
quoteImageFilename: [email protected]
quoteLinkUrl: https://www.linkedin.com/in/bart-reardon-00647889/
quoteAuthorName: Bart Reardon
quoteAuthorProfileImageFilename: [email protected]
quoteAuthorJobTitle: Creator of swiftDialog
productCategories: [Device management, Observability]
2 changes: 2 additions & 0 deletions website/api/controllers/view-device-management.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ module.exports = {
'Erik Gomez',
'Chandra Majumdar',
'Eric Tan',
'Mike Meyer',
'Matt Carr',
'Luis Madrigal',
'Nico Waisman',
'Dan Grzelak',
'Tom Larkin',
];

// Filter the testimonials by product category
Expand Down
2 changes: 2 additions & 0 deletions website/api/controllers/view-observability.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ module.exports = {
'Andre Shields',
'Scott MacVicar',
'Erik Gomez',
'Bart Reardon',
'Mike Arpaia',
'Chandra Majumdar',
'Justin LaBo',
'Charles Zaffery',
'Tom Larkin',
];
Expand Down
1 change: 1 addition & 0 deletions website/api/controllers/view-software-management.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ module.exports = {
'Nico Waisman',
'Dan Grzelak',
'Luis Madrigal',
'Justin LaBo'
];

// Filter the testimonials by product category
Expand Down
4 changes: 4 additions & 0 deletions website/api/controllers/view-testimonials.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ module.exports = {
'Dan Grzelak',
'Erik Gomez',
'Matt Carr',
'Mike Meyer',
'Tom Larkin',
];
let testimonialsForMdm = _.filter(testimonials, (testimonial)=>{
return _.contains(testimonial.productCategories, 'Device management') && _.contains(testimonialOrderForMdm, testimonial.quoteAuthorName);
Expand Down Expand Up @@ -82,6 +84,8 @@ module.exports = {
'Andre Shields',
'Mike Arpaia',
'Tom Larkin',
'Justin LaBo',
'Bart Reardon',
];
let testimonialsForObservability = _.filter(testimonials, (testimonial)=>{
return _.contains(testimonial.productCategories, 'Observability') && _.contains(testimonialOrderForObservability, testimonial.quoteAuthorName);
Expand Down
Binary file added website/assets/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/assets/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/assets/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/assets/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/assets/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/assets/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading