Skip to content

Commit

Permalink
add About page
Browse files Browse the repository at this point in the history
  • Loading branch information
joemoore committed Feb 24, 2024
1 parent fd9813d commit 550c482
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 3 deletions.
1 change: 1 addition & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ indexes:
- "learningpaths"
- "guides"
featured:
- "topics/about-this-site"
- "learningpaths/application-development-how-we-work"
- "guides/tanzu-labs-engineer-faq"
- "learningpaths/application-development"
Expand Down
65 changes: 65 additions & 0 deletions content/topics/about-this-site/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
---
title: "What is the Labs Practices Site?"
linkTitle: "About"
---

## Purpose

The Labs Practices Site is a resource for people who want their project teams to become as high-performing as possible. The project team might be a software development team, a management team, or even a group of doctors in a medical group.

Though the [practices and workshops](/practices), pragmatic and practical [guides](/guides), and [in-depth learning content](/learningpaths) originated from agile software development consulting projects, most are relevant for almost any team.

## Who Owns This?

Anyone and everyone.

The original site code and editorial content, including this distribution of it, are open source and distributed under the [Apache License Version 2.0](https://github.com/joemoore/labs-practices-site/blob/main/LICENSE).

<a name="contribute"></a>

## How to Contribute

**Formal** options include:

- Submit a [GitHub Issue](https://github.com/joemoore/labs-practices-site/issues) and describe what you would like to add.
- [Fork this repo](https://github.com/joemoore/labs-practices-site/fork), make your changes, and submit a pull request.

**Informally:** if you're using this site you [likely know me](#who) or know someone who does. Get ahold of me.

## History

Once upon a time there was a software consulting company named [Pivotal Labs](https://en.wikipedia.org/wiki/Pivotal_Labs).

#### The Pivotal Heritage

Over the decades many amazing people worked at Pivotal Labs, legal variations of that company, and the companies that acquired and employed a "Labs" consulting and the Cloud R&D division that emerged, including VMware and Broadcom.

These incredible software developers, product managers, UX designers, and managers developed many effective practices, workshops, and processes to help software projects be successful. These were documented almost exclusively in internal company sites and documents. Thus, while effective, their impact was limited to proprietary R&D and client consulting projects.

#### The Give-Back Campaign

Then, while under the stewardship of VMware, the organizations of Pivotal heritage undertook a campaign to [Give Back](/learningpaths/application-development-how-we-work/share-knowledge/) to the software, product management, and design communities by publishing their wealth of knowledge on the public Internet under an open source license. For several years this content lived on the [Tanzu Developer Center](/) ("TDC"), owned by VMware. To be fair, this was a match made of convenience, as the TDC's primary purpose was to promote VMware products and related technologies, not guides to agile software team morale-building workshops, but the TDC was more than welcoming and provided a home and support for this content.

Additional context here: [How Pivotal/Tanzu Labs Works and Why](/learningpaths/application-development-how-we-work/)

#### A New ~~Hope~~ Home

After VMware was acquired by Broadcom, most of the non-Labs oriented content was migrated from the TDC to other properties, and the TDC was scheduled to be decommissioned. This left in question where the Labs-oriented content might live. And while it did find a home on other VMware/Broadcom sites, it again didn't feel like it was quite at home.

But, good news! All of the TDC's code and content was [open source](https://github.com/joemoore/tanzu-dev-portal/blob/main/LICENSE), allowing for it to be redistributed. [I decided](#who) to publish a striped-down, restyled version of the TDC site and content, focusing on the agile software team content, so that it remains a resource for all and has a clear [process for contributions](#contribute).

<a name="who"></a>

## Who is Maintaining this Site and Content?

<details>
<summary>Who is this guy?</summary>

![](https://avatars.githubusercontent.com/u/13995)

</details>

This site and content is currently maintained by Joe Moore.

- [GitHub](https://github.com/joemoore)
- [LinkedIn](https://www.linkedin.com/in/josephlmoore/)
6 changes: 3 additions & 3 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
{{ with .Site.Params.california_privacy_rights }}<small class="mr-1"><a href="{{ . }}" target="_blank">{{ T "footer_california_privacy_rights" }}</a></small>{{ end }}
<small><a href="javascript:void(0);" class="ot-sdk-show-settings" style="cursor:pointer;">Cookie Settings</a></small>
</div>
<!-- {{ if not .Site.Params.ui.footer_about_disable }}
{{ with .Site.GetPage "about" }}<p class="mt-2"><a href="{{ .RelPermalink }}">{{ .Title }}</a></p>{{ end }}
{{ end }} -->
{{ if not .Site.Params.ui.footer_about_disable }}
{{ with .Site.GetPage "topics/about-this-site" }}<p class="mt-2"><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></p>{{ end }}
{{ end }}
</div>

</div>
Expand Down

0 comments on commit 550c482

Please sign in to comment.