Skip to content

Commit

Permalink
docs(misc): add initial speaker post (#27715)
Browse files Browse the repository at this point in the history
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

<!-- If this is a particularly complex change or feature addition, you
can request a dedicated Nx release for this pull request branch. Mention
someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they
will confirm if the PR warrants its own release for testing purposes,
and generate it for you if appropriate. -->

## Current Behavior
<!-- This is the behavior we have today -->

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #
  • Loading branch information
mhartington committed Aug 30, 2024
1 parent 4abcf61 commit 18e5535
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 0 deletions.
39 changes: 39 additions & 0 deletions docs/blog/2024-08-30-announcing-your-monorepo-world-speakers.md
Original file line number Diff line number Diff line change
@@ -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)
6 changes: 6 additions & 0 deletions docs/blog/authors.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
Binary file added docs/blog/images/2024-08-30/mw-blog-post.avif
Binary file not shown.
Binary file added docs/blog/images/2024-08-30/mw-blog-post.png
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 docs/blog/images/authors/Mike Hartington.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 18e5535

Please sign in to comment.