diff --git a/docs/blog/2024-08-30-announcing-your-monorepo-world-speakers.md b/docs/blog/2024-08-30-announcing-your-monorepo-world-speakers.md new file mode 100644 index 0000000000000..6df208bf8ad41 --- /dev/null +++ b/docs/blog/2024-08-30-announcing-your-monorepo-world-speakers.md @@ -0,0 +1,39 @@ +--- +title: Announcing your Monorepo World Speakers +slug: announcing-your-monorepo-world-speakers +authors: ['Mike Hartington'] +tags: [monorepo-world] +cover_image: /blog/images/2024-08-30/mw-blog-post.avif +--- + +[Monorepo World](https://monorepo.world) is our two-track conference bringing together experts in developer tooling and of course, monorepos. We’re thrilled to share some of this year's speakers, including folks from Zephyr Cloud, Atlassian, GitHub, and HeroDevs. Without further ado, let’s meet your first round of speakers! + +### Hacking Bundlers in Nx + +[Lois Zhao](https://x.com/zmzlois), Zephyr Cloud + +Want to know how builders work and how they can impact your projects? Let’s look at various bundlers and see how they affect the build time and output while also potentially saving organizations millions of dollars. + +### What's In Your Dependency Graph + +[Josh VanAllen](https://x.com/JVAsays), HeroDevs + +Ever ask yourself “why is this build taking so long?” You’re not alone. With monorepos, managing your workspace’s dependency graph can make the difference between spending countless hours waiting to see if your simple changes fixes your apps. Learn how to find the hidden bottlenecks in your dependency graphs and make them efficient! + +### How To Use Git - The Right Way - For Monorepos + +[Scott Arbeit](https://x.com/ScottArbeit), GitHub + +We all use git in our day to day, and it’s great! Until you have to clone a large repository, like potentially a monorepo. Thankfully, there are some tips and tricks you can use to work with large repositories and git that can greatly improve your user experience. + +### Atlassian Frontend's Journey To The Monorepo + +Manoraj K & Sourav Shaw, Atlassian + +Adopting a monorepo for an organization can be a transformative experience. Learn from the folks at Atlassian to hear how they migrated to a monorepo and what strategies they employ to merge multiple repositories into one unified structure. + +## Get Your Tickets Today + +We hope you’re excited to see these amazing sessions! We’ll have more to share soon about what other speakers you can expect to see at Monorepo world! Don’t forget to register and get your ticket before prices go up September 6th 😱! + +[Get your tickets today!](https://bit.ly/3YZcb5r) diff --git a/docs/blog/authors.json b/docs/blog/authors.json index 7874e108e323e..42be891633c87 100644 --- a/docs/blog/authors.json +++ b/docs/blog/authors.json @@ -58,5 +58,11 @@ "image": "/blog/images/Philip Fulcher.jpeg", "twitter": "philipjfulcher", "github": "philipjfulcher" + }, + { + "name": "Mike Hartington", + "image": "/blog/images/Mike Hartington.png", + "twitter": "mhartington", + "github": "mhartington" } ] diff --git a/docs/blog/images/2024-08-30/mw-blog-post.avif b/docs/blog/images/2024-08-30/mw-blog-post.avif new file mode 100644 index 0000000000000..7acb1ecaa8c73 Binary files /dev/null and b/docs/blog/images/2024-08-30/mw-blog-post.avif differ diff --git a/docs/blog/images/2024-08-30/mw-blog-post.png b/docs/blog/images/2024-08-30/mw-blog-post.png new file mode 100644 index 0000000000000..d8e05d6b0b20a Binary files /dev/null and b/docs/blog/images/2024-08-30/mw-blog-post.png differ diff --git a/docs/blog/images/authors/Mike Hartington.jpeg b/docs/blog/images/authors/Mike Hartington.jpeg new file mode 100644 index 0000000000000..0440dc4880de7 Binary files /dev/null and b/docs/blog/images/authors/Mike Hartington.jpeg differ