Skip to content

Commit

Permalink
Initial resume
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsherman committed Oct 17, 2024
1 parent a17d649 commit 5a16e4f
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 0 deletions.
156 changes: 156 additions & 0 deletions src/resume/_data/resume.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,156 @@
{
"personalInformation": {
"name": "Matt Sherman",
"title": "Senior Full Stack Software Engineer, Tech Lead, and Manager",
"location": "Fairport, NY",
"github": "mattsherman",
"linkedin": "matthewsherman"
},
"summary": "Full stack software engineer with extensive experience delivering commercial and open-source applications for the cloud, web, and desktop. Proven track record in technical and project leadership, with a strong focus on user experience.",
"positions": [
{
"title": "Senior Software Engineer",
"company": "Woo (Automattic)",
"location": "Remote",
"startDate": "2020-02T00:00-0400",
"endDate": "2024-10T00:00-0400",
"details": [
"Developed key admin features for the WooCommerce open-source project using React and TypeScript",
"Designed extensibility APIs with PHP and WordPress hooks, facilitating third-party integrations",
"Implemented usability and accessibility improvements for WooCommerce and nine separate extensions",
"Engaged with third-party developers to gather feedback and share best practices",
"Collaborated with product management to define and prioritize project scope, timelines, and deliverables",
"Maintained high quality code through regular code reviews, end-to-end tests in Playwright, and unit tests in Jest",
"Analyzed and resolved customer-reported bugs, enhancing customer satisfaction",
"Mentored new team members, facilitating effective onboarding and development process integration"
]
},
{
"title": "Software Development Manager",
"company": "WordPress.com (Automattic)",
"location": "Remote",
"startDate": "2017-12T00:00-0500",
"endDate": "2020-02T00:00-0500",
"details": [
"Led a team of nine developers focused on continuous delivery of admin features and site importers",
"Worked with product management to define priorities and deliverables, promoting strong cross-team communication",
"Led grooming and planning sessions for the team, ensuring clear understanding of requirements and timelines",
"Facilitated team retrospectives to identify areas for process improvement and increased efficiency",
"Supported team growth and development through regular one-on-one meetings and mentoring",
"Completed Reboot leadership training, enhancing management skills"
]
},
{
"title": "Senior Software Engineer",
"company": "WordPress.com (Automattic)",
"location": "Remote",
"startDate": "2014-10T00:00-0400",
"endDate": "2017-12T00:00-0500",
"details": [
"Developed React-based management features to enhance site admin experience",
"Created an event-driven email and push notification API in PHP, boosting user engagement",
"Contributed to Cloudup web application improvements using JavaScript",
"Conducted regular code reviews, ensuring maintainable code and adherence to best practices"
]
},
{
"title": "Staff Software Engineer / User Experience Designer",
"company": "Lenel Systems International",
"location": "Victor, NY",
"startDate": "2007-03T00:00-0500",
"endDate": "2014-10T00:00-0400",
"details": [
"Led front-end development and UX design for multiple product lines",
"Developed rich client applications in C#/.NET and web applications in JavaScript",
"Formed and led new user experience team, hiring initial team members"
]
},
{
"title": "Tech Lead / Software Development Manager",
"company": "Lenel Systems International",
"location": "Victor, NY",
"startDate": "2003-12T00:00-0500",
"endDate": "2007-03T00:00-0500",
"details": [
"Managed a team of front-end developers and led the creation of a JavaScript framework for web applications",
"Oversaw project scope, timelines, and deliverables in collaboration with product management",
"Promoted high quality code through regular code reviews",
"Supported team members through regular one-on-one meetings and performance reviews"
]
},
{
"title": "Tech Lead / Software Development Manager",
"company": "Lenel Systems International",
"location": "Victor, NY",
"startDate": "2000-12T00:00-0500",
"endDate": "2003-12T00:00-0500",
"details": [
"Led development of a service-oriented-architecture for next-generation applications in C#/.NET",
"Managed a team of six developers focused on Windows applications in C++",
"Established UI design guidelines and trained team members"
]
},
{
"title": "Software Engineer",
"company": "Lenel Systems International",
"location": "Victor, NY",
"startDate": "1997-03T00:00-0400",
"endDate": "2000-12T00:00-0500",
"details": [
"Implemented custom messaging delivery system in C++",
"Implemented Java-based license server, with web-based admin and clients written in C++ and Java",
"Implemented web-based visitor and access control management applications",
"Led localization effort for the OnGuard product line, training the team on best practices"
]
},
{
"title": "Software Engineer",
"company": "POMCO Group",
"location": "Syracuse, NY",
"startDate": "1995-06T00:00-0400",
"endDate": "1996-08T00:00-0400",
"details": [
"Developed claim processing workflow in C++, improving operator efficiency and reducing processing errors",
"Developed corporate web site using HTML, CSS and Perl"
]
}
],
"skills": {
"Languages": ["TypeScript", "JavaScript", "PHP"],
"Programming Paradigms": [
"Object-Oriented",
"Procedural",
"Declarative",
"Functional"
],
"Frameworks": [
"React",
"WordPress",
"WooCommerce",
"Redux",
"Node",
"Deno",
".NET Framework"
],
"Testing": ["Jest", "Playwright", "PHPUnit"],
"Tools": ["Git", "GitHub", "VS Code", "Docker", "MySQL"],
"Methodologies": ["Agile", "Scrum", "Kanban"],
"User Experience": [
"UX Design",
"Localization",
"Internationalization",
"Accessibility"
]
},
"education": [
{
"degree": "Bachelor of Science",
"major": "Computer Science",
"institution": "Rochester Institute of Technology",
"location": "Rochester, NY",
"startDate": "1994-09T00:00-0400",
"endDate": "1998-05T00:00-0400",
"note": "Concentrations in computer graphics and mathematics."
}
]
}
Binary file added src/static/matt-sherman-resume.pdf
Binary file not shown.

0 comments on commit 5a16e4f

Please sign in to comment.