-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3335 from nateynateynate/sessionswap
Mohit Godwani replaces Sarthak Aggarwal
- Loading branch information
Showing
3 changed files
with
69 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
--- | ||
# | ||
# Sample data for community members. | ||
# | ||
|
||
# The short name is used to identify related pieces of content in the site. For example it is used in the "authors" array of blog posts, and it is used in the "presenters" array for OpenSearch Conference sessions to identify who is speaking. | ||
# The format for existing values is not normalized. In some cases it is "first-initial-of-first-name" + "last-name", or matching a GitHub username, or something all together random. What is important is that it is unique within the system. | ||
short_name: "mgodwani" | ||
|
||
# The member's full name, or otherwise meaningful preferred name. It is used in the templates for presenting content authors as well as the name of conference speakers. | ||
name: "Mohit Godwani" | ||
|
||
# The path to the community member's photo. | ||
photo: "/assets/media/community/members/mgodwani.jpg" | ||
|
||
# Used as the level 1 page header text. | ||
primary_title: 'Mohit Godwani' | ||
|
||
# Used as the document title displayed in the browser title bar. | ||
title: 'OpenSearch Project Community Member: Mohit Godwani' | ||
|
||
# Community member job title and company where they work. | ||
job_title_and_company: 'Sr. Software Development Engineer, Amazon OpenSearch' | ||
|
||
# Array of conference IDs for which the community member is a keynote speaker, if any, or boolean false otherwise. | ||
# This value is only relevant for member's with the "conference_speaker" user persona. | ||
#keynote_speaker: | ||
# - '2023-north-america' | ||
# keynote_speaker: false | ||
|
||
# The conference topic track for the conference sessions that the user is a speaker. These are shaped as an array of value pairs mapping conference ID and name. | ||
# For example for the North American conference for the year 2023, and the "Community" track: | ||
session_track: | ||
- conference_id: "2024-north-america" | ||
name: "Operating OpenSearch" | ||
|
||
# URL for the community member profile. | ||
permalink: '/community/members/mohit-godwani.html' | ||
|
||
# Array of community member user personas. | ||
# At this time, only conference_speaker, and author are defined. | ||
personas: | ||
- conference_speaker | ||
# - author | ||
|
||
# Array of conference IDs that the member is a speaker. | ||
conference_id: | ||
- "2024-north-america" | ||
|
||
|
||
# Optional GitHub username | ||
#github: githubusername | ||
|
||
# Optional LinkedIn username | ||
#linkedin: linkedinusername | ||
|
||
# Optional Twitter username | ||
#twitter: twitterusername | ||
|
||
# Optional Mastodon server url, and username / handle. | ||
#mastodon: | ||
# url: https://mastodon.social/@mastodonusername | ||
# name: mastodonusername | ||
--- | ||
Mohit is a Senior Software Development Engineer at Amazon OpenSearch. He is interested in distributed systems, systems performance, and databases. | ||
Check failure on line 65 in _community_members/mgodwani.md GitHub Actions / vale[vale] _community_members/mgodwani.md#L65
Raw output
|
||
He has been an OpenSearch contributor since 2021. At Amazon, he works with the indexing as primary area of interest and has contributed to various features and performance improvements in the same space. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.