Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[website] Matheus Wichman joins Material-UI #25590

Merged
merged 4 commits into from
Apr 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/pages/blog/matheus-wichman-joining.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import * as React from 'react';
import TopLayoutBlog from 'docs/src/modules/components/TopLayoutBlog';
import { prepareMarkdown } from 'docs/src/modules/utils/parseMarkdown';

const pageFilename = 'blog/matheus-wichman-joining';
const requireRaw = require.context('!raw-loader!./', false, /matheus-wichman-joining\.md$/);

export default function Page({ docs }) {
return <TopLayoutBlog docs={docs} />;
}

Page.getInitialProps = () => {
const { demos, docs } = prepareMarkdown({ pageFilename, requireRaw });
return { demos, docs };
};
28 changes: 28 additions & 0 deletions docs/pages/blog/matheus-wichman-joining.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: Matheus Wichman joins Material-UI
description: We are excited to share that Matheus Wichman has joined Material-UI.
date: 2021-04-05T00:00:00.000Z
authors: ['oliviertassinari']
card: true
---

We are excited to share that [Matheus Wichman](https://github.com/m4theushw) has joined Material-UI.
He started a couple of days ago full-time, and is part of the advanced components team.

Before joining Material-UI, Matheus worked as a software engineer at a consulting agency in Brazil.
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.
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.
Copy link
Member Author

@oliviertassinari oliviertassinari Apr 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Started soon. I only got to it at 15 😛


We were impressed by his capability to quickly jump into an unknown codebase and solve problems at their root.
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_).

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.

Matheus is the first of a series of 5 new positions we have recently opened and almost all filled.
We will cross the 10 person milestone in the coming weeks.
We have opened these positions as our revenue growth allows.
At the current pace, we will soon open new positions.
You can [follow us on Twitter](https://twitter.com/MaterialUI) to hear about upcoming positions.
These new roles will help accelerate our mission, strengthen our existing offering, and initiate a new vertical.

We couldn’t be more excited to have Matheus on the team!
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.