Skip to content

Commit 5322aa9

Browse files
committed
Add HubSpot (closes #41)
1 parent 6a588c0 commit 5322aa9

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

website/src/domain/caseStudy/data.toml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4903,3 +4903,33 @@ publishedAt = "2025-03-03"
49034903
id = "https://sentry.engineering/blog/formatting-sql-on-the-frontend"
49044904
title = "Formatting SQL in the Browser Using PEG"
49054905
publishedAt = "2025-04-08"
4906+
4907+
[[hubspot]]
4908+
id = "https://product.hubspot.com/blog/frontend-development-at-scale-1"
4909+
title = "HubSpot's Approach to Front-End Development at Scale"
4910+
publishedAt = "2013-03-19"
4911+
4912+
[[hubspot]]
4913+
id = "https://product.hubspot.com/blog/front-end-development-2"
4914+
title = "HubSpot's approach to front-end development: Part 2"
4915+
publishedAt = "2013-04-15"
4916+
4917+
[[hubspot]]
4918+
id = "https://product.hubspot.com/blog/frontend-platform"
4919+
title = "Making Hundreds of Developers More Efficient by Creating a Frontend Platform Team"
4920+
publishedAt = "2019-12-16"
4921+
4922+
[[hubspot]]
4923+
id = "https://product.hubspot.com/blog/ci-cd-deliver-value-customers"
4924+
title = "How Our Frontend Teams Use CI/CD to Deliver Value to Customers"
4925+
publishedAt = "2022-12-19"
4926+
4927+
[[hubspot]]
4928+
id = "https://product.hubspot.com/blog/immutability-and-performance"
4929+
title = "Immutability and Its (Potential) Impact on Performance"
4930+
publishedAt = "2023-04-07"
4931+
4932+
[[hubspot]]
4933+
id = "https://product.hubspot.com/blog/treating-frontend-performance-as-a-feature"
4934+
title = "How We Started Treating Frontend Performance as a Feature"
4935+
publishedAt = "2020-01-22"

website/src/domain/company/data.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,3 +720,9 @@ name = "Coursera"
720720
websiteUrl = "https://www.coursera.org"
721721
blogUrl = "https://medium.com/coursera-engineering"
722722
rssUrl = "https://medium.com/feed/coursera-engineering"
723+
724+
[hubspot]
725+
name = "Hubspot"
726+
websiteUrl = "https://www.hubspot.com"
727+
blogUrl = "https://product.hubspot.com/blog/"
728+
rssUrl = "https://product.hubspot.com/blog/rss.xml"

0 commit comments

Comments
 (0)