Skip to content

Commit d2e0076

Browse files
[website] Matheus Wichman joins Material-UI (mui#25590)
1 parent 8c11b80 commit d2e0076

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
import * as React from 'react';
2+
import TopLayoutBlog from 'docs/src/modules/components/TopLayoutBlog';
3+
import { prepareMarkdown } from 'docs/src/modules/utils/parseMarkdown';
4+
5+
const pageFilename = 'blog/matheus-wichman-joining';
6+
const requireRaw = require.context('!raw-loader!./', false, /matheus-wichman-joining\.md$/);
7+
8+
export default function Page({ docs }) {
9+
return <TopLayoutBlog docs={docs} />;
10+
}
11+
12+
Page.getInitialProps = () => {
13+
const { demos, docs } = prepareMarkdown({ pageFilename, requireRaw });
14+
return { demos, docs };
15+
};
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Matheus Wichman joins Material-UI
3+
description: We are excited to share that Matheus Wichman has joined Material-UI.
4+
date: 2021-04-05T00:00:00.000Z
5+
authors: ['oliviertassinari']
6+
card: true
7+
---
8+
9+
We are excited to share that [Matheus Wichman](https://github.com/m4theushw) has joined Material-UI.
10+
He started a couple of days ago full-time, and is part of the advanced components team.
11+
12+
Before joining Material-UI, Matheus worked as a software engineer at a consulting agency in Brazil.
13+
He has spent the last three years focusing on React and the frontend world - his last project was for a payment processing company, where he created a design system based on Material-UI and developed new components for enterprise applications.
14+
Matheus is passionate about software development, so much so that he started his career very early on, coding in PHP and JavaScript, at age 14.
15+
16+
We were impressed by his capability to quickly jump into an unknown codebase and solve problems at their root.
17+
In a couple of days, he has managed to report and fix bugs, both in the core components (_mui-org/material-ui_) and in the advanced components repository (_mui-org/material-ui-x_).
18+
19+
While we can't predict the future, Matheus will initially help us deliver the planned breaking changes of Material-UI v5, increase the pace of development of the date range picker, and push the data grid forward.
20+
21+
Matheus is the first of a series of 5 new positions we have recently opened and almost all filled.
22+
We will cross the 10 person milestone in the coming weeks.
23+
We have opened these positions as our revenue growth allows.
24+
At the current pace, we will soon open new positions.
25+
You can [follow us on Twitter](https://twitter.com/MaterialUI) to hear about upcoming positions.
26+
These new roles will help accelerate our mission, strengthen our existing offering, and initiate a new vertical.
27+
28+
We couldn’t be more excited to have Matheus on the team!
Loading

0 commit comments

Comments
 (0)