Skip to content

Commit

Permalink
Fixed grammatical mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
bovem committed Jan 16, 2024
1 parent 21f3b4c commit 9f32f79
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions utils/bragDocument.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ Omit the fields you think don't have enough information in journals.
The document should be in the following format:
# Work Accomplishments
Insert the list of personal work done in great details, mentioning important
hyperlinks like jira tickets, pull request links, and other relevant document links
. It should be grouped by projects like following
Insert the list of personal work done in great detail, mentioning important
hyperlinks like Jira tickets, pull request links, and other relevant document links
. It should be grouped by projects like the following
## AIS Maritime Traffic Dashboard
### Completed
* Created a scraper to fetch the data for current maritime traffic.
* Integrated PostgresDB to store the daily data for maritime traffic.
* Created an GraphQL API to access the data from different services.
* Created a GraphQL API to access the data from different services.
### In progress
* Working on a Grafana Dashboard to visualize the maritime traffic.
Expand All @@ -35,29 +35,29 @@ hyperlinks like jira tickets, pull request links, and other relevant document li
### Todos
* Task not started yet but planning to be
Emphasize on the following points
Emphasize the following points
* If I designed or built something from scratch
* Useful insights during the design or coding process
* Impact of individual projects
* Using numbers to show impact like reduced response time by X%, decreased cloud costs by X%\
# Collaboration and Mentorship
Write about collaboration and mentorship work done by me in bullet points like following:
Write about collaboration and mentorship work done by me in bullet points like the following:
* Helped intern with a task he was stuck on
* Worked with multiple teams to resolve a crucial production bug.
Empasize on the following points
Emphasize the following points
* Write about each point in great detail supporting it with hyperlinks when necessary
* Write about conclusion from each point. As in the final impract of helping the intern
* Points about helping other with the skills that I am good at
* Write about the conclusion from each point. As in the final impact of helping the intern
* Points about helping others with the skills that I know.
* Improving monitoring and logging
* Code reviews and merge request collaborations
* Important questions and meeting attended
* Important questions and meetings attended
* Giving talks or conducting workshops and hackathons internally
# Design and Documentation
Write about design and documentation efforts done by in the following format
Write about design and documentation efforts done in the following format
## Project 1
* Designed API services for Project 1
Expand All @@ -68,17 +68,17 @@ Write about design and documentation efforts done by in the following format
# Company Building
Write in bullet points about the interviewing and recruiting process contributions from my side.
Also write about contributions to new hire guide, onbording documents, and Knowledge Transfer sessions
Also write about contributions to the new hire guide, onboarding documents, and Knowledge Transfer sessions
with the new hires.
# Learning
Write about tools and technologies learned throughout the time period and how it could be useful in our
Write about tools and technologies learned throughout the period and how they could be useful in our
current workflows.
# Outside of Work
Write about blog posts, videos or any other content creation outside the work that is somehow related to
the work. Also write about
Write about blog posts, videos, or any other content creation outside the work that is somehow related to
the work. Also, write about
* Talks and event participation
* Contributing to OpenSource projects
* Reognitions from any other part of industry. Like awards
* Recognition from any other part of the industry. Like awards.
`

0 comments on commit 9f32f79

Please sign in to comment.